COLOR #383F19

HEX: #383F19
RGB: (56,63,25)

Color info

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

RGB color model

#383F19 color RGB value is (56,63,25).

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

RGB channels and saturation

R 56 of 255 = 22%
G 63 of 255 = 25%
B 25 of 255 = 10%

56
63
25

R + G + B ~ 19%. #383F19 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 63 + 25 = 144 (100%)
R 56 of 144 ~ 38.89%
G 63 of 144 ~ 43.75%
B 25 of 144 ~ 17.36%

%38.89
%43.75
%17.36

CMYK color model

#383F19 color CMYK value is (11,0,60,75).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 60.32%
  • key color value is 75.29%
CMYK:
(11,0,60,75)
C11M0Y60K75 
(11%,0%,60%,75%)
(0.11/0.00/0.60/0.75)	

CMYK percentages

%11.11
%0
%60.32
%75.29

Codes

Color #383F19 in popluar color models

383F19
RGB566325
HSL71°43.18%17.25%
HSB/HSV71°60.32%24.71%
CMYK11.11%0.00%60.32%
75.29%

Color #383F19 in popluar number systems.

HEX383F19
Decimal566325
Binary11100011111111001
Octal707731

Shades and tints

Shades of #383F19

#383F19
(56,63,25)
#333A17
(51,58,23)
#2E3515
(46,53,21)
#293013
(41,48,19)
#242B11
(36,43,17)
#1F260F
(31,38,15)
#1A210D
(26,33,13)
#151C0B
(21,28,11)
#101709
(16,23,9)
#0B1207
(11,18,7)
#060D05
(6,13,5)
#000000
(0,0,0)

Tints of #383F19

#383F19
(56,63,25)
#4A502D
(74,80,45)
#5C6141
(92,97,65)
#6E7255
(110,114,85)
#808369
(128,131,105)
#92947D
(146,148,125)
#A4A591
(164,165,145)
#B6B6A5
(182,182,165)
#C8C7B9
(200,199,185)
#DAD8CD
(218,216,205)
#ECE9E1
(236,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383F19; }

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

This text font color is #383F19.


Background Color

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

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

This div background color is #383F19.


Border color

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

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

This div border color is #383F19.


Opacity

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

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

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

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

This text has shadow with #383F19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383F19 on black background.


Color preview on white background

This text has color #383F19 on white background.



Black color preview on #383F19 background

This text has black color on #383F19 background.


White color preview on #383F19 background

This text has white color on #383F19 background.