COLOR #393900

HEX: #393900
RGB: (57,57,0)

Color info

#393900 contains only red and green colors. Web safe color of #393900 is #333300 (or #330).

RGB color model

#393900 color RGB value is (57,57,0).

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

RGB channels and saturation

R 57 of 255 = 22%
G 57 of 255 = 22%
B 0 of 255 = 0%

57
57
0

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

Portions of RGB colors in percentages

R + G + B =
57 + 57 + 0 = 114 (100%)
R 57 of 114 ~ 50%
G 57 of 114 ~ 50%
B 0 of 114 ~ 0%

%50
%50

CMYK color model

#393900 color CMYK value is (0,0,100,78).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 77.65%
CMYK:
(0,0,100,78)
C0M0Y100K78 
(0%,0%,100%,78%)
(0.00/0.00/1.00/0.78)	

CMYK percentages

%0
%0
%100
%77.65

Codes

Color #393900 in popluar color models

393900
RGB57570
HSL60°100.00%11.18%
HSB/HSV60°100.00%22.35%
CMYK0.00%0.00%100.00%
77.65%

Color #393900 in popluar number systems.

HEX393900
Decimal57570
Binary1110011110010
Octal71710

Shades and tints

Shades of #393900

#393900
(57,57,0)
#343400
(52,52,0)
#2F2F00
(47,47,0)
#2A2A00
(42,42,0)
#252500
(37,37,0)
#202000
(32,32,0)
#1B1B00
(27,27,0)
#161600
(22,22,0)
#111100
(17,17,0)
#0C0C00
(12,12,0)
#070700
(7,7,0)
#000000
(0,0,0)

Tints of #393900

#393900
(57,57,0)
#4B4B17
(75,75,23)
#5D5D2E
(93,93,46)
#6F6F45
(111,111,69)
#81815C
(129,129,92)
#939373
(147,147,115)
#A5A58A
(165,165,138)
#B7B7A1
(183,183,161)
#C9C9B8
(201,201,184)
#DBDBCF
(219,219,207)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393900; }

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

This text font color is #393900.


Background Color

.myBgColor { background-color: #393900; }

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

This div background color is #393900.


Border color

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

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

This div border color is #393900.


Opacity

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

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

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

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

This text has shadow with #393900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393900 on black background.


Color preview on white background

This text has color #393900 on white background.



Black color preview on #393900 background

This text has black color on #393900 background.


White color preview on #393900 background

This text has white color on #393900 background.