COLOR #380C0E

HEX: #380C0E
RGB: (56,12,14)

Color info

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

RGB color model

#380C0E color RGB value is (56,12,14).

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

RGB channels and saturation

R 56 of 255 = 22%
G 12 of 255 = 5%
B 14 of 255 = 5%

56
12
14

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

Portions of RGB colors in percentages

R + G + B =
56 + 12 + 14 = 82 (100%)
R 56 of 82 ~ 68.29%
G 12 of 82 ~ 14.63%
B 14 of 82 ~ 17.07%

%68.29
%14.63
%17.07

CMYK color model

#380C0E color CMYK value is (0,79,75,78).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 75.00%
  • key color value is 78.04%
CMYK:
(0,79,75,78)
C0M79Y75K78 
(0%,79%,75%,78%)
(0.00/0.79/0.75/0.78)	

CMYK percentages

%0
%78.57
%75
%78.04

Codes

Color #380C0E in popluar color models

380C0E
RGB561214
HSL357°64.71%13.33%
HSB/HSV357°78.57%21.96%
CMYK0.00%78.57%75.00%
78.04%

Color #380C0E in popluar number systems.

HEX380C0E
Decimal561214
Binary11100011001110
Octal701416

Shades and tints

Shades of #380C0E

#380C0E
(56,12,14)
#330B0D
(51,11,13)
#2E0A0C
(46,10,12)
#29090B
(41,9,11)
#24080A
(36,8,10)
#1F0709
(31,7,9)
#1A0608
(26,6,8)
#150507
(21,5,7)
#100406
(16,4,6)
#0B0305
(11,3,5)
#060204
(6,2,4)
#000000
(0,0,0)

Tints of #380C0E

#380C0E
(56,12,14)
#4A2223
(74,34,35)
#5C3838
(92,56,56)
#6E4E4D
(110,78,77)
#806462
(128,100,98)
#927A77
(146,122,119)
#A4908C
(164,144,140)
#B6A6A1
(182,166,161)
#C8BCB6
(200,188,182)
#DAD2CB
(218,210,203)
#ECE8E0
(236,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380C0E; }

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

This text font color is #380C0E.


Background Color

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

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

This div background color is #380C0E.


Border color

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

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

This div border color is #380C0E.


Opacity

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

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

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

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

This text has shadow with #380C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380C0E on black background.


Color preview on white background

This text has color #380C0E on white background.



Black color preview on #380C0E background

This text has black color on #380C0E background.


White color preview on #380C0E background

This text has white color on #380C0E background.