COLOR #3C952B

HEX: #3C952B RGB: (60,149,43)

Color info

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

RGB color model

#3C952B color RGB value is (60,149,43).

RGB: (60,149,43) (24%, 58%, 17%)

RGB channels and saturation

R 60 of 255 = 24%
G 149 of 255 = 58%
B 43 of 255 = 17%

60
149
43

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

Portions of RGB colors in percentages

R + G + B = 60 + 149 + 43 = 252 (100%)
R 60 of 252 ~ 23.81%
G 149 of 252 ~ 59.13%
B 43 of 252 ~ 17.06'%

%23.81
%59.13
%17.06

CMYK color model

#3C952B color CMYK value is (60,0,71,42).

  • cyan value is 59.73%
  • magenta value is 0.00%
  • yellow value is 71.14%
  • key color value is 41.57%
CMYK: (60,0,71,42) C60M0Y71K42 (60%,0%,71%,42%) (0.60/0.00/0.71/0.42) 

CMYK percentages

%59.73
%0
%71.14
%41.57

Codes

Color #3C952B in popluar color models

3C 95 2B
RGB 60 149 43
HSL 110° 55.21% 37.65%
HSB/HSV 110° 71.14% 58.43%
CMYK 59.73% 0.00% 71.14%
41.57%

Color #3C952B in popluar number systems.

HEX 3C 95 2B
Decimal 60 149 43
Binary 111100 10010101 101011
Octal 74 225 53

Shades and tints

Shades of #3C952B

#3C952B
(60,149,43)
#378828
(55,136,40)
#327B25
(50,123,37)
#2D6E22
(45,110,34)
#28611F
(40,97,31)
#23541C
(35,84,28)
#1E4719
(30,71,25)
#193A16
(25,58,22)
#142D13
(20,45,19)
#0F2010
(15,32,16)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #3C952B

#3C952B
(60,149,43)
#4D9E3E
(77,158,62)
#5EA751
(94,167,81)
#6FB064
(111,176,100)
#80B977
(128,185,119)
#91C28A
(145,194,138)
#A2CB9D
(162,203,157)
#B3D4B0
(179,212,176)
#C4DDC3
(196,221,195)
#D5E6D6
(213,230,214)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C952B color. Also use rgb(60,149,43) instead hex code.

Text Font Color

.myTextColor { color: #3C952B; }

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

This text font color is #3C952B.

Background Color

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

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

This div background color is #3C952B.

Border color

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

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

This div border color is #3C952B.

Opacity

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

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

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

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

This text has shadow with #3C952B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C952B.

Preview

Color preview on black background

This text has color #3C952B on black background.


Color preview on white background

This text has color #3C952B on white background.


Black color preview on #3C952B background

This text has black color on #3C952B background.


White color preview on #3C952B background

This text has white color on #3C952B background.


Related colors

Complementary color

Complementary color for #hex is #C36AD4.


I love getcolorcode.com

Triadic colors

1 #2B3C95 and #952B3C with #3C952B are triadic colors.

2 #2B953C and #953C2B with #3C952B are triadic colors.