COLOR #394C0D

HEX: #394C0D
RGB: (57,76,13)

Color info

#394C0D contains mainly red and green colors. Web safe color of #394C0D is #333300 (or #330).

RGB color model

#394C0D color RGB value is (57,76,13).

  • red value is 57;
  • green value is 76;
  • blue value is 13.
RGB:
(57,76,13)
(22%,30%,5%)

RGB channels and saturation

R 57 of 255 = 22%
G 76 of 255 = 30%
B 13 of 255 = 5%

57
76
13

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

Portions of RGB colors in percentages

R + G + B =
57 + 76 + 13 = 146 (100%)
R 57 of 146 ~ 39.04%
G 76 of 146 ~ 52.05%
B 13 of 146 ~ 8.9%

%39.04
%52.05

CMYK color model

#394C0D color CMYK value is (25,0,83,70).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 82.89%
  • key color value is 70.20%
CMYK:
(25,0,83,70)
C25M0Y83K70 
(25%,0%,83%,70%)
(0.25/0.00/0.83/0.70)	

CMYK percentages

%25
%0
%82.89
%70.2

Codes

Color #394C0D in popluar color models

394C0D
RGB577613
HSL78°70.79%17.45%
HSB/HSV78°82.89%29.80%
CMYK25.00%0.00%82.89%
70.20%

Color #394C0D in popluar number systems.

HEX394C0D
Decimal577613
Binary11100110011001101
Octal7111415

Shades and tints

Shades of #394C0D

#394C0D
(57,76,13)
#34460C
(52,70,12)
#2F400B
(47,64,11)
#2A3A0A
(42,58,10)
#253409
(37,52,9)
#202E08
(32,46,8)
#1B2807
(27,40,7)
#162206
(22,34,6)
#111C05
(17,28,5)
#0C1604
(12,22,4)
#071003
(7,16,3)
#000000
(0,0,0)

Tints of #394C0D

#394C0D
(57,76,13)
#4B5C23
(75,92,35)
#5D6C39
(93,108,57)
#6F7C4F
(111,124,79)
#818C65
(129,140,101)
#939C7B
(147,156,123)
#A5AC91
(165,172,145)
#B7BCA7
(183,188,167)
#C9CCBD
(201,204,189)
#DBDCD3
(219,220,211)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394C0D color. Also use rgb(57,76,13) instead hex code.

Text Font Color

.myTextColor { color: #394C0D; }

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

This text font color is #394C0D.


Background Color

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

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

This div background color is #394C0D.


Border color

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

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

This div border color is #394C0D.


Opacity

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

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

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

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

This text has shadow with #394C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394C0D on black background.


Color preview on white background

This text has color #394C0D on white background.



Black color preview on #394C0D background

This text has black color on #394C0D background.


White color preview on #394C0D background

This text has white color on #394C0D background.