COLOR #3C4F41

HEX: #3C4F41
RGB: (60,79,65)

Color info

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

RGB color model

#3C4F41 color RGB value is (60,79,65).

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

RGB channels and saturation

R 60 of 255 = 24%
G 79 of 255 = 31%
B 65 of 255 = 25%

60
79
65

R + G + B ~ 27%. #3C4F41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 79 + 65 = 204 (100%)
R 60 of 204 ~ 29.41%
G 79 of 204 ~ 38.73%
B 65 of 204 ~ 31.86%

%29.41
%38.73
%31.86

CMYK color model

#3C4F41 color CMYK value is (24,0,18,69).

  • cyan value is 24.05%
  • magenta value is 0.00%
  • yellow value is 17.72%
  • key color value is 69.02%
CMYK:
(24,0,18,69)
C24M0Y18K69 
(24%,0%,18%,69%)
(0.24/0.00/0.18/0.69)	

CMYK percentages

%24.05
%0
%17.72
%69.02

Codes

Color #3C4F41 in popluar color models

3C4F41
RGB607965
HSL136°13.67%27.25%
HSB/HSV136°24.05%30.98%
CMYK24.05%0.00%17.72%
69.02%

Color #3C4F41 in popluar number systems.

HEX3C4F41
Decimal607965
Binary11110010011111000001
Octal74117101

Shades and tints

Shades of #3C4F41

#3C4F41
(60,79,65)
#37483C
(55,72,60)
#324137
(50,65,55)
#2D3A32
(45,58,50)
#28332D
(40,51,45)
#232C28
(35,44,40)
#1E2523
(30,37,35)
#191E1E
(25,30,30)
#141719
(20,23,25)
#0F1014
(15,16,20)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #3C4F41

#3C4F41
(60,79,65)
#4D5F52
(77,95,82)
#5E6F63
(94,111,99)
#6F7F74
(111,127,116)
#808F85
(128,143,133)
#919F96
(145,159,150)
#A2AFA7
(162,175,167)
#B3BFB8
(179,191,184)
#C4CFC9
(196,207,201)
#D5DFDA
(213,223,218)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4F41; }

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

This text font color is #3C4F41.


Background Color

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

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

This div background color is #3C4F41.


Border color

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

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

This div border color is #3C4F41.


Opacity

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

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

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

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

This text has shadow with #3C4F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4F41 on black background.


Color preview on white background

This text has color #3C4F41 on white background.



Black color preview on #3C4F41 background

This text has black color on #3C4F41 background.


White color preview on #3C4F41 background

This text has white color on #3C4F41 background.