COLOR #3C7133

HEX: #3C7133
RGB: (60,113,51)

Color info

#3C7133 contains mainly red and green colors. Web safe color of #3C7133 is #336633 (or #363).

RGB color model

#3C7133 color RGB value is (60,113,51).

  • red value is 60;
  • green value is 113;
  • blue value is 51.
RGB:
(60,113,51)
(24%,44%,20%)

RGB channels and saturation

R 60 of 255 = 24%
G 113 of 255 = 44%
B 51 of 255 = 20%

60
113
51

R + G + B ~ 29%. #3C7133 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 113 + 51 = 224 (100%)
R 60 of 224 ~ 26.79%
G 113 of 224 ~ 50.45%
B 51 of 224 ~ 22.77%

%26.79
%50.45
%22.77

CMYK color model

#3C7133 color CMYK value is (47,0,55,56).

  • cyan value is 46.90%
  • magenta value is 0.00%
  • yellow value is 54.87%
  • key color value is 55.69%
CMYK:
(47,0,55,56)
C47M0Y55K56 
(47%,0%,55%,56%)
(0.47/0.00/0.55/0.56)	

CMYK percentages

%46.9
%0
%54.87
%55.69

Codes

Color #3C7133 in popluar color models

3C7133
RGB6011351
HSL111°37.80%32.16%
HSB/HSV111°54.87%44.31%
CMYK46.90%0.00%54.87%
55.69%

Color #3C7133 in popluar number systems.

HEX3C7133
Decimal6011351
Binary1111001110001110011
Octal7416163

Shades and tints

Shades of #3C7133

#3C7133
(60,113,51)
#37672F
(55,103,47)
#325D2B
(50,93,43)
#2D5327
(45,83,39)
#284923
(40,73,35)
#233F1F
(35,63,31)
#1E351B
(30,53,27)
#192B17
(25,43,23)
#142113
(20,33,19)
#0F170F
(15,23,15)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #3C7133

#3C7133
(60,113,51)
#4D7D45
(77,125,69)
#5E8957
(94,137,87)
#6F9569
(111,149,105)
#80A17B
(128,161,123)
#91AD8D
(145,173,141)
#A2B99F
(162,185,159)
#B3C5B1
(179,197,177)
#C4D1C3
(196,209,195)
#D5DDD5
(213,221,213)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7133 color. Also use rgb(60,113,51) instead hex code.

Text Font Color

.myTextColor { color: #3C7133; }

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

This text font color is #3C7133.


Background Color

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

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

This div background color is #3C7133.


Border color

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

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

This div border color is #3C7133.


Opacity

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

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

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

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

This text has shadow with #3C7133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7133 on black background.


Color preview on white background

This text has color #3C7133 on white background.



Black color preview on #3C7133 background

This text has black color on #3C7133 background.


White color preview on #3C7133 background

This text has white color on #3C7133 background.