COLOR #384F16

HEX: #384F16
RGB: (56,79,22)

Color info

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

RGB color model

#384F16 color RGB value is (56,79,22).

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

RGB channels and saturation

R 56 of 255 = 22%
G 79 of 255 = 31%
B 22 of 255 = 9%

56
79
22

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

Portions of RGB colors in percentages

R + G + B =
56 + 79 + 22 = 157 (100%)
R 56 of 157 ~ 35.67%
G 79 of 157 ~ 50.32%
B 22 of 157 ~ 14.01%

%35.67
%50.32
%14.01

CMYK color model

#384F16 color CMYK value is (29,0,72,69).

  • cyan value is 29.11%
  • magenta value is 0.00%
  • yellow value is 72.15%
  • key color value is 69.02%
CMYK:
(29,0,72,69)
C29M0Y72K69 
(29%,0%,72%,69%)
(0.29/0.00/0.72/0.69)	

CMYK percentages

%29.11
%0
%72.15
%69.02

Codes

Color #384F16 in popluar color models

384F16
RGB567922
HSL84°56.44%19.80%
HSB/HSV84°72.15%30.98%
CMYK29.11%0.00%72.15%
69.02%

Color #384F16 in popluar number systems.

HEX384F16
Decimal567922
Binary111000100111110110
Octal7011726

Shades and tints

Shades of #384F16

#384F16
(56,79,22)
#334814
(51,72,20)
#2E4112
(46,65,18)
#293A10
(41,58,16)
#24330E
(36,51,14)
#1F2C0C
(31,44,12)
#1A250A
(26,37,10)
#151E08
(21,30,8)
#101706
(16,23,6)
#0B1004
(11,16,4)
#060902
(6,9,2)
#000000
(0,0,0)

Tints of #384F16

#384F16
(56,79,22)
#4A5F2B
(74,95,43)
#5C6F40
(92,111,64)
#6E7F55
(110,127,85)
#808F6A
(128,143,106)
#929F7F
(146,159,127)
#A4AF94
(164,175,148)
#B6BFA9
(182,191,169)
#C8CFBE
(200,207,190)
#DADFD3
(218,223,211)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384F16 color. Also use rgb(56,79,22) instead hex code.

Text Font Color

.myTextColor { color: #384F16; }

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

This text font color is #384F16.


Background Color

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

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

This div background color is #384F16.


Border color

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

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

This div border color is #384F16.


Opacity

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

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

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

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

This text has shadow with #384F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384F16 on black background.


Color preview on white background

This text has color #384F16 on white background.



Black color preview on #384F16 background

This text has black color on #384F16 background.


White color preview on #384F16 background

This text has white color on #384F16 background.