COLOR #380C14

HEX: #380C14 RGB: (56,12,20)

Color info

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

RGB color model

#380C14 color RGB value is (56,12,20).

RGB: (56,12,20) (22%, 5%, 8%)

RGB channels and saturation

R 56 of 255 = 22%
G 12 of 255 = 5%
B 20 of 255 = 8%

56
12
20

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

Portions of RGB colors in percentages

R + G + B = 56 + 12 + 20 = 88 (100%)
R 56 of 88 ~ 63.64%
G 12 of 88 ~ 13.64%
B 20 of 88 ~ 22.73'%

%63.64
%13.64
%22.73

CMYK color model

#380C14 color CMYK value is (0,79,64,78).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 64.29%
  • key color value is 78.04%

CMYK: (0,79,64,78)
C0M79Y64K78 (0%, 79%, 64%, 78%)
(0.00 / 0.79 / 0.64 / 0.78)

CMYK percentages

%0
%78.57
%64.29
%78.04

Codes

Color #380C14 in popluar color models

38 0C 14
RGB 56 12 20
HSL 349° 64.71% 13.33%
HSB/HSV 349° 78.57% 21.96%
CMYK 0.00% 78.57% 64.29%
78.04%

Color #380C14 in popluar number systems.

HEX 38 0C 14
Decimal 56 12 20
Binary 111000 1100 10100
Octal 70 14 24

Shades and tints

Shades of #380C14

#380C14
(56,12,20)
#330B13
(51,11,19)
#2E0A12
(46,10,18)
#290911
(41,9,17)
#240810
(36,8,16)
#1F070F
(31,7,15)
#1A060E
(26,6,14)
#15050D
(21,5,13)
#10040C
(16,4,12)
#0B030B
(11,3,11)
#06020A
(6,2,10)
#000000
(0,0,0)

Tints of #380C14

#380C14
(56,12,20)
#4A2229
(74,34,41)
#5C383E
(92,56,62)
#6E4E53
(110,78,83)
#806468
(128,100,104)
#927A7D
(146,122,125)
#A49092
(164,144,146)
#B6A6A7
(182,166,167)
#C8BCBC
(200,188,188)
#DAD2D1
(218,210,209)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380C14; }

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

This text font color is #380C14.

Background Color

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

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

This div background color is #380C14.

Border color

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

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

This div border color is #380C14.

Opacity

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

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

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

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

This text has shadow with #380C14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #380C14.

Preview

Color preview on black background

This text has color #380C14 on black background.


Color preview on white background

This text has color #380C14 on white background.


Black color preview on #380C14 background

This text has black color on #380C14 background.


White color preview on #380C14 background

This text has white color on #380C14 background.


Related colors

Complementary color

Complementary color for #hex is #C7F3EB.


I love getcolorcode.com

Triadic colors

1 #14380C and #0C1438 with #380C14 are triadic colors.

2 #140C38 and #0C3814 with #380C14 are triadic colors.