COLOR #3C5E0B

HEX: #3C5E0B RGB: (60,94,11)

Color info

#3C5E0B contains mainly red and green colors. Web safe color of #3C5E0B is #336600 (or #360).

RGB color model

#3C5E0B color RGB value is (60,94,11).

RGB: (60,94,11) (24%, 37%, 4%)

RGB channels and saturation

R 60 of 255 = 24%
G 94 of 255 = 37%
B 11 of 255 = 4%

60
94
11

R + G + B ~ 22%. #3C5E0B is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 94 + 11 = 165 (100%)
R 60 of 165 ~ 36.36%
G 94 of 165 ~ 56.97%
B 11 of 165 ~ 6.67'%

%36.36
%56.97

CMYK color model

#3C5E0B color CMYK value is (36,0,88,63).

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 88.30%
  • key color value is 63.14%

CMYK: (36,0,88,63)
C36M0Y88K63 (36%, 0%, 88%, 63%)
(0.36 / 0.00 / 0.88 / 0.63)

CMYK percentages

%36.17
%0
%88.3
%63.14

Codes

Color #3C5E0B in popluar color models

3C 5E 0B
RGB 60 94 11
HSL 85° 79.05% 20.59%
HSB/HSV 85° 88.30% 36.86%
CMYK 36.17% 0.00% 88.30%
63.14%

Color #3C5E0B in popluar number systems.

HEX 3C 5E 0B
Decimal 60 94 11
Binary 111100 1011110 1011
Octal 74 136 13

Shades and tints

Shades of #3C5E0B

#3C5E0B
(60,94,11)
#37560A
(55,86,10)
#324E09
(50,78,9)
#2D4608
(45,70,8)
#283E07
(40,62,7)
#233606
(35,54,6)
#1E2E05
(30,46,5)
#192604
(25,38,4)
#141E03
(20,30,3)
#0F1602
(15,22,2)
#0A0E01
(10,14,1)
#000000
(0,0,0)

Tints of #3C5E0B

#3C5E0B
(60,94,11)
#4D6C21
(77,108,33)
#5E7A37
(94,122,55)
#6F884D
(111,136,77)
#809663
(128,150,99)
#91A479
(145,164,121)
#A2B28F
(162,178,143)
#B3C0A5
(179,192,165)
#C4CEBB
(196,206,187)
#D5DCD1
(213,220,209)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5E0B color. Also use rgb(60,94,11) instead hex code.

Text Font Color

.myTextColor { color: #3C5E0B; }

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

This text font color is #3C5E0B.

Background Color

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

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

This div background color is #3C5E0B.

Border color

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

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

This div border color is #3C5E0B.

Opacity

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

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

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

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

This text has shadow with #3C5E0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5E0B.

Preview

Color preview on black background

This text has color #3C5E0B on black background.


Color preview on white background

This text has color #3C5E0B on white background.


Black color preview on #3C5E0B background

This text has black color on #3C5E0B background.


White color preview on #3C5E0B background

This text has white color on #3C5E0B background.


Related colors

Complementary color

Complementary color for #hex is #C3A1F4.


I love getcolorcode.com

Triadic colors

1 #0B3C5E and #5E0B3C with #3C5E0B are triadic colors.

2 #0B5E3C and #5E3C0B with #3C5E0B are triadic colors.