COLOR #3C4F4B

HEX: #3C4F4B
RGB: (60,79,75)

Color info

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

RGB color model

#3C4F4B color RGB value is (60,79,75).

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

RGB channels and saturation

R 60 of 255 = 24%
G 79 of 255 = 31%
B 75 of 255 = 29%

60
79
75

R + G + B ~ 28%. #3C4F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 79 + 75 = 214 (100%)
R 60 of 214 ~ 28.04%
G 79 of 214 ~ 36.92%
B 75 of 214 ~ 35.05%

%28.04
%36.92
%35.05

CMYK color model

#3C4F4B color CMYK value is (24,0,5,69).

  • cyan value is 24.05%
  • magenta value is 0.00%
  • yellow value is 5.06%
  • key color value is 69.02%
CMYK:
(24,0,5,69)
C24M0Y5K69 
(24%,0%,5%,69%)
(0.24/0.00/0.05/0.69)	

CMYK percentages

%24.05
%0
%5.06
%69.02

Codes

Color #3C4F4B in popluar color models

3C4F4B
RGB607975
HSL167°13.67%27.25%
HSB/HSV167°24.05%30.98%
CMYK24.05%0.00%5.06%
69.02%

Color #3C4F4B in popluar number systems.

HEX3C4F4B
Decimal607975
Binary11110010011111001011
Octal74117113

Shades and tints

Shades of #3C4F4B

#3C4F4B
(60,79,75)
#374845
(55,72,69)
#32413F
(50,65,63)
#2D3A39
(45,58,57)
#283333
(40,51,51)
#232C2D
(35,44,45)
#1E2527
(30,37,39)
#191E21
(25,30,33)
#14171B
(20,23,27)
#0F1015
(15,16,21)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #3C4F4B

#3C4F4B
(60,79,75)
#4D5F5B
(77,95,91)
#5E6F6B
(94,111,107)
#6F7F7B
(111,127,123)
#808F8B
(128,143,139)
#919F9B
(145,159,155)
#A2AFAB
(162,175,171)
#B3BFBB
(179,191,187)
#C4CFCB
(196,207,203)
#D5DFDB
(213,223,219)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4F4B; }

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

This text font color is #3C4F4B.


Background Color

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

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

This div background color is #3C4F4B.


Border color

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

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

This div border color is #3C4F4B.


Opacity

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

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

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

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

This text has shadow with #3C4F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4F4B on black background.


Color preview on white background

This text has color #3C4F4B on white background.



Black color preview on #3C4F4B background

This text has black color on #3C4F4B background.


White color preview on #3C4F4B background

This text has white color on #3C4F4B background.