COLOR #3B434D

HEX: #3B434D
RGB: (59,67,77)

Color info

#3B434D contains red, green and blue colors in about the same proportion. Web safe color of #3B434D is #333333 (or #333).

RGB color model

#3B434D color RGB value is (59,67,77).

  • red value is 59;
  • green value is 67;
  • blue value is 77.
RGB:
(59,67,77)
(23%,26%,30%)

RGB channels and saturation

R 59 of 255 = 23%
G 67 of 255 = 26%
B 77 of 255 = 30%

59
67
77

R + G + B ~ 26%. #3B434D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 67 + 77 = 203 (100%)
R 59 of 203 ~ 29.06%
G 67 of 203 ~ 33%
B 77 of 203 ~ 37.93%

%29.06
%33
%37.93

CMYK color model

#3B434D color CMYK value is (23,13,0,70).

  • cyan value is 23.38%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(23,13,0,70)
C23M13Y0K70 
(23%,13%,0%,70%)
(0.23/0.13/0.00/0.70)	

CMYK percentages

%23.38
%12.99
%0
%69.8

Codes

Color #3B434D in popluar color models

3B434D
RGB596777
HSL213°13.24%26.67%
HSB/HSV213°23.38%30.20%
CMYK23.38%12.99%0.00%
69.80%

Color #3B434D in popluar number systems.

HEX3B434D
Decimal596777
Binary11101110000111001101
Octal73103115

Shades and tints

Shades of #3B434D

#3B434D
(59,67,77)
#363D46
(54,61,70)
#31373F
(49,55,63)
#2C3138
(44,49,56)
#272B31
(39,43,49)
#22252A
(34,37,42)
#1D1F23
(29,31,35)
#18191C
(24,25,28)
#131315
(19,19,21)
#0E0D0E
(14,13,14)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #3B434D

#3B434D
(59,67,77)
#4C545D
(76,84,93)
#5D656D
(93,101,109)
#6E767D
(110,118,125)
#7F878D
(127,135,141)
#90989D
(144,152,157)
#A1A9AD
(161,169,173)
#B2BABD
(178,186,189)
#C3CBCD
(195,203,205)
#D4DCDD
(212,220,221)
#E5EDED
(229,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B434D color. Also use rgb(59,67,77) instead hex code.

Text Font Color

.myTextColor { color: #3B434D; }

<p style="color:#3B434D">This sample text font color is #3B434D.</p>

This text font color is #3B434D.


Background Color

.myBgColor { background-color: #3B434D; }

<div style="background-color:#3B434D">Inner text</div>

This div background color is #3B434D.


Border color

.myBorderColor { border: 1px solid #3B434D; }

<div style="border:3px solid #3B434D">Div</div>

This div border color is #3B434D.


Opacity

.myOpacity80 { color: #3B434D; opacity: 0.8; }

<p style="color:#3B434D;opacity:0.8;">80%</p>

Text with #3B434D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3B434D;}

<p style="text-shadow: 3px 3px 1px #3B434D">Text here.</p>

This text has shadow with #3B434D color.

.textShadow {text-shadow: 3px 3px 1px #3B434D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3B434D, 5px 5px 20px red">Text here.</p>

This text has shadow with #3B434D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3B434D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3B434D, Direction=45, Strength=4)">Text</p>

This text has shadow with #3B434D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3B434D;
  -webkit-box-shadow:	1px 1px 3px 2px #3B434D;
  box-shadow:		1px 1px 3px 2px #3B434D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3B434D;
-webkit-box-shadow: 1px 1px 3px 2px #3B434D;
box-shadow:1px 1px 3px 2px #3B434D;">
Div content here</div>
This div box has shadow with color #3B434D.

Preview

Color preview on black background

This text has color #3B434D on black background.


Color preview on white background

This text has color #3B434D on white background.



Black color preview on #3B434D background

This text has black color on #3B434D background.


White color preview on #3B434D background

This text has white color on #3B434D background.