COLOR #3C8B0D

HEX: #3C8B0D RGB: (60,139,13)

Color info

#3C8B0D contains mainly green color. Web safe color of #3C8B0D is #339900 (or #390).

RGB color model

#3C8B0D color RGB value is (60,139,13).

RGB: (60,139,13) (24%, 55%, 5%)

RGB channels and saturation

R 60 of 255 = 24%
G 139 of 255 = 55%
B 13 of 255 = 5%

60
139
13

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

Portions of RGB colors in percentages

R + G + B = 60 + 139 + 13 = 212 (100%)
R 60 of 212 ~ 28.3%
G 139 of 212 ~ 65.57%
B 13 of 212 ~ 6.13'%

%28.3
%65.57

CMYK color model

#3C8B0D color CMYK value is (57,0,91,45).

  • cyan value is 56.83%
  • magenta value is 0.00%
  • yellow value is 90.65%
  • key color value is 45.49%

CMYK: (57,0,91,45)
C57M0Y91K45 (57%, 0%, 91%, 45%)
(0.57 / 0.00 / 0.91 / 0.45)

CMYK percentages

%56.83
%0
%90.65
%45.49

Codes

Color #3C8B0D in popluar color models

3C 8B 0D
RGB 60 139 13
HSL 98° 82.89% 29.80%
HSB/HSV 98° 90.65% 54.51%
CMYK 56.83% 0.00% 90.65%
45.49%

Color #3C8B0D in popluar number systems.

HEX 3C 8B 0D
Decimal 60 139 13
Binary 111100 10001011 1101
Octal 74 213 15

Shades and tints

Shades of #3C8B0D

#3C8B0D
(60,139,13)
#377F0C
(55,127,12)
#32730B
(50,115,11)
#2D670A
(45,103,10)
#285B09
(40,91,9)
#234F08
(35,79,8)
#1E4307
(30,67,7)
#193706
(25,55,6)
#142B05
(20,43,5)
#0F1F04
(15,31,4)
#0A1303
(10,19,3)
#000000
(0,0,0)

Tints of #3C8B0D

#3C8B0D
(60,139,13)
#4D9523
(77,149,35)
#5E9F39
(94,159,57)
#6FA94F
(111,169,79)
#80B365
(128,179,101)
#91BD7B
(145,189,123)
#A2C791
(162,199,145)
#B3D1A7
(179,209,167)
#C4DBBD
(196,219,189)
#D5E5D3
(213,229,211)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8B0D color. Also use rgb(60,139,13) instead hex code.

Text Font Color

.myTextColor { color: #3C8B0D; }

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

This text font color is #3C8B0D.

Background Color

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

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

This div background color is #3C8B0D.

Border color

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

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

This div border color is #3C8B0D.

Opacity

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

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

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

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

This text has shadow with #3C8B0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C8B0D.

Preview

Color preview on black background

This text has color #3C8B0D on black background.


Color preview on white background

This text has color #3C8B0D on white background.


Black color preview on #3C8B0D background

This text has black color on #3C8B0D background.


White color preview on #3C8B0D background

This text has white color on #3C8B0D background.


Related colors

Complementary color

Complementary color for #hex is #C374F2.


I love getcolorcode.com

Triadic colors

1 #0D3C8B and #8B0D3C with #3C8B0D are triadic colors.

2 #0D8B3C and #8B3C0D with #3C8B0D are triadic colors.