COLOR #3C6441

HEX: #3C6441
RGB: (60,100,65)

Color info

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

RGB color model

#3C6441 color RGB value is (60,100,65).

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

RGB channels and saturation

R 60 of 255 = 24%
G 100 of 255 = 39%
B 65 of 255 = 25%

60
100
65

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

Portions of RGB colors in percentages

R + G + B =
60 + 100 + 65 = 225 (100%)
R 60 of 225 ~ 26.67%
G 100 of 225 ~ 44.44%
B 65 of 225 ~ 28.89%

%26.67
%44.44
%28.89

CMYK color model

#3C6441 color CMYK value is (40,0,35,61).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 60.78%
CMYK:
(40,0,35,61)
C40M0Y35K61 
(40%,0%,35%,61%)
(0.40/0.00/0.35/0.61)	

CMYK percentages

%40
%0
%35
%60.78

Codes

Color #3C6441 in popluar color models

3C6441
RGB6010065
HSL128°25.00%31.37%
HSB/HSV128°40.00%39.22%
CMYK40.00%0.00%35.00%
60.78%

Color #3C6441 in popluar number systems.

HEX3C6441
Decimal6010065
Binary11110011001001000001
Octal74144101

Shades and tints

Shades of #3C6441

#3C6441
(60,100,65)
#375B3C
(55,91,60)
#325237
(50,82,55)
#2D4932
(45,73,50)
#28402D
(40,64,45)
#233728
(35,55,40)
#1E2E23
(30,46,35)
#19251E
(25,37,30)
#141C19
(20,28,25)
#0F1314
(15,19,20)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #3C6441

#3C6441
(60,100,65)
#4D7252
(77,114,82)
#5E8063
(94,128,99)
#6F8E74
(111,142,116)
#809C85
(128,156,133)
#91AA96
(145,170,150)
#A2B8A7
(162,184,167)
#B3C6B8
(179,198,184)
#C4D4C9
(196,212,201)
#D5E2DA
(213,226,218)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6441; }

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

This text font color is #3C6441.


Background Color

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

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

This div background color is #3C6441.


Border color

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

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

This div border color is #3C6441.


Opacity

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

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

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

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

This text has shadow with #3C6441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6441 on black background.


Color preview on white background

This text has color #3C6441 on white background.



Black color preview on #3C6441 background

This text has black color on #3C6441 background.


White color preview on #3C6441 background

This text has white color on #3C6441 background.