COLOR #393C08

HEX: #393C08
RGB: (57,60,8)

Color info

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

RGB color model

#393C08 color RGB value is (57,60,8).

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

RGB channels and saturation

R 57 of 255 = 22%
G 60 of 255 = 24%
B 8 of 255 = 3%

57
60
8

R + G + B ~ 16%. #393C08 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 60 + 8 = 125 (100%)
R 57 of 125 ~ 45.6%
G 60 of 125 ~ 48%
B 8 of 125 ~ 6.4%

%45.6
%48

CMYK color model

#393C08 color CMYK value is (5,0,87,76).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 86.67%
  • key color value is 76.47%
CMYK:
(5,0,87,76)
C5M0Y87K76 
(5%,0%,87%,76%)
(0.05/0.00/0.87/0.76)	

CMYK percentages

%5
%0
%86.67
%76.47

Codes

Color #393C08 in popluar color models

393C08
RGB57608
HSL63°76.47%13.33%
HSB/HSV63°86.67%23.53%
CMYK5.00%0.00%86.67%
76.47%

Color #393C08 in popluar number systems.

HEX393C08
Decimal57608
Binary1110011111001000
Octal717410

Shades and tints

Shades of #393C08

#393C08
(57,60,8)
#343708
(52,55,8)
#2F3208
(47,50,8)
#2A2D08
(42,45,8)
#252808
(37,40,8)
#202308
(32,35,8)
#1B1E08
(27,30,8)
#161908
(22,25,8)
#111408
(17,20,8)
#0C0F08
(12,15,8)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #393C08

#393C08
(57,60,8)
#4B4D1E
(75,77,30)
#5D5E34
(93,94,52)
#6F6F4A
(111,111,74)
#818060
(129,128,96)
#939176
(147,145,118)
#A5A28C
(165,162,140)
#B7B3A2
(183,179,162)
#C9C4B8
(201,196,184)
#DBD5CE
(219,213,206)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393C08; }

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

This text font color is #393C08.


Background Color

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

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

This div background color is #393C08.


Border color

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

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

This div border color is #393C08.


Opacity

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

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

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

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

This text has shadow with #393C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393C08 on black background.


Color preview on white background

This text has color #393C08 on white background.



Black color preview on #393C08 background

This text has black color on #393C08 background.


White color preview on #393C08 background

This text has white color on #393C08 background.