COLOR #3B434B

HEX: #3B434B
RGB: (59,67,75)

Color info

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

RGB color model

#3B434B color RGB value is (59,67,75).

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

RGB channels and saturation

R 59 of 255 = 23%
G 67 of 255 = 26%
B 75 of 255 = 29%

59
67
75

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

Portions of RGB colors in percentages

R + G + B =
59 + 67 + 75 = 201 (100%)
R 59 of 201 ~ 29.35%
G 67 of 201 ~ 33.33%
B 75 of 201 ~ 37.31%

%29.35
%33.33
%37.31

CMYK color model

#3B434B color CMYK value is (21,11,0,71).

  • cyan value is 21.33%
  • magenta value is 10.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(21,11,0,71)
C21M11Y0K71 
(21%,11%,0%,71%)
(0.21/0.11/0.00/0.71)	

CMYK percentages

%21.33
%10.67
%0
%70.59

Codes

Color #3B434B in popluar color models

3B434B
RGB596775
HSL210°11.94%26.27%
HSB/HSV210°21.33%29.41%
CMYK21.33%10.67%0.00%
70.59%

Color #3B434B in popluar number systems.

HEX3B434B
Decimal596775
Binary11101110000111001011
Octal73103113

Shades and tints

Shades of #3B434B

#3B434B
(59,67,75)
#363D45
(54,61,69)
#31373F
(49,55,63)
#2C3139
(44,49,57)
#272B33
(39,43,51)
#22252D
(34,37,45)
#1D1F27
(29,31,39)
#181921
(24,25,33)
#13131B
(19,19,27)
#0E0D15
(14,13,21)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #3B434B

#3B434B
(59,67,75)
#4C545B
(76,84,91)
#5D656B
(93,101,107)
#6E767B
(110,118,123)
#7F878B
(127,135,139)
#90989B
(144,152,155)
#A1A9AB
(161,169,171)
#B2BABB
(178,186,187)
#C3CBCB
(195,203,203)
#D4DCDB
(212,220,219)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B434B; }

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

This text font color is #3B434B.


Background Color

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

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

This div background color is #3B434B.


Border color

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

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

This div border color is #3B434B.


Opacity

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

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

Text with #3B434B 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 #3B434B;}

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

This text has shadow with #3B434B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B434B on black background.


Color preview on white background

This text has color #3B434B on white background.



Black color preview on #3B434B background

This text has black color on #3B434B background.


White color preview on #3B434B background

This text has white color on #3B434B background.