COLOR #3C834F

HEX: #3C834F RGB: (60,131,79)

Color info

#3C834F contains mainly green and blue colors. Web safe color of #3C834F is #339966 (or #396).

RGB color model

#3C834F color RGB value is (60,131,79).

RGB: (60,131,79) (24%, 51%, 31%)

RGB channels and saturation

R 60 of 255 = 24%
G 131 of 255 = 51%
B 79 of 255 = 31%

60
131
79

R + G + B ~ 35%. #3C834F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 131 + 79 = 270 (100%)
R 60 of 270 ~ 22.22%
G 131 of 270 ~ 48.52%
B 79 of 270 ~ 29.26'%

%22.22
%48.52
%29.26

CMYK color model

#3C834F color CMYK value is (54,0,40,49).

  • cyan value is 54.20%
  • magenta value is 0.00%
  • yellow value is 39.69%
  • key color value is 48.63%

CMYK: (54,0,40,49)
C54M0Y40K49 (54%, 0%, 40%, 49%)
(0.54 / 0.00 / 0.40 / 0.49)

CMYK percentages

%54.2
%0
%39.69
%48.63

Codes

Color #3C834F in popluar color models

3C 83 4F
RGB 60 131 79
HSL 136° 37.17% 37.45%
HSB/HSV 136° 54.20% 51.37%
CMYK 54.20% 0.00% 39.69%
48.63%

Color #3C834F in popluar number systems.

HEX 3C 83 4F
Decimal 60 131 79
Binary 111100 10000011 1001111
Octal 74 203 117

Shades and tints

Shades of #3C834F

#3C834F
(60,131,79)
#377848
(55,120,72)
#326D41
(50,109,65)
#2D623A
(45,98,58)
#285733
(40,87,51)
#234C2C
(35,76,44)
#1E4125
(30,65,37)
#19361E
(25,54,30)
#142B17
(20,43,23)
#0F2010
(15,32,16)
#0A1509
(10,21,9)
#000000
(0,0,0)

Tints of #3C834F

#3C834F
(60,131,79)
#4D8E5F
(77,142,95)
#5E996F
(94,153,111)
#6FA47F
(111,164,127)
#80AF8F
(128,175,143)
#91BA9F
(145,186,159)
#A2C5AF
(162,197,175)
#B3D0BF
(179,208,191)
#C4DBCF
(196,219,207)
#D5E6DF
(213,230,223)
#E6F1EF
(230,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C834F color. Also use rgb(60,131,79) instead hex code.

Text Font Color

.myTextColor { color: #3C834F; }

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

This text font color is #3C834F.

Background Color

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

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

This div background color is #3C834F.

Border color

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

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

This div border color is #3C834F.

Opacity

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

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

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

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

This text has shadow with #3C834F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C834F.

Preview

Color preview on black background

This text has color #3C834F on black background.


Color preview on white background

This text has color #3C834F on white background.


Black color preview on #3C834F background

This text has black color on #3C834F background.


White color preview on #3C834F background

This text has white color on #3C834F background.


Related colors

Complementary color

Complementary color for #hex is #C37CB0.


I love getcolorcode.com

Triadic colors

1 #4F3C83 and #834F3C with #3C834F are triadic colors.

2 #4F833C and #833C4F with #3C834F are triadic colors.