COLOR #3C5844

HEX: #3C5844
RGB: (60,88,68)

Color info

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

RGB color model

#3C5844 color RGB value is (60,88,68).

  • red value is 60;
  • green value is 88;
  • blue value is 68.
RGB:
(60,88,68)
(24%,35%,27%)

RGB channels and saturation

R 60 of 255 = 24%
G 88 of 255 = 35%
B 68 of 255 = 27%

60
88
68

R + G + B ~ 29%. #3C5844 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 88 + 68 = 216 (100%)
R 60 of 216 ~ 27.78%
G 88 of 216 ~ 40.74%
B 68 of 216 ~ 31.48%

%27.78
%40.74
%31.48

CMYK color model

#3C5844 color CMYK value is (32,0,23,65).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 65.49%
CMYK:
(32,0,23,65)
C32M0Y23K65 
(32%,0%,23%,65%)
(0.32/0.00/0.23/0.65)	

CMYK percentages

%31.82
%0
%22.73
%65.49

Codes

Color #3C5844 in popluar color models

3C5844
RGB608868
HSL137°18.92%29.02%
HSB/HSV137°31.82%34.51%
CMYK31.82%0.00%22.73%
65.49%

Color #3C5844 in popluar number systems.

HEX3C5844
Decimal608868
Binary11110010110001000100
Octal74130104

Shades and tints

Shades of #3C5844

#3C5844
(60,88,68)
#37503E
(55,80,62)
#324838
(50,72,56)
#2D4032
(45,64,50)
#28382C
(40,56,44)
#233026
(35,48,38)
#1E2820
(30,40,32)
#19201A
(25,32,26)
#141814
(20,24,20)
#0F100E
(15,16,14)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #3C5844

#3C5844
(60,88,68)
#4D6755
(77,103,85)
#5E7666
(94,118,102)
#6F8577
(111,133,119)
#809488
(128,148,136)
#91A399
(145,163,153)
#A2B2AA
(162,178,170)
#B3C1BB
(179,193,187)
#C4D0CC
(196,208,204)
#D5DFDD
(213,223,221)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5844 color. Also use rgb(60,88,68) instead hex code.

Text Font Color

.myTextColor { color: #3C5844; }

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

This text font color is #3C5844.


Background Color

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

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

This div background color is #3C5844.


Border color

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

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

This div border color is #3C5844.


Opacity

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

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

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

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

This text has shadow with #3C5844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5844 on black background.


Color preview on white background

This text has color #3C5844 on white background.



Black color preview on #3C5844 background

This text has black color on #3C5844 background.


White color preview on #3C5844 background

This text has white color on #3C5844 background.