COLOR #394D3E

HEX: #394D3E
RGB: (57,77,62)

Color info

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

RGB color model

#394D3E color RGB value is (57,77,62).

  • red value is 57;
  • green value is 77;
  • blue value is 62.
RGB:
(57,77,62)
(22%,30%,24%)

RGB channels and saturation

R 57 of 255 = 22%
G 77 of 255 = 30%
B 62 of 255 = 24%

57
77
62

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

Portions of RGB colors in percentages

R + G + B =
57 + 77 + 62 = 196 (100%)
R 57 of 196 ~ 29.08%
G 77 of 196 ~ 39.29%
B 62 of 196 ~ 31.63%

%29.08
%39.29
%31.63

CMYK color model

#394D3E color CMYK value is (26,0,19,70).

  • cyan value is 25.97%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 69.80%
CMYK:
(26,0,19,70)
C26M0Y19K70 
(26%,0%,19%,70%)
(0.26/0.00/0.19/0.70)	

CMYK percentages

%25.97
%0
%19.48
%69.8

Codes

Color #394D3E in popluar color models

394D3E
RGB577762
HSL135°14.93%26.27%
HSB/HSV135°25.97%30.20%
CMYK25.97%0.00%19.48%
69.80%

Color #394D3E in popluar number systems.

HEX394D3E
Decimal577762
Binary1110011001101111110
Octal7111576

Shades and tints

Shades of #394D3E

#394D3E
(57,77,62)
#344639
(52,70,57)
#2F3F34
(47,63,52)
#2A382F
(42,56,47)
#25312A
(37,49,42)
#202A25
(32,42,37)
#1B2320
(27,35,32)
#161C1B
(22,28,27)
#111516
(17,21,22)
#0C0E11
(12,14,17)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #394D3E

#394D3E
(57,77,62)
#4B5D4F
(75,93,79)
#5D6D60
(93,109,96)
#6F7D71
(111,125,113)
#818D82
(129,141,130)
#939D93
(147,157,147)
#A5ADA4
(165,173,164)
#B7BDB5
(183,189,181)
#C9CDC6
(201,205,198)
#DBDDD7
(219,221,215)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394D3E color. Also use rgb(57,77,62) instead hex code.

Text Font Color

.myTextColor { color: #394D3E; }

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

This text font color is #394D3E.


Background Color

.myBgColor { background-color: #394D3E; }

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

This div background color is #394D3E.


Border color

.myBorderColor { border: 1px solid #394D3E; }

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

This div border color is #394D3E.


Opacity

.myOpacity80 { color: #394D3E; opacity: 0.8; }

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

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

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

This text has shadow with #394D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394D3E on black background.


Color preview on white background

This text has color #394D3E on white background.



Black color preview on #394D3E background

This text has black color on #394D3E background.


White color preview on #394D3E background

This text has white color on #394D3E background.