COLOR #394643

HEX: #394643
RGB: (57,70,67)

Color info

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

RGB color model

#394643 color RGB value is (57,70,67).

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

RGB channels and saturation

R 57 of 255 = 22%
G 70 of 255 = 27%
B 67 of 255 = 26%

57
70
67

R + G + B ~ 25%. #394643 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 70 + 67 = 194 (100%)
R 57 of 194 ~ 29.38%
G 70 of 194 ~ 36.08%
B 67 of 194 ~ 34.54%

%29.38
%36.08
%34.54

CMYK color model

#394643 color CMYK value is (19,0,4,73).

  • cyan value is 18.57%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 72.55%
CMYK:
(19,0,4,73)
C19M0Y4K73 
(19%,0%,4%,73%)
(0.19/0.00/0.04/0.73)	

CMYK percentages

%18.57
%0
%4.29
%72.55

Codes

Color #394643 in popluar color models

394643
RGB577067
HSL166°10.24%24.90%
HSB/HSV166°18.57%27.45%
CMYK18.57%0.00%4.29%
72.55%

Color #394643 in popluar number systems.

HEX394643
Decimal577067
Binary11100110001101000011
Octal71106103

Shades and tints

Shades of #394643

#394643
(57,70,67)
#34403D
(52,64,61)
#2F3A37
(47,58,55)
#2A3431
(42,52,49)
#252E2B
(37,46,43)
#202825
(32,40,37)
#1B221F
(27,34,31)
#161C19
(22,28,25)
#111613
(17,22,19)
#0C100D
(12,16,13)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #394643

#394643
(57,70,67)
#4B5654
(75,86,84)
#5D6665
(93,102,101)
#6F7676
(111,118,118)
#818687
(129,134,135)
#939698
(147,150,152)
#A5A6A9
(165,166,169)
#B7B6BA
(183,182,186)
#C9C6CB
(201,198,203)
#DBD6DC
(219,214,220)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394643; }

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

This text font color is #394643.


Background Color

.myBgColor { background-color: #394643; }

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

This div background color is #394643.


Border color

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

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

This div border color is #394643.


Opacity

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

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

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

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

This text has shadow with #394643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394643 on black background.


Color preview on white background

This text has color #394643 on white background.



Black color preview on #394643 background

This text has black color on #394643 background.


White color preview on #394643 background

This text has white color on #394643 background.