COLOR #3B4A3F

HEX: #3B4A3F
RGB: (59,74,63)

Color info

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

RGB color model

#3B4A3F color RGB value is (59,74,63).

  • red value is 59;
  • green value is 74;
  • blue value is 63.
RGB:
(59,74,63)
(23%,29%,25%)

RGB channels and saturation

R 59 of 255 = 23%
G 74 of 255 = 29%
B 63 of 255 = 25%

59
74
63

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

Portions of RGB colors in percentages

R + G + B =
59 + 74 + 63 = 196 (100%)
R 59 of 196 ~ 30.1%
G 74 of 196 ~ 37.76%
B 63 of 196 ~ 32.14%

%30.1
%37.76
%32.14

CMYK color model

#3B4A3F color CMYK value is (20,0,15,71).

  • cyan value is 20.27%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 70.98%
CMYK:
(20,0,15,71)
C20M0Y15K71 
(20%,0%,15%,71%)
(0.20/0.00/0.15/0.71)	

CMYK percentages

%20.27
%0
%14.86
%70.98

Codes

Color #3B4A3F in popluar color models

3B4A3F
RGB597463
HSL136°11.28%26.08%
HSB/HSV136°20.27%29.02%
CMYK20.27%0.00%14.86%
70.98%

Color #3B4A3F in popluar number systems.

HEX3B4A3F
Decimal597463
Binary1110111001010111111
Octal7311277

Shades and tints

Shades of #3B4A3F

#3B4A3F
(59,74,63)
#36443A
(54,68,58)
#313E35
(49,62,53)
#2C3830
(44,56,48)
#27322B
(39,50,43)
#222C26
(34,44,38)
#1D2621
(29,38,33)
#18201C
(24,32,28)
#131A17
(19,26,23)
#0E1412
(14,20,18)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #3B4A3F

#3B4A3F
(59,74,63)
#4C5A50
(76,90,80)
#5D6A61
(93,106,97)
#6E7A72
(110,122,114)
#7F8A83
(127,138,131)
#909A94
(144,154,148)
#A1AAA5
(161,170,165)
#B2BAB6
(178,186,182)
#C3CAC7
(195,202,199)
#D4DAD8
(212,218,216)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4A3F color. Also use rgb(59,74,63) instead hex code.

Text Font Color

.myTextColor { color: #3B4A3F; }

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

This text font color is #3B4A3F.


Background Color

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

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

This div background color is #3B4A3F.


Border color

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

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

This div border color is #3B4A3F.


Opacity

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

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

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

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

This text has shadow with #3B4A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4A3F on black background.


Color preview on white background

This text has color #3B4A3F on white background.



Black color preview on #3B4A3F background

This text has black color on #3B4A3F background.


White color preview on #3B4A3F background

This text has white color on #3B4A3F background.