COLOR #3C6834

HEX: #3C6834
RGB: (60,104,52)

Color info

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

RGB color model

#3C6834 color RGB value is (60,104,52).

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

RGB channels and saturation

R 60 of 255 = 24%
G 104 of 255 = 41%
B 52 of 255 = 20%

60
104
52

R + G + B ~ 28%. #3C6834 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 104 + 52 = 216 (100%)
R 60 of 216 ~ 27.78%
G 104 of 216 ~ 48.15%
B 52 of 216 ~ 24.07%

%27.78
%48.15
%24.07

CMYK color model

#3C6834 color CMYK value is (42,0,50,59).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 59.22%
CMYK:
(42,0,50,59)
C42M0Y50K59 
(42%,0%,50%,59%)
(0.42/0.00/0.50/0.59)	

CMYK percentages

%42.31
%0
%50
%59.22

Codes

Color #3C6834 in popluar color models

3C6834
RGB6010452
HSL111°33.33%30.59%
HSB/HSV111°50.00%40.78%
CMYK42.31%0.00%50.00%
59.22%

Color #3C6834 in popluar number systems.

HEX3C6834
Decimal6010452
Binary1111001101000110100
Octal7415064

Shades and tints

Shades of #3C6834

#3C6834
(60,104,52)
#375F30
(55,95,48)
#32562C
(50,86,44)
#2D4D28
(45,77,40)
#284424
(40,68,36)
#233B20
(35,59,32)
#1E321C
(30,50,28)
#192918
(25,41,24)
#142014
(20,32,20)
#0F1710
(15,23,16)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #3C6834

#3C6834
(60,104,52)
#4D7546
(77,117,70)
#5E8258
(94,130,88)
#6F8F6A
(111,143,106)
#809C7C
(128,156,124)
#91A98E
(145,169,142)
#A2B6A0
(162,182,160)
#B3C3B2
(179,195,178)
#C4D0C4
(196,208,196)
#D5DDD6
(213,221,214)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6834; }

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

This text font color is #3C6834.


Background Color

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

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

This div background color is #3C6834.


Border color

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

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

This div border color is #3C6834.


Opacity

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

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

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

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

This text has shadow with #3C6834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6834 on black background.


Color preview on white background

This text has color #3C6834 on white background.



Black color preview on #3C6834 background

This text has black color on #3C6834 background.


White color preview on #3C6834 background

This text has white color on #3C6834 background.