COLOR #380E0C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

56
14
12

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

Portions of RGB colors in percentages

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

%68.29
%17.07
%14.63

CMYK color model

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

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

CMYK percentages

%0
%75
%78.57
%78.04

Codes

Color #380E0C in popluar color models

380E0C
RGB561412
HSL64.71%13.33%
HSB/HSV78.57%21.96%
CMYK0.00%75.00%78.57%
78.04%

Color #380E0C in popluar number systems.

HEX380E0C
Decimal561412
Binary11100011101100
Octal701614

Shades and tints

Shades of #380E0C

#380E0C
(56,14,12)
#330D0B
(51,13,11)
#2E0C0A
(46,12,10)
#290B09
(41,11,9)
#240A08
(36,10,8)
#1F0907
(31,9,7)
#1A0806
(26,8,6)
#150705
(21,7,5)
#100604
(16,6,4)
#0B0503
(11,5,3)
#060402
(6,4,2)
#000000
(0,0,0)

Tints of #380E0C

#380E0C
(56,14,12)
#4A2322
(74,35,34)
#5C3838
(92,56,56)
#6E4D4E
(110,77,78)
#806264
(128,98,100)
#92777A
(146,119,122)
#A48C90
(164,140,144)
#B6A1A6
(182,161,166)
#C8B6BC
(200,182,188)
#DACBD2
(218,203,210)
#ECE0E8
(236,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380E0C; }

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

This text font color is #380E0C.


Background Color

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

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

This div background color is #380E0C.


Border color

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

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

This div border color is #380E0C.


Opacity

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

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

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

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

This text has shadow with #380E0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380E0C on black background.


Color preview on white background

This text has color #380E0C on white background.



Black color preview on #380E0C background

This text has black color on #380E0C background.


White color preview on #380E0C background

This text has white color on #380E0C background.