COLOR #3C7441

HEX: #3C7441
RGB: (60,116,65)

Color info

#3C7441 contains red, green and blue colors in about the same proportion. Web safe color of #3C7441 is #336633 (or #363).

RGB color model

#3C7441 color RGB value is (60,116,65).

  • red value is 60;
  • green value is 116;
  • blue value is 65.
RGB:
(60,116,65)
(24%,45%,25%)

RGB channels and saturation

R 60 of 255 = 24%
G 116 of 255 = 45%
B 65 of 255 = 25%

60
116
65

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

Portions of RGB colors in percentages

R + G + B =
60 + 116 + 65 = 241 (100%)
R 60 of 241 ~ 24.9%
G 116 of 241 ~ 48.13%
B 65 of 241 ~ 26.97%

%24.9
%48.13
%26.97

CMYK color model

#3C7441 color CMYK value is (48,0,44,55).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 43.97%
  • key color value is 54.51%
CMYK:
(48,0,44,55)
C48M0Y44K55 
(48%,0%,44%,55%)
(0.48/0.00/0.44/0.55)	

CMYK percentages

%48.28
%0
%43.97
%54.51

Codes

Color #3C7441 in popluar color models

3C7441
RGB6011665
HSL125°31.82%34.51%
HSB/HSV125°48.28%45.49%
CMYK48.28%0.00%43.97%
54.51%

Color #3C7441 in popluar number systems.

HEX3C7441
Decimal6011665
Binary11110011101001000001
Octal74164101

Shades and tints

Shades of #3C7441

#3C7441
(60,116,65)
#376A3C
(55,106,60)
#326037
(50,96,55)
#2D5632
(45,86,50)
#284C2D
(40,76,45)
#234228
(35,66,40)
#1E3823
(30,56,35)
#192E1E
(25,46,30)
#142419
(20,36,25)
#0F1A14
(15,26,20)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #3C7441

#3C7441
(60,116,65)
#4D8052
(77,128,82)
#5E8C63
(94,140,99)
#6F9874
(111,152,116)
#80A485
(128,164,133)
#91B096
(145,176,150)
#A2BCA7
(162,188,167)
#B3C8B8
(179,200,184)
#C4D4C9
(196,212,201)
#D5E0DA
(213,224,218)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7441 color. Also use rgb(60,116,65) instead hex code.

Text Font Color

.myTextColor { color: #3C7441; }

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

This text font color is #3C7441.


Background Color

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

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

This div background color is #3C7441.


Border color

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

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

This div border color is #3C7441.


Opacity

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

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

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

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

This text has shadow with #3C7441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7441 on black background.


Color preview on white background

This text has color #3C7441 on white background.



Black color preview on #3C7441 background

This text has black color on #3C7441 background.


White color preview on #3C7441 background

This text has white color on #3C7441 background.