COLOR #392F35

HEX: #392F35 RGB: (57,47,53)

Color info

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

RGB color model

#392F35 color RGB value is (57,47,53).

RGB: (57,47,53) (22%, 18%, 21%)

RGB channels and saturation

R 57 of 255 = 22%
G 47 of 255 = 18%
B 53 of 255 = 21%

57
47
53

R + G + B ~ 20%. #392F35 is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 47 + 53 = 157 (100%)
R 57 of 157 ~ 36.31%
G 47 of 157 ~ 29.94%
B 53 of 157 ~ 33.76'%

%36.31
%29.94
%33.76

CMYK color model

#392F35 color CMYK value is (0,18,7,78).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 7.02%
  • key color value is 77.65%

CMYK: (0,18,7,78)
C0M18Y7K78 (0%, 18%, 7%, 78%)
(0.00 / 0.18 / 0.07 / 0.78)

CMYK percentages

%0
%17.54
%7.02
%77.65

Codes

Color #392F35 in popluar color models

39 2F 35
RGB 57 47 53
HSL 324° 9.62% 20.39%
HSB/HSV 324° 17.54% 22.35%
CMYK 0.00% 17.54% 7.02%
77.65%

Color #392F35 in popluar number systems.

HEX 39 2F 35
Decimal 57 47 53
Binary 111001 101111 110101
Octal 71 57 65

Shades and tints

Shades of #392F35

#392F35
(57,47,53)
#342B31
(52,43,49)
#2F272D
(47,39,45)
#2A2329
(42,35,41)
#251F25
(37,31,37)
#201B21
(32,27,33)
#1B171D
(27,23,29)
#161319
(22,19,25)
#110F15
(17,15,21)
#0C0B11
(12,11,17)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #392F35

#392F35
(57,47,53)
#4B4147
(75,65,71)
#5D5359
(93,83,89)
#6F656B
(111,101,107)
#81777D
(129,119,125)
#93898F
(147,137,143)
#A59BA1
(165,155,161)
#B7ADB3
(183,173,179)
#C9BFC5
(201,191,197)
#DBD1D7
(219,209,215)
#EDE3E9
(237,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392F35 color. Also use rgb(57,47,53) instead hex code.

Text Font Color

.myTextColor { color: #392F35; }

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

This text font color is #392F35.

Background Color

.myBgColor { background-color: #392F35; }

<div style="background-color:#392F35">Inner text</div>

This div background color is #392F35.

Border color

.myBorderColor { border: 1px solid #392F35; }

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

This div border color is #392F35.

Opacity

.myOpacity80 { color: #392F35; opacity: 0.8; }

<p style="color:#392F35;opacity:0.8;">80%</p>

Text with #392F35 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 #392F35;}

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

This text has shadow with #392F35 color.


.textShadow {text-shadow: 3px 3px 1px #392F35', 3px 3px 1px red;}

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

This text has shadow with #392F35 primary color and red secondary color.


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

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

This text has shadow with #392F35 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #392F35; -webkit-box-shadow: 1px 1px 3px 2px #392F35; box-shadow:1px 1px 3px 2px #392F35;">
Div content here
</div>

This div box has shadow with color #392F35.

Preview

Color preview on black background

This text has color #392F35 on black background.


Color preview on white background

This text has color #392F35 on white background.


Black color preview on #392F35 background

This text has black color on #392F35 background.


White color preview on #392F35 background

This text has white color on #392F35 background.


Related colors

Complementary color

Complementary color for #hex is #C6D0CA.


I love getcolorcode.com

Triadic colors

1 #35392F and #2F3539 with #392F35 are triadic colors.

2 #352F39 and #2F3935 with #392F35 are triadic colors.