COLOR #39475F

HEX: #39475F
RGB: (57,71,95)

Color info

#39475F contains red, green and blue colors in about the same proportion. Web safe color of #39475F is #333366 (or #336).

RGB color model

#39475F color RGB value is (57,71,95).

  • red value is 57;
  • green value is 71;
  • blue value is 95.
RGB:
(57,71,95)
(22%,28%,37%)

RGB channels and saturation

R 57 of 255 = 22%
G 71 of 255 = 28%
B 95 of 255 = 37%

57
71
95

R + G + B ~ 29%. #39475F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 71 + 95 = 223 (100%)
R 57 of 223 ~ 25.56%
G 71 of 223 ~ 31.84%
B 95 of 223 ~ 42.6%

%25.56
%31.84
%42.6

CMYK color model

#39475F color CMYK value is (40,25,0,63).

  • cyan value is 40.00%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(40,25,0,63)
C40M25Y0K63 
(40%,25%,0%,63%)
(0.40/0.25/0.00/0.63)	

CMYK percentages

%40
%25.26
%0
%62.75

Codes

Color #39475F in popluar color models

39475F
RGB577195
HSL218°25.00%29.80%
HSB/HSV218°40.00%37.25%
CMYK40.00%25.26%0.00%
62.75%

Color #39475F in popluar number systems.

HEX39475F
Decimal577195
Binary11100110001111011111
Octal71107137

Shades and tints

Shades of #39475F

#39475F
(57,71,95)
#344157
(52,65,87)
#2F3B4F
(47,59,79)
#2A3547
(42,53,71)
#252F3F
(37,47,63)
#202937
(32,41,55)
#1B232F
(27,35,47)
#161D27
(22,29,39)
#11171F
(17,23,31)
#0C1117
(12,17,23)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #39475F

#39475F
(57,71,95)
#4B576D
(75,87,109)
#5D677B
(93,103,123)
#6F7789
(111,119,137)
#818797
(129,135,151)
#9397A5
(147,151,165)
#A5A7B3
(165,167,179)
#B7B7C1
(183,183,193)
#C9C7CF
(201,199,207)
#DBD7DD
(219,215,221)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39475F color. Also use rgb(57,71,95) instead hex code.

Text Font Color

.myTextColor { color: #39475F; }

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

This text font color is #39475F.


Background Color

.myBgColor { background-color: #39475F; }

<div style="background-color:#39475F">Inner text</div>

This div background color is #39475F.


Border color

.myBorderColor { border: 1px solid #39475F; }

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

This div border color is #39475F.


Opacity

.myOpacity80 { color: #39475F; opacity: 0.8; }

<p style="color:#39475F;opacity:0.8;">80%</p>

Text with #39475F 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 #39475F;}

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

This text has shadow with #39475F color.

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

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

This text has shadow with #39475F primary color and red secondary color.


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

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

This text has shadow with #39475F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39475F on black background.


Color preview on white background

This text has color #39475F on white background.



Black color preview on #39475F background

This text has black color on #39475F background.


White color preview on #39475F background

This text has white color on #39475F background.