COLOR #384D0E

HEX: #384D0E
RGB: (56,77,14)

Color info

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

RGB color model

#384D0E color RGB value is (56,77,14).

  • red value is 56;
  • green value is 77;
  • blue value is 14.
RGB:
(56,77,14)
(22%,30%,5%)

RGB channels and saturation

R 56 of 255 = 22%
G 77 of 255 = 30%
B 14 of 255 = 5%

56
77
14

R + G + B ~ 19%. #384D0E is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 77 + 14 = 147 (100%)
R 56 of 147 ~ 38.1%
G 77 of 147 ~ 52.38%
B 14 of 147 ~ 9.52%

%38.1
%52.38
%9.52

CMYK color model

#384D0E color CMYK value is (27,0,82,70).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 69.80%
CMYK:
(27,0,82,70)
C27M0Y82K70 
(27%,0%,82%,70%)
(0.27/0.00/0.82/0.70)	

CMYK percentages

%27.27
%0
%81.82
%69.8

Codes

Color #384D0E in popluar color models

384D0E
RGB567714
HSL80°69.23%17.84%
HSB/HSV80°81.82%30.20%
CMYK27.27%0.00%81.82%
69.80%

Color #384D0E in popluar number systems.

HEX384D0E
Decimal567714
Binary11100010011011110
Octal7011516

Shades and tints

Shades of #384D0E

#384D0E
(56,77,14)
#33460D
(51,70,13)
#2E3F0C
(46,63,12)
#29380B
(41,56,11)
#24310A
(36,49,10)
#1F2A09
(31,42,9)
#1A2308
(26,35,8)
#151C07
(21,28,7)
#101506
(16,21,6)
#0B0E05
(11,14,5)
#060704
(6,7,4)
#000000
(0,0,0)

Tints of #384D0E

#384D0E
(56,77,14)
#4A5D23
(74,93,35)
#5C6D38
(92,109,56)
#6E7D4D
(110,125,77)
#808D62
(128,141,98)
#929D77
(146,157,119)
#A4AD8C
(164,173,140)
#B6BDA1
(182,189,161)
#C8CDB6
(200,205,182)
#DADDCB
(218,221,203)
#ECEDE0
(236,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384D0E color. Also use rgb(56,77,14) instead hex code.

Text Font Color

.myTextColor { color: #384D0E; }

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

This text font color is #384D0E.


Background Color

.myBgColor { background-color: #384D0E; }

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

This div background color is #384D0E.


Border color

.myBorderColor { border: 1px solid #384D0E; }

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

This div border color is #384D0E.


Opacity

.myOpacity80 { color: #384D0E; opacity: 0.8; }

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

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

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

This text has shadow with #384D0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384D0E on black background.


Color preview on white background

This text has color #384D0E on white background.



Black color preview on #384D0E background

This text has black color on #384D0E background.


White color preview on #384D0E background

This text has white color on #384D0E background.