COLOR #3C4741

HEX: #3C4741
RGB: (60,71,65)

Color info

#3C4741 contains red, green and blue colors in about the same proportion. Web safe color of #3C4741 is #333333 (or #333).

RGB color model

#3C4741 color RGB value is (60,71,65).

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

RGB channels and saturation

R 60 of 255 = 24%
G 71 of 255 = 28%
B 65 of 255 = 25%

60
71
65

R + G + B ~ 26%. #3C4741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 71 + 65 = 196 (100%)
R 60 of 196 ~ 30.61%
G 71 of 196 ~ 36.22%
B 65 of 196 ~ 33.16%

%30.61
%36.22
%33.16

CMYK color model

#3C4741 color CMYK value is (15,0,8,72).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 8.45%
  • key color value is 72.16%
CMYK:
(15,0,8,72)
C15M0Y8K72 
(15%,0%,8%,72%)
(0.15/0.00/0.08/0.72)	

CMYK percentages

%15.49
%0
%8.45
%72.16

Codes

Color #3C4741 in popluar color models

3C4741
RGB607165
HSL147°8.40%25.69%
HSB/HSV147°15.49%27.84%
CMYK15.49%0.00%8.45%
72.16%

Color #3C4741 in popluar number systems.

HEX3C4741
Decimal607165
Binary11110010001111000001
Octal74107101

Shades and tints

Shades of #3C4741

#3C4741
(60,71,65)
#37413C
(55,65,60)
#323B37
(50,59,55)
#2D3532
(45,53,50)
#282F2D
(40,47,45)
#232928
(35,41,40)
#1E2323
(30,35,35)
#191D1E
(25,29,30)
#141719
(20,23,25)
#0F1114
(15,17,20)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #3C4741

#3C4741
(60,71,65)
#4D5752
(77,87,82)
#5E6763
(94,103,99)
#6F7774
(111,119,116)
#808785
(128,135,133)
#919796
(145,151,150)
#A2A7A7
(162,167,167)
#B3B7B8
(179,183,184)
#C4C7C9
(196,199,201)
#D5D7DA
(213,215,218)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4741; }

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

This text font color is #3C4741.


Background Color

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

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

This div background color is #3C4741.


Border color

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

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

This div border color is #3C4741.


Opacity

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

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

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

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

This text has shadow with #3C4741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4741 on black background.


Color preview on white background

This text has color #3C4741 on white background.



Black color preview on #3C4741 background

This text has black color on #3C4741 background.


White color preview on #3C4741 background

This text has white color on #3C4741 background.