COLOR #3C842C

HEX: #3C842C
RGB: (60,132,44)

Color info

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

RGB color model

#3C842C color RGB value is (60,132,44).

  • red value is 60;
  • green value is 132;
  • blue value is 44.
RGB:
(60,132,44)
(24%,52%,17%)

RGB channels and saturation

R 60 of 255 = 24%
G 132 of 255 = 52%
B 44 of 255 = 17%

60
132
44

R + G + B ~ 31%. #3C842C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 132 + 44 = 236 (100%)
R 60 of 236 ~ 25.42%
G 132 of 236 ~ 55.93%
B 44 of 236 ~ 18.64%

%25.42
%55.93
%18.64

CMYK color model

#3C842C color CMYK value is (55,0,67,48).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 48.24%
CMYK:
(55,0,67,48)
C55M0Y67K48 
(55%,0%,67%,48%)
(0.55/0.00/0.67/0.48)	

CMYK percentages

%54.55
%0
%66.67
%48.24

Codes

Color #3C842C in popluar color models

3C842C
RGB6013244
HSL109°50.00%34.51%
HSB/HSV109°66.67%51.76%
CMYK54.55%0.00%66.67%
48.24%

Color #3C842C in popluar number systems.

HEX3C842C
Decimal6013244
Binary11110010000100101100
Octal7420454

Shades and tints

Shades of #3C842C

#3C842C
(60,132,44)
#377828
(55,120,40)
#326C24
(50,108,36)
#2D6020
(45,96,32)
#28541C
(40,84,28)
#234818
(35,72,24)
#1E3C14
(30,60,20)
#193010
(25,48,16)
#14240C
(20,36,12)
#0F1808
(15,24,8)
#0A0C04
(10,12,4)
#000000
(0,0,0)

Tints of #3C842C

#3C842C
(60,132,44)
#4D8F3F
(77,143,63)
#5E9A52
(94,154,82)
#6FA565
(111,165,101)
#80B078
(128,176,120)
#91BB8B
(145,187,139)
#A2C69E
(162,198,158)
#B3D1B1
(179,209,177)
#C4DCC4
(196,220,196)
#D5E7D7
(213,231,215)
#E6F2EA
(230,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C842C color. Also use rgb(60,132,44) instead hex code.

Text Font Color

.myTextColor { color: #3C842C; }

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

This text font color is #3C842C.


Background Color

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

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

This div background color is #3C842C.


Border color

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

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

This div border color is #3C842C.


Opacity

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

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

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

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

This text has shadow with #3C842C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C842C on black background.


Color preview on white background

This text has color #3C842C on white background.



Black color preview on #3C842C background

This text has black color on #3C842C background.


White color preview on #3C842C background

This text has white color on #3C842C background.