COLOR #382313

HEX: #382313
RGB: (56,35,19)

Color info

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

RGB color model

#382313 color RGB value is (56,35,19).

  • red value is 56;
  • green value is 35;
  • blue value is 19.
RGB:
(56,35,19)
(22%,14%,7%)

RGB channels and saturation

R 56 of 255 = 22%
G 35 of 255 = 14%
B 19 of 255 = 7%

56
35
19

R + G + B ~ 14%. #382313 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 35 + 19 = 110 (100%)
R 56 of 110 ~ 50.91%
G 35 of 110 ~ 31.82%
B 19 of 110 ~ 17.27%

%50.91
%31.82
%17.27

CMYK color model

#382313 color CMYK value is (0,38,66,78).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 66.07%
  • key color value is 78.04%
CMYK:
(0,38,66,78)
C0M38Y66K78 
(0%,38%,66%,78%)
(0.00/0.38/0.66/0.78)	

CMYK percentages

%0
%37.5
%66.07
%78.04

Codes

Color #382313 in popluar color models

382313
RGB563519
HSL26°49.33%14.71%
HSB/HSV26°66.07%21.96%
CMYK0.00%37.50%66.07%
78.04%

Color #382313 in popluar number systems.

HEX382313
Decimal563519
Binary11100010001110011
Octal704323

Shades and tints

Shades of #382313

#382313
(56,35,19)
#332012
(51,32,18)
#2E1D11
(46,29,17)
#291A10
(41,26,16)
#24170F
(36,23,15)
#1F140E
(31,20,14)
#1A110D
(26,17,13)
#150E0C
(21,14,12)
#100B0B
(16,11,11)
#0B080A
(11,8,10)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #382313

#382313
(56,35,19)
#4A3728
(74,55,40)
#5C4B3D
(92,75,61)
#6E5F52
(110,95,82)
#807367
(128,115,103)
#92877C
(146,135,124)
#A49B91
(164,155,145)
#B6AFA6
(182,175,166)
#C8C3BB
(200,195,187)
#DAD7D0
(218,215,208)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382313 color. Also use rgb(56,35,19) instead hex code.

Text Font Color

.myTextColor { color: #382313; }

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

This text font color is #382313.


Background Color

.myBgColor { background-color: #382313; }

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

This div background color is #382313.


Border color

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

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

This div border color is #382313.


Opacity

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

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

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

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

This text has shadow with #382313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382313 on black background.


Color preview on white background

This text has color #382313 on white background.



Black color preview on #382313 background

This text has black color on #382313 background.


White color preview on #382313 background

This text has white color on #382313 background.