COLOR #384E08

HEX: #384E08 RGB: (56,78,8)

Color info

#384E08 contains mainly red and green colors. Web safe color of #384E08 is #336600 (or #360).

RGB color model

#384E08 color RGB value is (56,78,8).

RGB: (56,78,8) (22%, 31%, 3%)

RGB channels and saturation

R 56 of 255 = 22%
G 78 of 255 = 31%
B 8 of 255 = 3%

56
78
8

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

Portions of RGB colors in percentages

R + G + B = 56 + 78 + 8 = 142 (100%)
R 56 of 142 ~ 39.44%
G 78 of 142 ~ 54.93%
B 8 of 142 ~ 5.63'%

%39.44
%54.93

CMYK color model

#384E08 color CMYK value is (28,0,90,69).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 89.74%
  • key color value is 69.41%

CMYK: (28,0,90,69)
C28M0Y90K69 (28%, 0%, 90%, 69%)
(0.28 / 0.00 / 0.90 / 0.69)

CMYK percentages

%28.21
%0
%89.74
%69.41

Codes

Color #384E08 in popluar color models

38 4E 08
RGB 56 78 8
HSL 79° 81.40% 16.86%
HSB/HSV 79° 89.74% 30.59%
CMYK 28.21% 0.00% 89.74%
69.41%

Color #384E08 in popluar number systems.

HEX 38 4E 08
Decimal 56 78 8
Binary 111000 1001110 1000
Octal 70 116 10

Shades and tints

Shades of #384E08

#384E08
(56,78,8)
#334708
(51,71,8)
#2E4008
(46,64,8)
#293908
(41,57,8)
#243208
(36,50,8)
#1F2B08
(31,43,8)
#1A2408
(26,36,8)
#151D08
(21,29,8)
#101608
(16,22,8)
#0B0F08
(11,15,8)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #384E08

#384E08
(56,78,8)
#4A5E1E
(74,94,30)
#5C6E34
(92,110,52)
#6E7E4A
(110,126,74)
#808E60
(128,142,96)
#929E76
(146,158,118)
#A4AE8C
(164,174,140)
#B6BEA2
(182,190,162)
#C8CEB8
(200,206,184)
#DADECE
(218,222,206)
#ECEEE4
(236,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384E08 color. Also use rgb(56,78,8) instead hex code.

Text Font Color

.myTextColor { color: #384E08; }

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

This text font color is #384E08.

Background Color

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

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

This div background color is #384E08.

Border color

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

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

This div border color is #384E08.

Opacity

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

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

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

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

This text has shadow with #384E08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384E08.

Preview

Color preview on black background

This text has color #384E08 on black background.


Color preview on white background

This text has color #384E08 on white background.


Black color preview on #384E08 background

This text has black color on #384E08 background.


White color preview on #384E08 background

This text has white color on #384E08 background.


Related colors

Complementary color

Complementary color for #hex is #C7B1F7.


I love getcolorcode.com

Triadic colors

1 #08384E and #4E0838 with #384E08 are triadic colors.

2 #084E38 and #4E3808 with #384E08 are triadic colors.