COLOR #394C0B

HEX: #394C0B
RGB: (57,76,11)

Color info

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

RGB color model

#394C0B color RGB value is (57,76,11).

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

RGB channels and saturation

R 57 of 255 = 22%
G 76 of 255 = 30%
B 11 of 255 = 4%

57
76
11

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

Portions of RGB colors in percentages

R + G + B =
57 + 76 + 11 = 144 (100%)
R 57 of 144 ~ 39.58%
G 76 of 144 ~ 52.78%
B 11 of 144 ~ 7.64%

%39.58
%52.78

CMYK color model

#394C0B color CMYK value is (25,0,86,70).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 85.53%
  • key color value is 70.20%
CMYK:
(25,0,86,70)
C25M0Y86K70 
(25%,0%,86%,70%)
(0.25/0.00/0.86/0.70)	

CMYK percentages

%25
%0
%85.53
%70.2

Codes

Color #394C0B in popluar color models

394C0B
RGB577611
HSL78°74.71%17.06%
HSB/HSV78°85.53%29.80%
CMYK25.00%0.00%85.53%
70.20%

Color #394C0B in popluar number systems.

HEX394C0B
Decimal577611
Binary11100110011001011
Octal7111413

Shades and tints

Shades of #394C0B

#394C0B
(57,76,11)
#34460A
(52,70,10)
#2F4009
(47,64,9)
#2A3A08
(42,58,8)
#253407
(37,52,7)
#202E06
(32,46,6)
#1B2805
(27,40,5)
#162204
(22,34,4)
#111C03
(17,28,3)
#0C1602
(12,22,2)
#071001
(7,16,1)
#000000
(0,0,0)

Tints of #394C0B

#394C0B
(57,76,11)
#4B5C21
(75,92,33)
#5D6C37
(93,108,55)
#6F7C4D
(111,124,77)
#818C63
(129,140,99)
#939C79
(147,156,121)
#A5AC8F
(165,172,143)
#B7BCA5
(183,188,165)
#C9CCBB
(201,204,187)
#DBDCD1
(219,220,209)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394C0B; }

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

This text font color is #394C0B.


Background Color

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

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

This div background color is #394C0B.


Border color

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

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

This div border color is #394C0B.


Opacity

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

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

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

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

This text has shadow with #394C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394C0B on black background.


Color preview on white background

This text has color #394C0B on white background.



Black color preview on #394C0B background

This text has black color on #394C0B background.


White color preview on #394C0B background

This text has white color on #394C0B background.