COLOR #383F0D

HEX: #383F0D
RGB: (56,63,13)

Color info

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

RGB color model

#383F0D color RGB value is (56,63,13).

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

RGB channels and saturation

R 56 of 255 = 22%
G 63 of 255 = 25%
B 13 of 255 = 5%

56
63
13

R + G + B ~ 17%. #383F0D is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 63 + 13 = 132 (100%)
R 56 of 132 ~ 42.42%
G 63 of 132 ~ 47.73%
B 13 of 132 ~ 9.85%

%42.42
%47.73
%9.85

CMYK color model

#383F0D color CMYK value is (11,0,79,75).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 79.37%
  • key color value is 75.29%
CMYK:
(11,0,79,75)
C11M0Y79K75 
(11%,0%,79%,75%)
(0.11/0.00/0.79/0.75)	

CMYK percentages

%11.11
%0
%79.37
%75.29

Codes

Color #383F0D in popluar color models

383F0D
RGB566313
HSL68°65.79%14.90%
HSB/HSV68°79.37%24.71%
CMYK11.11%0.00%79.37%
75.29%

Color #383F0D in popluar number systems.

HEX383F0D
Decimal566313
Binary1110001111111101
Octal707715

Shades and tints

Shades of #383F0D

#383F0D
(56,63,13)
#333A0C
(51,58,12)
#2E350B
(46,53,11)
#29300A
(41,48,10)
#242B09
(36,43,9)
#1F2608
(31,38,8)
#1A2107
(26,33,7)
#151C06
(21,28,6)
#101705
(16,23,5)
#0B1204
(11,18,4)
#060D03
(6,13,3)
#000000
(0,0,0)

Tints of #383F0D

#383F0D
(56,63,13)
#4A5023
(74,80,35)
#5C6139
(92,97,57)
#6E724F
(110,114,79)
#808365
(128,131,101)
#92947B
(146,148,123)
#A4A591
(164,165,145)
#B6B6A7
(182,182,167)
#C8C7BD
(200,199,189)
#DAD8D3
(218,216,211)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383F0D; }

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

This text font color is #383F0D.


Background Color

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

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

This div background color is #383F0D.


Border color

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

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

This div border color is #383F0D.


Opacity

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

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

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

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

This text has shadow with #383F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383F0D on black background.


Color preview on white background

This text has color #383F0D on white background.



Black color preview on #383F0D background

This text has black color on #383F0D background.


White color preview on #383F0D background

This text has white color on #383F0D background.