COLOR #383307

HEX: #383307
RGB: (56,51,7)

Color info

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

RGB color model

#383307 color RGB value is (56,51,7).

  • red value is 56;
  • green value is 51;
  • blue value is 7.
RGB:
(56,51,7)
(22%,20%,3%)

RGB channels and saturation

R 56 of 255 = 22%
G 51 of 255 = 20%
B 7 of 255 = 3%

56
51
7

R + G + B ~ 15%. #383307 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 51 + 7 = 114 (100%)
R 56 of 114 ~ 49.12%
G 51 of 114 ~ 44.74%
B 7 of 114 ~ 6.14%

%49.12
%44.74

CMYK color model

#383307 color CMYK value is (0,9,88,78).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 87.50%
  • key color value is 78.04%
CMYK:
(0,9,88,78)
C0M9Y88K78 
(0%,9%,88%,78%)
(0.00/0.09/0.88/0.78)	

CMYK percentages

%0
%8.93
%87.5
%78.04

Codes

Color #383307 in popluar color models

383307
RGB56517
HSL54°77.78%12.35%
HSB/HSV54°87.50%21.96%
CMYK0.00%8.93%87.50%
78.04%

Color #383307 in popluar number systems.

HEX383307
Decimal56517
Binary111000110011111
Octal70637

Shades and tints

Shades of #383307

#383307
(56,51,7)
#332F07
(51,47,7)
#2E2B07
(46,43,7)
#292707
(41,39,7)
#242307
(36,35,7)
#1F1F07
(31,31,7)
#1A1B07
(26,27,7)
#151707
(21,23,7)
#101307
(16,19,7)
#0B0F07
(11,15,7)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #383307

#383307
(56,51,7)
#4A451D
(74,69,29)
#5C5733
(92,87,51)
#6E6949
(110,105,73)
#807B5F
(128,123,95)
#928D75
(146,141,117)
#A49F8B
(164,159,139)
#B6B1A1
(182,177,161)
#C8C3B7
(200,195,183)
#DAD5CD
(218,213,205)
#ECE7E3
(236,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383307 color. Also use rgb(56,51,7) instead hex code.

Text Font Color

.myTextColor { color: #383307; }

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

This text font color is #383307.


Background Color

.myBgColor { background-color: #383307; }

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

This div background color is #383307.


Border color

.myBorderColor { border: 1px solid #383307; }

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

This div border color is #383307.


Opacity

.myOpacity80 { color: #383307; opacity: 0.8; }

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

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

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

This text has shadow with #383307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383307 on black background.


Color preview on white background

This text has color #383307 on white background.



Black color preview on #383307 background

This text has black color on #383307 background.


White color preview on #383307 background

This text has white color on #383307 background.