COLOR #3B4A3C

HEX: #3B4A3C RGB: (59,74,60)

Color info

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

RGB color model

#3B4A3C color RGB value is (59,74,60).

RGB: (59,74,60) (23%, 29%, 24%)

RGB channels and saturation

R 59 of 255 = 23%
G 74 of 255 = 29%
B 60 of 255 = 24%

59
74
60

R + G + B ~ 25%. #3B4A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 74 + 60 = 193 (100%)
R 59 of 193 ~ 30.57%
G 74 of 193 ~ 38.34%
B 60 of 193 ~ 31.09'%

%30.57
%38.34
%31.09

CMYK color model

#3B4A3C color CMYK value is (20,0,19,71).

  • cyan value is 20.27%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 70.98%

CMYK: (20,0,19,71)
C20M0Y19K71 (20%, 0%, 19%, 71%)
(0.20 / 0.00 / 0.19 / 0.71)

CMYK percentages

%20.27
%0
%18.92
%70.98

Codes

Color #3B4A3C in popluar color models

3B 4A 3C
RGB 59 74 60
HSL 124° 11.28% 26.08%
HSB/HSV 124° 20.27% 29.02%
CMYK 20.27% 0.00% 18.92%
70.98%

Color #3B4A3C in popluar number systems.

HEX 3B 4A 3C
Decimal 59 74 60
Binary 111011 1001010 111100
Octal 73 112 74

Shades and tints

Shades of #3B4A3C

#3B4A3C
(59,74,60)
#364437
(54,68,55)
#313E32
(49,62,50)
#2C382D
(44,56,45)
#273228
(39,50,40)
#222C23
(34,44,35)
#1D261E
(29,38,30)
#182019
(24,32,25)
#131A14
(19,26,20)
#0E140F
(14,20,15)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #3B4A3C

#3B4A3C
(59,74,60)
#4C5A4D
(76,90,77)
#5D6A5E
(93,106,94)
#6E7A6F
(110,122,111)
#7F8A80
(127,138,128)
#909A91
(144,154,145)
#A1AAA2
(161,170,162)
#B2BAB3
(178,186,179)
#C3CAC4
(195,202,196)
#D4DAD5
(212,218,213)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4A3C; }

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

This text font color is #3B4A3C.

Background Color

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

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

This div background color is #3B4A3C.

Border color

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

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

This div border color is #3B4A3C.

Opacity

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

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

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

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

This text has shadow with #3B4A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4A3C.

Preview

Color preview on black background

This text has color #3B4A3C on black background.


Color preview on white background

This text has color #3B4A3C on white background.


Black color preview on #3B4A3C background

This text has black color on #3B4A3C background.


White color preview on #3B4A3C background

This text has white color on #3B4A3C background.


Related colors

Complementary color

Complementary color for #hex is #C4B5C3.


I love getcolorcode.com

Triadic colors

1 #3C3B4A and #4A3C3B with #3B4A3C are triadic colors.

2 #3C4A3B and #4A3B3C with #3B4A3C are triadic colors.