COLOR #380C12

HEX: #380C12
RGB: (56,12,18)

Color info

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

RGB color model

#380C12 color RGB value is (56,12,18).

  • red value is 56;
  • green value is 12;
  • blue value is 18.
RGB:
(56,12,18)
(22%,5%,7%)

RGB channels and saturation

R 56 of 255 = 22%
G 12 of 255 = 5%
B 18 of 255 = 7%

56
12
18

R + G + B ~ 11%. #380C12 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 12 + 18 = 86 (100%)
R 56 of 86 ~ 65.12%
G 12 of 86 ~ 13.95%
B 18 of 86 ~ 20.93%

%65.12
%13.95
%20.93

CMYK color model

#380C12 color CMYK value is (0,79,68,78).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 67.86%
  • key color value is 78.04%
CMYK:
(0,79,68,78)
C0M79Y68K78 
(0%,79%,68%,78%)
(0.00/0.79/0.68/0.78)	

CMYK percentages

%0
%78.57
%67.86
%78.04

Codes

Color #380C12 in popluar color models

380C12
RGB561218
HSL352°64.71%13.33%
HSB/HSV352°78.57%21.96%
CMYK0.00%78.57%67.86%
78.04%

Color #380C12 in popluar number systems.

HEX380C12
Decimal561218
Binary111000110010010
Octal701422

Shades and tints

Shades of #380C12

#380C12
(56,12,18)
#330B11
(51,11,17)
#2E0A10
(46,10,16)
#29090F
(41,9,15)
#24080E
(36,8,14)
#1F070D
(31,7,13)
#1A060C
(26,6,12)
#15050B
(21,5,11)
#10040A
(16,4,10)
#0B0309
(11,3,9)
#060208
(6,2,8)
#000000
(0,0,0)

Tints of #380C12

#380C12
(56,12,18)
#4A2227
(74,34,39)
#5C383C
(92,56,60)
#6E4E51
(110,78,81)
#806466
(128,100,102)
#927A7B
(146,122,123)
#A49090
(164,144,144)
#B6A6A5
(182,166,165)
#C8BCBA
(200,188,186)
#DAD2CF
(218,210,207)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380C12 color. Also use rgb(56,12,18) instead hex code.

Text Font Color

.myTextColor { color: #380C12; }

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

This text font color is #380C12.


Background Color

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

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

This div background color is #380C12.


Border color

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

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

This div border color is #380C12.


Opacity

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

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

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

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

This text has shadow with #380C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380C12 on black background.


Color preview on white background

This text has color #380C12 on white background.



Black color preview on #380C12 background

This text has black color on #380C12 background.


White color preview on #380C12 background

This text has white color on #380C12 background.