COLOR #393B0D

HEX: #393B0D
RGB: (57,59,13)

Color info

#393B0D contains red, green and blue colors in about the same proportion. Web safe color of #393B0D is #333300 (or #330).

RGB color model

#393B0D color RGB value is (57,59,13).

  • red value is 57;
  • green value is 59;
  • blue value is 13.
RGB:
(57,59,13)
(22%,23%,5%)

RGB channels and saturation

R 57 of 255 = 22%
G 59 of 255 = 23%
B 13 of 255 = 5%

57
59
13

R + G + B ~ 17%. #393B0D is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 59 + 13 = 129 (100%)
R 57 of 129 ~ 44.19%
G 59 of 129 ~ 45.74%
B 13 of 129 ~ 10.08%

%44.19
%45.74
%10.08

CMYK color model

#393B0D color CMYK value is (3,0,78,77).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 77.97%
  • key color value is 76.86%
CMYK:
(3,0,78,77)
C3M0Y78K77 
(3%,0%,78%,77%)
(0.03/0.00/0.78/0.77)	

CMYK percentages

%3.39
%0
%77.97
%76.86

Codes

Color #393B0D in popluar color models

393B0D
RGB575913
HSL63°63.89%14.12%
HSB/HSV63°77.97%23.14%
CMYK3.39%0.00%77.97%
76.86%

Color #393B0D in popluar number systems.

HEX393B0D
Decimal575913
Binary1110011110111101
Octal717315

Shades and tints

Shades of #393B0D

#393B0D
(57,59,13)
#34360C
(52,54,12)
#2F310B
(47,49,11)
#2A2C0A
(42,44,10)
#252709
(37,39,9)
#202208
(32,34,8)
#1B1D07
(27,29,7)
#161806
(22,24,6)
#111305
(17,19,5)
#0C0E04
(12,14,4)
#070903
(7,9,3)
#000000
(0,0,0)

Tints of #393B0D

#393B0D
(57,59,13)
#4B4C23
(75,76,35)
#5D5D39
(93,93,57)
#6F6E4F
(111,110,79)
#817F65
(129,127,101)
#93907B
(147,144,123)
#A5A191
(165,161,145)
#B7B2A7
(183,178,167)
#C9C3BD
(201,195,189)
#DBD4D3
(219,212,211)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393B0D color. Also use rgb(57,59,13) instead hex code.

Text Font Color

.myTextColor { color: #393B0D; }

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

This text font color is #393B0D.


Background Color

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

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

This div background color is #393B0D.


Border color

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

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

This div border color is #393B0D.


Opacity

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

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

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

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

This text has shadow with #393B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393B0D on black background.


Color preview on white background

This text has color #393B0D on white background.



Black color preview on #393B0D background

This text has black color on #393B0D background.


White color preview on #393B0D background

This text has white color on #393B0D background.