COLOR #3C8241

HEX: #3C8241 RGB: (60,130,65)

Color info

#3C8241 contains mainly green color. Web safe color of #3C8241 is #339933 (or #393).

RGB color model

#3C8241 color RGB value is (60,130,65).

RGB: (60,130,65) (24%, 51%, 25%)

RGB channels and saturation

R 60 of 255 = 24%
G 130 of 255 = 51%
B 65 of 255 = 25%

60
130
65

R + G + B ~ 33%. #3C8241 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 130 + 65 = 255 (100%)
R 60 of 255 ~ 23.53%
G 130 of 255 ~ 50.98%
B 65 of 255 ~ 25.49'%

%23.53
%50.98
%25.49

CMYK color model

#3C8241 color CMYK value is (54,0,50,49).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 49.02%

CMYK: (54,0,50,49)
C54M0Y50K49 (54%, 0%, 50%, 49%)
(0.54 / 0.00 / 0.50 / 0.49)

CMYK percentages

%53.85
%0
%50
%49.02

Codes

Color #3C8241 in popluar color models

3C 82 41
RGB 60 130 65
HSL 124° 36.84% 37.25%
HSB/HSV 124° 53.85% 50.98%
CMYK 53.85% 0.00% 50.00%
49.02%

Color #3C8241 in popluar number systems.

HEX 3C 82 41
Decimal 60 130 65
Binary 111100 10000010 1000001
Octal 74 202 101

Shades and tints

Shades of #3C8241

#3C8241
(60,130,65)
#37773C
(55,119,60)
#326C37
(50,108,55)
#2D6132
(45,97,50)
#28562D
(40,86,45)
#234B28
(35,75,40)
#1E4023
(30,64,35)
#19351E
(25,53,30)
#142A19
(20,42,25)
#0F1F14
(15,31,20)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #3C8241

#3C8241
(60,130,65)
#4D8D52
(77,141,82)
#5E9863
(94,152,99)
#6FA374
(111,163,116)
#80AE85
(128,174,133)
#91B996
(145,185,150)
#A2C4A7
(162,196,167)
#B3CFB8
(179,207,184)
#C4DAC9
(196,218,201)
#D5E5DA
(213,229,218)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8241 color. Also use rgb(60,130,65) instead hex code.

Text Font Color

.myTextColor { color: #3C8241; }

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

This text font color is #3C8241.

Background Color

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

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

This div background color is #3C8241.

Border color

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

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

This div border color is #3C8241.

Opacity

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

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

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

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

This text has shadow with #3C8241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C8241.

Preview

Color preview on black background

This text has color #3C8241 on black background.


Color preview on white background

This text has color #3C8241 on white background.


Black color preview on #3C8241 background

This text has black color on #3C8241 background.


White color preview on #3C8241 background

This text has white color on #3C8241 background.


Related colors

Complementary color

Complementary color for #hex is #C37DBE.


I love getcolorcode.com

Triadic colors

1 #413C82 and #82413C with #3C8241 are triadic colors.

2 #41823C and #823C41 with #3C8241 are triadic colors.