COLOR #380C13

HEX: #380C13 RGB: (56,12,19)

Color info

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

RGB color model

#380C13 color RGB value is (56,12,19).

RGB: (56,12,19) (22%, 5%, 7%)

RGB channels and saturation

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

56
12
19

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

Portions of RGB colors in percentages

R + G + B = 56 + 12 + 19 = 87 (100%)
R 56 of 87 ~ 64.37%
G 12 of 87 ~ 13.79%
B 19 of 87 ~ 21.84'%

%64.37
%13.79
%21.84

CMYK color model

#380C13 color CMYK value is (0,79,66,78).

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

CMYK: (0,79,66,78)
C0M79Y66K78 (0%, 79%, 66%, 78%)
(0.00 / 0.79 / 0.66 / 0.78)

CMYK percentages

%0
%78.57
%66.07
%78.04

Codes

Color #380C13 in popluar color models

38 0C 13
RGB 56 12 19
HSL 350° 64.71% 13.33%
HSB/HSV 350° 78.57% 21.96%
CMYK 0.00% 78.57% 66.07%
78.04%

Color #380C13 in popluar number systems.

HEX 38 0C 13
Decimal 56 12 19
Binary 111000 1100 10011
Octal 70 14 23

Shades and tints

Shades of #380C13

#380C13
(56,12,19)
#330B12
(51,11,18)
#2E0A11
(46,10,17)
#290910
(41,9,16)
#24080F
(36,8,15)
#1F070E
(31,7,14)
#1A060D
(26,6,13)
#15050C
(21,5,12)
#10040B
(16,4,11)
#0B030A
(11,3,10)
#060209
(6,2,9)
#000000
(0,0,0)

Tints of #380C13

#380C13
(56,12,19)
#4A2228
(74,34,40)
#5C383D
(92,56,61)
#6E4E52
(110,78,82)
#806467
(128,100,103)
#927A7C
(146,122,124)
#A49091
(164,144,145)
#B6A6A6
(182,166,166)
#C8BCBB
(200,188,187)
#DAD2D0
(218,210,208)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380C13; }

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

This text font color is #380C13.

Background Color

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

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

This div background color is #380C13.

Border color

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

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

This div border color is #380C13.

Opacity

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

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

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

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

This text has shadow with #380C13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #380C13.

Preview

Color preview on black background

This text has color #380C13 on black background.


Color preview on white background

This text has color #380C13 on white background.


Black color preview on #380C13 background

This text has black color on #380C13 background.


White color preview on #380C13 background

This text has white color on #380C13 background.


Related colors

Complementary color

Complementary color for #hex is #C7F3EC.


I love getcolorcode.com

Triadic colors

1 #13380C and #0C1338 with #380C13 are triadic colors.

2 #130C38 and #0C3813 with #380C13 are triadic colors.