COLOR #3C6D23

HEX: #3C6D23 RGB: (60,109,35)

Color info

#3C6D23 contains mainly red and green colors. Web safe color of #3C6D23 is #336633 (or #363).

RGB color model

#3C6D23 color RGB value is (60,109,35).

RGB: (60,109,35) (24%, 43%, 14%)

RGB channels and saturation

R 60 of 255 = 24%
G 109 of 255 = 43%
B 35 of 255 = 14%

60
109
35

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

Portions of RGB colors in percentages

R + G + B = 60 + 109 + 35 = 204 (100%)
R 60 of 204 ~ 29.41%
G 109 of 204 ~ 53.43%
B 35 of 204 ~ 17.16'%

%29.41
%53.43
%17.16

CMYK color model

#3C6D23 color CMYK value is (45,0,68,57).

  • cyan value is 44.95%
  • magenta value is 0.00%
  • yellow value is 67.89%
  • key color value is 57.25%

CMYK: (45,0,68,57)
C45M0Y68K57 (45%, 0%, 68%, 57%)
(0.45 / 0.00 / 0.68 / 0.57)

CMYK percentages

%44.95
%0
%67.89
%57.25

Codes

Color #3C6D23 in popluar color models

3C 6D 23
RGB 60 109 35
HSL 100° 51.39% 28.24%
HSB/HSV 100° 67.89% 42.75%
CMYK 44.95% 0.00% 67.89%
57.25%

Color #3C6D23 in popluar number systems.

HEX 3C 6D 23
Decimal 60 109 35
Binary 111100 1101101 100011
Octal 74 155 43

Shades and tints

Shades of #3C6D23

#3C6D23
(60,109,35)
#376420
(55,100,32)
#325B1D
(50,91,29)
#2D521A
(45,82,26)
#284917
(40,73,23)
#234014
(35,64,20)
#1E3711
(30,55,17)
#192E0E
(25,46,14)
#14250B
(20,37,11)
#0F1C08
(15,28,8)
#0A1305
(10,19,5)
#000000
(0,0,0)

Tints of #3C6D23

#3C6D23
(60,109,35)
#4D7A37
(77,122,55)
#5E874B
(94,135,75)
#6F945F
(111,148,95)
#80A173
(128,161,115)
#91AE87
(145,174,135)
#A2BB9B
(162,187,155)
#B3C8AF
(179,200,175)
#C4D5C3
(196,213,195)
#D5E2D7
(213,226,215)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6D23 color. Also use rgb(60,109,35) instead hex code.

Text Font Color

.myTextColor { color: #3C6D23; }

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

This text font color is #3C6D23.

Background Color

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

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

This div background color is #3C6D23.

Border color

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

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

This div border color is #3C6D23.

Opacity

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

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

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

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

This text has shadow with #3C6D23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6D23.

Preview

Color preview on black background

This text has color #3C6D23 on black background.


Color preview on white background

This text has color #3C6D23 on white background.


Black color preview on #3C6D23 background

This text has black color on #3C6D23 background.


White color preview on #3C6D23 background

This text has white color on #3C6D23 background.


Related colors

Complementary color

Complementary color for #hex is #C392DC.


I love getcolorcode.com

Triadic colors

1 #233C6D and #6D233C with #3C6D23 are triadic colors.

2 #236D3C and #6D3C23 with #3C6D23 are triadic colors.