COLOR #3C762C

HEX: #3C762C
RGB: (60,118,44)

Color info

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

RGB color model

#3C762C color RGB value is (60,118,44).

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

RGB channels and saturation

R 60 of 255 = 24%
G 118 of 255 = 46%
B 44 of 255 = 17%

60
118
44

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

Portions of RGB colors in percentages

R + G + B =
60 + 118 + 44 = 222 (100%)
R 60 of 222 ~ 27.03%
G 118 of 222 ~ 53.15%
B 44 of 222 ~ 19.82%

%27.03
%53.15
%19.82

CMYK color model

#3C762C color CMYK value is (49,0,63,54).

  • cyan value is 49.15%
  • magenta value is 0.00%
  • yellow value is 62.71%
  • key color value is 53.73%
CMYK:
(49,0,63,54)
C49M0Y63K54 
(49%,0%,63%,54%)
(0.49/0.00/0.63/0.54)	

CMYK percentages

%49.15
%0
%62.71
%53.73

Codes

Color #3C762C in popluar color models

3C762C
RGB6011844
HSL107°45.68%31.76%
HSB/HSV107°62.71%46.27%
CMYK49.15%0.00%62.71%
53.73%

Color #3C762C in popluar number systems.

HEX3C762C
Decimal6011844
Binary1111001110110101100
Octal7416654

Shades and tints

Shades of #3C762C

#3C762C
(60,118,44)
#376C28
(55,108,40)
#326224
(50,98,36)
#2D5820
(45,88,32)
#284E1C
(40,78,28)
#234418
(35,68,24)
#1E3A14
(30,58,20)
#193010
(25,48,16)
#14260C
(20,38,12)
#0F1C08
(15,28,8)
#0A1204
(10,18,4)
#000000
(0,0,0)

Tints of #3C762C

#3C762C
(60,118,44)
#4D823F
(77,130,63)
#5E8E52
(94,142,82)
#6F9A65
(111,154,101)
#80A678
(128,166,120)
#91B28B
(145,178,139)
#A2BE9E
(162,190,158)
#B3CAB1
(179,202,177)
#C4D6C4
(196,214,196)
#D5E2D7
(213,226,215)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C762C; }

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

This text font color is #3C762C.


Background Color

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

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

This div background color is #3C762C.


Border color

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

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

This div border color is #3C762C.


Opacity

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

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

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

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

This text has shadow with #3C762C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C762C on black background.


Color preview on white background

This text has color #3C762C on white background.



Black color preview on #3C762C background

This text has black color on #3C762C background.


White color preview on #3C762C background

This text has white color on #3C762C background.