COLOR #393029

HEX: #393029
RGB: (57,48,41)

Color info

#393029 contains red, green and blue colors in about the same proportion. Web safe color of #393029 is #333333 (or #333).

RGB color model

#393029 color RGB value is (57,48,41).

  • red value is 57;
  • green value is 48;
  • blue value is 41.
RGB:
(57,48,41)
(22%,19%,16%)

RGB channels and saturation

R 57 of 255 = 22%
G 48 of 255 = 19%
B 41 of 255 = 16%

57
48
41

R + G + B ~ 19%. #393029 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 48 + 41 = 146 (100%)
R 57 of 146 ~ 39.04%
G 48 of 146 ~ 32.88%
B 41 of 146 ~ 28.08%

%39.04
%32.88
%28.08

CMYK color model

#393029 color CMYK value is (0,16,28,78).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 28.07%
  • key color value is 77.65%
CMYK:
(0,16,28,78)
C0M16Y28K78 
(0%,16%,28%,78%)
(0.00/0.16/0.28/0.78)	

CMYK percentages

%0
%15.79
%28.07
%77.65

Codes

Color #393029 in popluar color models

393029
RGB574841
HSL26°16.33%19.22%
HSB/HSV26°28.07%22.35%
CMYK0.00%15.79%28.07%
77.65%

Color #393029 in popluar number systems.

HEX393029
Decimal574841
Binary111001110000101001
Octal716051

Shades and tints

Shades of #393029

#393029
(57,48,41)
#342C26
(52,44,38)
#2F2823
(47,40,35)
#2A2420
(42,36,32)
#25201D
(37,32,29)
#201C1A
(32,28,26)
#1B1817
(27,24,23)
#161414
(22,20,20)
#111011
(17,16,17)
#0C0C0E
(12,12,14)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #393029

#393029
(57,48,41)
#4B423C
(75,66,60)
#5D544F
(93,84,79)
#6F6662
(111,102,98)
#817875
(129,120,117)
#938A88
(147,138,136)
#A59C9B
(165,156,155)
#B7AEAE
(183,174,174)
#C9C0C1
(201,192,193)
#DBD2D4
(219,210,212)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393029; }

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

This text font color is #393029.


Background Color

.myBgColor { background-color: #393029; }

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

This div background color is #393029.


Border color

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

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

This div border color is #393029.


Opacity

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

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

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

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

This text has shadow with #393029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393029 on black background.


Color preview on white background

This text has color #393029 on white background.



Black color preview on #393029 background

This text has black color on #393029 background.


White color preview on #393029 background

This text has white color on #393029 background.