COLOR #3C6848

HEX: #3C6848
RGB: (60,104,72)

Color info

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

RGB color model

#3C6848 color RGB value is (60,104,72).

  • red value is 60;
  • green value is 104;
  • blue value is 72.
RGB:
(60,104,72)
(24%,41%,28%)

RGB channels and saturation

R 60 of 255 = 24%
G 104 of 255 = 41%
B 72 of 255 = 28%

60
104
72

R + G + B ~ 31%. #3C6848 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 104 + 72 = 236 (100%)
R 60 of 236 ~ 25.42%
G 104 of 236 ~ 44.07%
B 72 of 236 ~ 30.51%

%25.42
%44.07
%30.51

CMYK color model

#3C6848 color CMYK value is (42,0,31,59).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 59.22%
CMYK:
(42,0,31,59)
C42M0Y31K59 
(42%,0%,31%,59%)
(0.42/0.00/0.31/0.59)	

CMYK percentages

%42.31
%0
%30.77
%59.22

Codes

Color #3C6848 in popluar color models

3C6848
RGB6010472
HSL136°26.83%32.16%
HSB/HSV136°42.31%40.78%
CMYK42.31%0.00%30.77%
59.22%

Color #3C6848 in popluar number systems.

HEX3C6848
Decimal6010472
Binary11110011010001001000
Octal74150110

Shades and tints

Shades of #3C6848

#3C6848
(60,104,72)
#375F42
(55,95,66)
#32563C
(50,86,60)
#2D4D36
(45,77,54)
#284430
(40,68,48)
#233B2A
(35,59,42)
#1E3224
(30,50,36)
#19291E
(25,41,30)
#142018
(20,32,24)
#0F1712
(15,23,18)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #3C6848

#3C6848
(60,104,72)
#4D7558
(77,117,88)
#5E8268
(94,130,104)
#6F8F78
(111,143,120)
#809C88
(128,156,136)
#91A998
(145,169,152)
#A2B6A8
(162,182,168)
#B3C3B8
(179,195,184)
#C4D0C8
(196,208,200)
#D5DDD8
(213,221,216)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6848 color. Also use rgb(60,104,72) instead hex code.

Text Font Color

.myTextColor { color: #3C6848; }

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

This text font color is #3C6848.


Background Color

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

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

This div background color is #3C6848.


Border color

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

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

This div border color is #3C6848.


Opacity

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

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

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

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

This text has shadow with #3C6848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6848 on black background.


Color preview on white background

This text has color #3C6848 on white background.



Black color preview on #3C6848 background

This text has black color on #3C6848 background.


White color preview on #3C6848 background

This text has white color on #3C6848 background.