COLOR #394033

HEX: #394033
RGB: (57,64,51)

Color info

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

RGB color model

#394033 color RGB value is (57,64,51).

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

RGB channels and saturation

R 57 of 255 = 22%
G 64 of 255 = 25%
B 51 of 255 = 20%

57
64
51

R + G + B ~ 22%. #394033 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 64 + 51 = 172 (100%)
R 57 of 172 ~ 33.14%
G 64 of 172 ~ 37.21%
B 51 of 172 ~ 29.65%

%33.14
%37.21
%29.65

CMYK color model

#394033 color CMYK value is (11,0,20,75).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 74.90%
CMYK:
(11,0,20,75)
C11M0Y20K75 
(11%,0%,20%,75%)
(0.11/0.00/0.20/0.75)	

CMYK percentages

%10.94
%0
%20.31
%74.9

Codes

Color #394033 in popluar color models

394033
RGB576451
HSL92°11.30%22.55%
HSB/HSV92°20.31%25.10%
CMYK10.94%0.00%20.31%
74.90%

Color #394033 in popluar number systems.

HEX394033
Decimal576451
Binary1110011000000110011
Octal7110063

Shades and tints

Shades of #394033

#394033
(57,64,51)
#343B2F
(52,59,47)
#2F362B
(47,54,43)
#2A3127
(42,49,39)
#252C23
(37,44,35)
#20271F
(32,39,31)
#1B221B
(27,34,27)
#161D17
(22,29,23)
#111813
(17,24,19)
#0C130F
(12,19,15)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #394033

#394033
(57,64,51)
#4B5145
(75,81,69)
#5D6257
(93,98,87)
#6F7369
(111,115,105)
#81847B
(129,132,123)
#93958D
(147,149,141)
#A5A69F
(165,166,159)
#B7B7B1
(183,183,177)
#C9C8C3
(201,200,195)
#DBD9D5
(219,217,213)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394033; }

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

This text font color is #394033.


Background Color

.myBgColor { background-color: #394033; }

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

This div background color is #394033.


Border color

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

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

This div border color is #394033.


Opacity

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

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

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

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

This text has shadow with #394033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394033 on black background.


Color preview on white background

This text has color #394033 on white background.



Black color preview on #394033 background

This text has black color on #394033 background.


White color preview on #394033 background

This text has white color on #394033 background.