COLOR #3C4C3B

HEX: #3C4C3B
RGB: (60,76,59)

Color info

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

RGB color model

#3C4C3B color RGB value is (60,76,59).

  • red value is 60;
  • green value is 76;
  • blue value is 59.
RGB:
(60,76,59)
(24%,30%,23%)

RGB channels and saturation

R 60 of 255 = 24%
G 76 of 255 = 30%
B 59 of 255 = 23%

60
76
59

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

Portions of RGB colors in percentages

R + G + B =
60 + 76 + 59 = 195 (100%)
R 60 of 195 ~ 30.77%
G 76 of 195 ~ 38.97%
B 59 of 195 ~ 30.26%

%30.77
%38.97
%30.26

CMYK color model

#3C4C3B color CMYK value is (21,0,22,70).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 70.20%
CMYK:
(21,0,22,70)
C21M0Y22K70 
(21%,0%,22%,70%)
(0.21/0.00/0.22/0.70)	

CMYK percentages

%21.05
%0
%22.37
%70.2

Codes

Color #3C4C3B in popluar color models

3C4C3B
RGB607659
HSL116°12.59%26.47%
HSB/HSV116°22.37%29.80%
CMYK21.05%0.00%22.37%
70.20%

Color #3C4C3B in popluar number systems.

HEX3C4C3B
Decimal607659
Binary1111001001100111011
Octal7411473

Shades and tints

Shades of #3C4C3B

#3C4C3B
(60,76,59)
#374636
(55,70,54)
#324031
(50,64,49)
#2D3A2C
(45,58,44)
#283427
(40,52,39)
#232E22
(35,46,34)
#1E281D
(30,40,29)
#192218
(25,34,24)
#141C13
(20,28,19)
#0F160E
(15,22,14)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #3C4C3B

#3C4C3B
(60,76,59)
#4D5C4C
(77,92,76)
#5E6C5D
(94,108,93)
#6F7C6E
(111,124,110)
#808C7F
(128,140,127)
#919C90
(145,156,144)
#A2ACA1
(162,172,161)
#B3BCB2
(179,188,178)
#C4CCC3
(196,204,195)
#D5DCD4
(213,220,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4C3B; }

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

This text font color is #3C4C3B.


Background Color

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

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

This div background color is #3C4C3B.


Border color

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

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

This div border color is #3C4C3B.


Opacity

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

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

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

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

This text has shadow with #3C4C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4C3B on black background.


Color preview on white background

This text has color #3C4C3B on white background.



Black color preview on #3C4C3B background

This text has black color on #3C4C3B background.


White color preview on #3C4C3B background

This text has white color on #3C4C3B background.