COLOR #384E17

HEX: #384E17
RGB: (56,78,23)

Color info

#384E17 contains red, green and blue colors in about the same proportion. Web safe color of #384E17 is #336600 (or #360).

RGB color model

#384E17 color RGB value is (56,78,23).

  • red value is 56;
  • green value is 78;
  • blue value is 23.
RGB: (56,78,23) (22%,31%,9%)

RGB channels and saturation

R 56 of 255 = 22%
G 78 of 255 = 31%
B 23 of 255 = 9%

56
78
23

R + G + B ~ 21%. #384E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 78 + 23 = 157 (100%)
R 56 of 157 ~ 35.67%
G 78 of 157 ~ 49.68%
B 23 of 157 ~ 14.65%

%35.67
%49.68
%14.65

CMYK color model

#384E17 color CMYK value is (28,0,71,69).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 70.51%
  • key color value is 69.41%
CMYK: (28,0,71,69) C28M0Y71K69 (28%,0%,71%,69%) (0.28/0.00/0.71/0.69)

CMYK percentages

%28.21
%0
%70.51
%69.41

Codes

Color #384E17 in popluar color models

384E17
RGB567823
HSL84°54.46%19.80%
HSB/HSV84°70.51%30.59%
CMYK28.21%0.00%70.51%
69.41%

Color #384E17 in popluar number systems.

HEX384E17
Decimal567823
Binary111000100111010111
Octal7011627

Shades and tints

Shades of #384E17

#384E17
(56,78,23)
#334715
(51,71,21)
#2E4013
(46,64,19)
#293911
(41,57,17)
#24320F
(36,50,15)
#1F2B0D
(31,43,13)
#1A240B
(26,36,11)
#151D09
(21,29,9)
#101607
(16,22,7)
#0B0F05
(11,15,5)
#060803
(6,8,3)
#000000
(0,0,0)

Tints of #384E17

#384E17
(56,78,23)
#4A5E2C
(74,94,44)
#5C6E41
(92,110,65)
#6E7E56
(110,126,86)
#808E6B
(128,142,107)
#929E80
(146,158,128)
#A4AE95
(164,174,149)
#B6BEAA
(182,190,170)
#C8CEBF
(200,206,191)
#DADED4
(218,222,212)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384E17; }

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

This text font color is #384E17.


Background Color

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

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

This div background color is #384E17.


Border color

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

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

This div border color is #384E17.


Opacity

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

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

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

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

This text has shadow with #384E17 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #384E17 on black background.


Color preview on white background

This text has color #384E17 on white background.



Black color preview on #384E17 background

This text has black color on #384E17 background.


White color preview on #384E17 background

This text has white color on #384E17 background.