COLOR #380A16

HEX: #380A16
RGB: (56,10,22)

Color info

#380A16 contains red, green and blue colors in about the same proportion. Web safe color of #380A16 is #330000 (or #300).

RGB color model

#380A16 color RGB value is (56,10,22).

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

RGB channels and saturation

R 56 of 255 = 22%
G 10 of 255 = 4%
B 22 of 255 = 9%

56
10
22

R + G + B ~ 12%. #380A16 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 10 + 22 = 88 (100%)
R 56 of 88 ~ 63.64%
G 10 of 88 ~ 11.36%
B 22 of 88 ~ 25%

%63.64
%11.36
%25

CMYK color model

#380A16 color CMYK value is (0,82,61,78).

  • cyan value is 0.00%
  • magenta value is 82.14%
  • yellow value is 60.71%
  • key color value is 78.04%
CMYK:
(0,82,61,78)
C0M82Y61K78 
(0%,82%,61%,78%)
(0.00/0.82/0.61/0.78)	

CMYK percentages

%0
%82.14
%60.71
%78.04

Codes

Color #380A16 in popluar color models

380A16
RGB561022
HSL344°69.70%12.94%
HSB/HSV344°82.14%21.96%
CMYK0.00%82.14%60.71%
78.04%

Color #380A16 in popluar number systems.

HEX380A16
Decimal561022
Binary111000101010110
Octal701226

Shades and tints

Shades of #380A16

#380A16
(56,10,22)
#330A14
(51,10,20)
#2E0A12
(46,10,18)
#290A10
(41,10,16)
#240A0E
(36,10,14)
#1F0A0C
(31,10,12)
#1A0A0A
(26,10,10)
#150A08
(21,10,8)
#100A06
(16,10,6)
#0B0A04
(11,10,4)
#060A02
(6,10,2)
#000000
(0,0,0)

Tints of #380A16

#380A16
(56,10,22)
#4A202B
(74,32,43)
#5C3640
(92,54,64)
#6E4C55
(110,76,85)
#80626A
(128,98,106)
#92787F
(146,120,127)
#A48E94
(164,142,148)
#B6A4A9
(182,164,169)
#C8BABE
(200,186,190)
#DAD0D3
(218,208,211)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380A16 color. Also use rgb(56,10,22) instead hex code.

Text Font Color

.myTextColor { color: #380A16; }

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

This text font color is #380A16.


Background Color

.myBgColor { background-color: #380A16; }

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

This div background color is #380A16.


Border color

.myBorderColor { border: 1px solid #380A16; }

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

This div border color is #380A16.


Opacity

.myOpacity80 { color: #380A16; opacity: 0.8; }

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

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

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

This text has shadow with #380A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380A16 on black background.


Color preview on white background

This text has color #380A16 on white background.



Black color preview on #380A16 background

This text has black color on #380A16 background.


White color preview on #380A16 background

This text has white color on #380A16 background.