COLOR #394338

HEX: #394338
RGB: (57,67,56)

Color info

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

RGB color model

#394338 color RGB value is (57,67,56).

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

RGB channels and saturation

R 57 of 255 = 22%
G 67 of 255 = 26%
B 56 of 255 = 22%

57
67
56

R + G + B ~ 23%. #394338 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 67 + 56 = 180 (100%)
R 57 of 180 ~ 31.67%
G 67 of 180 ~ 37.22%
B 56 of 180 ~ 31.11%

%31.67
%37.22
%31.11

CMYK color model

#394338 color CMYK value is (15,0,16,74).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 16.42%
  • key color value is 73.73%
CMYK:
(15,0,16,74)
C15M0Y16K74 
(15%,0%,16%,74%)
(0.15/0.00/0.16/0.74)	

CMYK percentages

%14.93
%0
%16.42
%73.73

Codes

Color #394338 in popluar color models

394338
RGB576756
HSL115°8.94%24.12%
HSB/HSV115°16.42%26.27%
CMYK14.93%0.00%16.42%
73.73%

Color #394338 in popluar number systems.

HEX394338
Decimal576756
Binary1110011000011111000
Octal7110370

Shades and tints

Shades of #394338

#394338
(57,67,56)
#343D33
(52,61,51)
#2F372E
(47,55,46)
#2A3129
(42,49,41)
#252B24
(37,43,36)
#20251F
(32,37,31)
#1B1F1A
(27,31,26)
#161915
(22,25,21)
#111310
(17,19,16)
#0C0D0B
(12,13,11)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #394338

#394338
(57,67,56)
#4B544A
(75,84,74)
#5D655C
(93,101,92)
#6F766E
(111,118,110)
#818780
(129,135,128)
#939892
(147,152,146)
#A5A9A4
(165,169,164)
#B7BAB6
(183,186,182)
#C9CBC8
(201,203,200)
#DBDCDA
(219,220,218)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394338; }

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

This text font color is #394338.


Background Color

.myBgColor { background-color: #394338; }

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

This div background color is #394338.


Border color

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

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

This div border color is #394338.


Opacity

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

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

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

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

This text has shadow with #394338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394338 on black background.


Color preview on white background

This text has color #394338 on white background.



Black color preview on #394338 background

This text has black color on #394338 background.


White color preview on #394338 background

This text has white color on #394338 background.