COLOR #393D37

HEX: #393D37
RGB: (57,61,55)

Color info

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

RGB color model

#393D37 color RGB value is (57,61,55).

  • red value is 57;
  • green value is 61;
  • blue value is 55.
RGB:
(57,61,55)
(22%,24%,22%)

RGB channels and saturation

R 57 of 255 = 22%
G 61 of 255 = 24%
B 55 of 255 = 22%

57
61
55

R + G + B ~ 23%. #393D37 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 61 + 55 = 173 (100%)
R 57 of 173 ~ 32.95%
G 61 of 173 ~ 35.26%
B 55 of 173 ~ 31.79%

%32.95
%35.26
%31.79

CMYK color model

#393D37 color CMYK value is (7,0,10,76).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 76.08%
CMYK:
(7,0,10,76)
C7M0Y10K76 
(7%,0%,10%,76%)
(0.07/0.00/0.10/0.76)	

CMYK percentages

%6.56
%0
%9.84
%76.08

Codes

Color #393D37 in popluar color models

393D37
RGB576155
HSL100°5.17%22.75%
HSB/HSV100°9.84%23.92%
CMYK6.56%0.00%9.84%
76.08%

Color #393D37 in popluar number systems.

HEX393D37
Decimal576155
Binary111001111101110111
Octal717567

Shades and tints

Shades of #393D37

#393D37
(57,61,55)
#343832
(52,56,50)
#2F332D
(47,51,45)
#2A2E28
(42,46,40)
#252923
(37,41,35)
#20241E
(32,36,30)
#1B1F19
(27,31,25)
#161A14
(22,26,20)
#11150F
(17,21,15)
#0C100A
(12,16,10)
#070B05
(7,11,5)
#000000
(0,0,0)

Tints of #393D37

#393D37
(57,61,55)
#4B4E49
(75,78,73)
#5D5F5B
(93,95,91)
#6F706D
(111,112,109)
#81817F
(129,129,127)
#939291
(147,146,145)
#A5A3A3
(165,163,163)
#B7B4B5
(183,180,181)
#C9C5C7
(201,197,199)
#DBD6D9
(219,214,217)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393D37 color. Also use rgb(57,61,55) instead hex code.

Text Font Color

.myTextColor { color: #393D37; }

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

This text font color is #393D37.


Background Color

.myBgColor { background-color: #393D37; }

<div style="background-color:#393D37">Inner text</div>

This div background color is #393D37.


Border color

.myBorderColor { border: 1px solid #393D37; }

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

This div border color is #393D37.


Opacity

.myOpacity80 { color: #393D37; opacity: 0.8; }

<p style="color:#393D37;opacity:0.8;">80%</p>

Text with #393D37 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 #393D37;}

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

This text has shadow with #393D37 color.

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

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

This text has shadow with #393D37 primary color and red secondary color.


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

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

This text has shadow with #393D37 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393D37 on black background.


Color preview on white background

This text has color #393D37 on white background.



Black color preview on #393D37 background

This text has black color on #393D37 background.


White color preview on #393D37 background

This text has white color on #393D37 background.