COLOR #393308

HEX: #393308
RGB: (57,51,8)

Color info

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

RGB color model

#393308 color RGB value is (57,51,8).

  • red value is 57;
  • green value is 51;
  • blue value is 8.
RGB:
(57,51,8)
(22%,20%,3%)

RGB channels and saturation

R 57 of 255 = 22%
G 51 of 255 = 20%
B 8 of 255 = 3%

57
51
8

R + G + B ~ 15%. #393308 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 51 + 8 = 116 (100%)
R 57 of 116 ~ 49.14%
G 51 of 116 ~ 43.97%
B 8 of 116 ~ 6.9%

%49.14
%43.97

CMYK color model

#393308 color CMYK value is (0,11,86,78).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 85.96%
  • key color value is 77.65%
CMYK:
(0,11,86,78)
C0M11Y86K78 
(0%,11%,86%,78%)
(0.00/0.11/0.86/0.78)	

CMYK percentages

%0
%10.53
%85.96
%77.65

Codes

Color #393308 in popluar color models

393308
RGB57518
HSL53°75.38%12.75%
HSB/HSV53°85.96%22.35%
CMYK0.00%10.53%85.96%
77.65%

Color #393308 in popluar number systems.

HEX393308
Decimal57518
Binary1110011100111000
Octal716310

Shades and tints

Shades of #393308

#393308
(57,51,8)
#342F08
(52,47,8)
#2F2B08
(47,43,8)
#2A2708
(42,39,8)
#252308
(37,35,8)
#201F08
(32,31,8)
#1B1B08
(27,27,8)
#161708
(22,23,8)
#111308
(17,19,8)
#0C0F08
(12,15,8)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #393308

#393308
(57,51,8)
#4B451E
(75,69,30)
#5D5734
(93,87,52)
#6F694A
(111,105,74)
#817B60
(129,123,96)
#938D76
(147,141,118)
#A59F8C
(165,159,140)
#B7B1A2
(183,177,162)
#C9C3B8
(201,195,184)
#DBD5CE
(219,213,206)
#EDE7E4
(237,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393308 color. Also use rgb(57,51,8) instead hex code.

Text Font Color

.myTextColor { color: #393308; }

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

This text font color is #393308.


Background Color

.myBgColor { background-color: #393308; }

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

This div background color is #393308.


Border color

.myBorderColor { border: 1px solid #393308; }

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

This div border color is #393308.


Opacity

.myOpacity80 { color: #393308; opacity: 0.8; }

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

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

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

This text has shadow with #393308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393308 on black background.


Color preview on white background

This text has color #393308 on white background.



Black color preview on #393308 background

This text has black color on #393308 background.


White color preview on #393308 background

This text has white color on #393308 background.