COLOR #3C6134

HEX: #3C6134
RGB: (60,97,52)

Color info

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

RGB color model

#3C6134 color RGB value is (60,97,52).

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

RGB channels and saturation

R 60 of 255 = 24%
G 97 of 255 = 38%
B 52 of 255 = 20%

60
97
52

R + G + B ~ 27%. #3C6134 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 97 + 52 = 209 (100%)
R 60 of 209 ~ 28.71%
G 97 of 209 ~ 46.41%
B 52 of 209 ~ 24.88%

%28.71
%46.41
%24.88

CMYK color model

#3C6134 color CMYK value is (38,0,46,62).

  • cyan value is 38.14%
  • magenta value is 0.00%
  • yellow value is 46.39%
  • key color value is 61.96%
CMYK:
(38,0,46,62)
C38M0Y46K62 
(38%,0%,46%,62%)
(0.38/0.00/0.46/0.62)	

CMYK percentages

%38.14
%0
%46.39
%61.96

Codes

Color #3C6134 in popluar color models

3C6134
RGB609752
HSL109°30.20%29.22%
HSB/HSV109°46.39%38.04%
CMYK38.14%0.00%46.39%
61.96%

Color #3C6134 in popluar number systems.

HEX3C6134
Decimal609752
Binary1111001100001110100
Octal7414164

Shades and tints

Shades of #3C6134

#3C6134
(60,97,52)
#375930
(55,89,48)
#32512C
(50,81,44)
#2D4928
(45,73,40)
#284124
(40,65,36)
#233920
(35,57,32)
#1E311C
(30,49,28)
#192918
(25,41,24)
#142114
(20,33,20)
#0F1910
(15,25,16)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #3C6134

#3C6134
(60,97,52)
#4D6F46
(77,111,70)
#5E7D58
(94,125,88)
#6F8B6A
(111,139,106)
#80997C
(128,153,124)
#91A78E
(145,167,142)
#A2B5A0
(162,181,160)
#B3C3B2
(179,195,178)
#C4D1C4
(196,209,196)
#D5DFD6
(213,223,214)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6134; }

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

This text font color is #3C6134.


Background Color

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

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

This div background color is #3C6134.


Border color

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

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

This div border color is #3C6134.


Opacity

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

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

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

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

This text has shadow with #3C6134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6134 on black background.


Color preview on white background

This text has color #3C6134 on white background.



Black color preview on #3C6134 background

This text has black color on #3C6134 background.


White color preview on #3C6134 background

This text has white color on #3C6134 background.