COLOR #380B0A

HEX: #380B0A
RGB: (56,11,10)

Color info

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

RGB color model

#380B0A color RGB value is (56,11,10).

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

RGB channels and saturation

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

56
11
10

R + G + B ~ 10%. #380B0A is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 11 + 10 = 77 (100%)
R 56 of 77 ~ 72.73%
G 11 of 77 ~ 14.29%
B 10 of 77 ~ 12.99%

%72.73
%14.29
%12.99

CMYK color model

#380B0A color CMYK value is (0,80,82,78).

  • cyan value is 0.00%
  • magenta value is 80.36%
  • yellow value is 82.14%
  • key color value is 78.04%
CMYK:
(0,80,82,78)
C0M80Y82K78 
(0%,80%,82%,78%)
(0.00/0.80/0.82/0.78)	

CMYK percentages

%0
%80.36
%82.14
%78.04

Codes

Color #380B0A in popluar color models

380B0A
RGB561110
HSL69.70%12.94%
HSB/HSV82.14%21.96%
CMYK0.00%80.36%82.14%
78.04%

Color #380B0A in popluar number systems.

HEX380B0A
Decimal561110
Binary11100010111010
Octal701312

Shades and tints

Shades of #380B0A

#380B0A
(56,11,10)
#330A0A
(51,10,10)
#2E090A
(46,9,10)
#29080A
(41,8,10)
#24070A
(36,7,10)
#1F060A
(31,6,10)
#1A050A
(26,5,10)
#15040A
(21,4,10)
#10030A
(16,3,10)
#0B020A
(11,2,10)
#06010A
(6,1,10)
#000000
(0,0,0)

Tints of #380B0A

#380B0A
(56,11,10)
#4A2120
(74,33,32)
#5C3736
(92,55,54)
#6E4D4C
(110,77,76)
#806362
(128,99,98)
#927978
(146,121,120)
#A48F8E
(164,143,142)
#B6A5A4
(182,165,164)
#C8BBBA
(200,187,186)
#DAD1D0
(218,209,208)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380B0A; }

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

This text font color is #380B0A.


Background Color

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

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

This div background color is #380B0A.


Border color

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

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

This div border color is #380B0A.


Opacity

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

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

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

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

This text has shadow with #380B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380B0A on black background.


Color preview on white background

This text has color #380B0A on white background.



Black color preview on #380B0A background

This text has black color on #380B0A background.


White color preview on #380B0A background

This text has white color on #380B0A background.