COLOR #393F0B

HEX: #393F0B
RGB: (57,63,11)

Color info

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

RGB color model

#393F0B color RGB value is (57,63,11).

  • red value is 57;
  • green value is 63;
  • blue value is 11.
RGB:
(57,63,11)
(22%,25%,4%)

RGB channels and saturation

R 57 of 255 = 22%
G 63 of 255 = 25%
B 11 of 255 = 4%

57
63
11

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

Portions of RGB colors in percentages

R + G + B =
57 + 63 + 11 = 131 (100%)
R 57 of 131 ~ 43.51%
G 63 of 131 ~ 48.09%
B 11 of 131 ~ 8.4%

%43.51
%48.09

CMYK color model

#393F0B color CMYK value is (10,0,83,75).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 82.54%
  • key color value is 75.29%
CMYK:
(10,0,83,75)
C10M0Y83K75 
(10%,0%,83%,75%)
(0.10/0.00/0.83/0.75)	

CMYK percentages

%9.52
%0
%82.54
%75.29

Codes

Color #393F0B in popluar color models

393F0B
RGB576311
HSL67°70.27%14.51%
HSB/HSV67°82.54%24.71%
CMYK9.52%0.00%82.54%
75.29%

Color #393F0B in popluar number systems.

HEX393F0B
Decimal576311
Binary1110011111111011
Octal717713

Shades and tints

Shades of #393F0B

#393F0B
(57,63,11)
#343A0A
(52,58,10)
#2F3509
(47,53,9)
#2A3008
(42,48,8)
#252B07
(37,43,7)
#202606
(32,38,6)
#1B2105
(27,33,5)
#161C04
(22,28,4)
#111703
(17,23,3)
#0C1202
(12,18,2)
#070D01
(7,13,1)
#000000
(0,0,0)

Tints of #393F0B

#393F0B
(57,63,11)
#4B5021
(75,80,33)
#5D6137
(93,97,55)
#6F724D
(111,114,77)
#818363
(129,131,99)
#939479
(147,148,121)
#A5A58F
(165,165,143)
#B7B6A5
(183,182,165)
#C9C7BB
(201,199,187)
#DBD8D1
(219,216,209)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393F0B color. Also use rgb(57,63,11) instead hex code.

Text Font Color

.myTextColor { color: #393F0B; }

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

This text font color is #393F0B.


Background Color

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

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

This div background color is #393F0B.


Border color

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

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

This div border color is #393F0B.


Opacity

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

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

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

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

This text has shadow with #393F0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393F0B on black background.


Color preview on white background

This text has color #393F0B on white background.



Black color preview on #393F0B background

This text has black color on #393F0B background.


White color preview on #393F0B background

This text has white color on #393F0B background.