COLOR #3C4F28

HEX: #3C4F28
RGB: (60,79,40)

Color info

#3C4F28 contains red, green and blue colors in about the same proportion. Web safe color of #3C4F28 is #336633 (or #363).

RGB color model

#3C4F28 color RGB value is (60,79,40).

  • red value is 60;
  • green value is 79;
  • blue value is 40.
RGB:
(60,79,40)
(24%,31%,16%)

RGB channels and saturation

R 60 of 255 = 24%
G 79 of 255 = 31%
B 40 of 255 = 16%

60
79
40

R + G + B ~ 24%. #3C4F28 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 79 + 40 = 179 (100%)
R 60 of 179 ~ 33.52%
G 79 of 179 ~ 44.13%
B 40 of 179 ~ 22.35%

%33.52
%44.13
%22.35

CMYK color model

#3C4F28 color CMYK value is (24,0,49,69).

  • cyan value is 24.05%
  • magenta value is 0.00%
  • yellow value is 49.37%
  • key color value is 69.02%
CMYK:
(24,0,49,69)
C24M0Y49K69 
(24%,0%,49%,69%)
(0.24/0.00/0.49/0.69)	

CMYK percentages

%24.05
%0
%49.37
%69.02

Codes

Color #3C4F28 in popluar color models

3C4F28
RGB607940
HSL89°32.77%23.33%
HSB/HSV89°49.37%30.98%
CMYK24.05%0.00%49.37%
69.02%

Color #3C4F28 in popluar number systems.

HEX3C4F28
Decimal607940
Binary1111001001111101000
Octal7411750

Shades and tints

Shades of #3C4F28

#3C4F28
(60,79,40)
#374825
(55,72,37)
#324122
(50,65,34)
#2D3A1F
(45,58,31)
#28331C
(40,51,28)
#232C19
(35,44,25)
#1E2516
(30,37,22)
#191E13
(25,30,19)
#141710
(20,23,16)
#0F100D
(15,16,13)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #3C4F28

#3C4F28
(60,79,40)
#4D5F3B
(77,95,59)
#5E6F4E
(94,111,78)
#6F7F61
(111,127,97)
#808F74
(128,143,116)
#919F87
(145,159,135)
#A2AF9A
(162,175,154)
#B3BFAD
(179,191,173)
#C4CFC0
(196,207,192)
#D5DFD3
(213,223,211)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4F28 color. Also use rgb(60,79,40) instead hex code.

Text Font Color

.myTextColor { color: #3C4F28; }

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

This text font color is #3C4F28.


Background Color

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

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

This div background color is #3C4F28.


Border color

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

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

This div border color is #3C4F28.


Opacity

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

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

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

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

This text has shadow with #3C4F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4F28 on black background.


Color preview on white background

This text has color #3C4F28 on white background.



Black color preview on #3C4F28 background

This text has black color on #3C4F28 background.


White color preview on #3C4F28 background

This text has white color on #3C4F28 background.