COLOR #383F11

HEX: #383F11
RGB: (56,63,17)

Color info

#383F11 contains red, green and blue colors in about the same proportion. Web safe color of #383F11 is #333300 (or #330).

RGB color model

#383F11 color RGB value is (56,63,17).

  • red value is 56;
  • green value is 63;
  • blue value is 17.
RGB:
(56,63,17)
(22%,25%,7%)

RGB channels and saturation

R 56 of 255 = 22%
G 63 of 255 = 25%
B 17 of 255 = 7%

56
63
17

R + G + B ~ 18%. #383F11 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 63 + 17 = 136 (100%)
R 56 of 136 ~ 41.18%
G 63 of 136 ~ 46.32%
B 17 of 136 ~ 12.5%

%41.18
%46.32
%12.5

CMYK color model

#383F11 color CMYK value is (11,0,73,75).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 73.02%
  • key color value is 75.29%
CMYK:
(11,0,73,75)
C11M0Y73K75 
(11%,0%,73%,75%)
(0.11/0.00/0.73/0.75)	

CMYK percentages

%11.11
%0
%73.02
%75.29

Codes

Color #383F11 in popluar color models

383F11
RGB566317
HSL69°57.50%15.69%
HSB/HSV69°73.02%24.71%
CMYK11.11%0.00%73.02%
75.29%

Color #383F11 in popluar number systems.

HEX383F11
Decimal566317
Binary11100011111110001
Octal707721

Shades and tints

Shades of #383F11

#383F11
(56,63,17)
#333A10
(51,58,16)
#2E350F
(46,53,15)
#29300E
(41,48,14)
#242B0D
(36,43,13)
#1F260C
(31,38,12)
#1A210B
(26,33,11)
#151C0A
(21,28,10)
#101709
(16,23,9)
#0B1208
(11,18,8)
#060D07
(6,13,7)
#000000
(0,0,0)

Tints of #383F11

#383F11
(56,63,17)
#4A5026
(74,80,38)
#5C613B
(92,97,59)
#6E7250
(110,114,80)
#808365
(128,131,101)
#92947A
(146,148,122)
#A4A58F
(164,165,143)
#B6B6A4
(182,182,164)
#C8C7B9
(200,199,185)
#DAD8CE
(218,216,206)
#ECE9E3
(236,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383F11 color. Also use rgb(56,63,17) instead hex code.

Text Font Color

.myTextColor { color: #383F11; }

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

This text font color is #383F11.


Background Color

.myBgColor { background-color: #383F11; }

<div style="background-color:#383F11">Inner text</div>

This div background color is #383F11.


Border color

.myBorderColor { border: 1px solid #383F11; }

<div style="border:3px solid #383F11">Div</div>

This div border color is #383F11.


Opacity

.myOpacity80 { color: #383F11; opacity: 0.8; }

<p style="color:#383F11;opacity:0.8;">80%</p>

Text with #383F11 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 #383F11;}

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

This text has shadow with #383F11 color.

.textShadow {text-shadow: 3px 3px 1px #383F11, 3px 3px 1px red;}

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

This text has shadow with #383F11 primary color and red secondary color.


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

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

This text has shadow with #383F11 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383F11 on black background.


Color preview on white background

This text has color #383F11 on white background.



Black color preview on #383F11 background

This text has black color on #383F11 background.


White color preview on #383F11 background

This text has white color on #383F11 background.