COLOR #380A14

HEX: #380A14 RGB: (56,10,20)

Color info

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

RGB color model

#380A14 color RGB value is (56,10,20).

RGB: (56,10,20) (22%, 4%, 8%)

RGB channels and saturation

R 56 of 255 = 22%
G 10 of 255 = 4%
B 20 of 255 = 8%

56
10
20

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

Portions of RGB colors in percentages

R + G + B = 56 + 10 + 20 = 86 (100%)
R 56 of 86 ~ 65.12%
G 10 of 86 ~ 11.63%
B 20 of 86 ~ 23.26'%

%65.12
%11.63
%23.26

CMYK color model

#380A14 color CMYK value is (0,82,64,78).

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

CMYK: (0,82,64,78)
C0M82Y64K78 (0%, 82%, 64%, 78%)
(0.00 / 0.82 / 0.64 / 0.78)

CMYK percentages

%0
%82.14
%64.29
%78.04

Codes

Color #380A14 in popluar color models

38 0A 14
RGB 56 10 20
HSL 347° 69.70% 12.94%
HSB/HSV 347° 82.14% 21.96%
CMYK 0.00% 82.14% 64.29%
78.04%

Color #380A14 in popluar number systems.

HEX 38 0A 14
Decimal 56 10 20
Binary 111000 1010 10100
Octal 70 12 24

Shades and tints

Shades of #380A14

#380A14
(56,10,20)
#330A13
(51,10,19)
#2E0A12
(46,10,18)
#290A11
(41,10,17)
#240A10
(36,10,16)
#1F0A0F
(31,10,15)
#1A0A0E
(26,10,14)
#150A0D
(21,10,13)
#100A0C
(16,10,12)
#0B0A0B
(11,10,11)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #380A14

#380A14
(56,10,20)
#4A2029
(74,32,41)
#5C363E
(92,54,62)
#6E4C53
(110,76,83)
#806268
(128,98,104)
#92787D
(146,120,125)
#A48E92
(164,142,146)
#B6A4A7
(182,164,167)
#C8BABC
(200,186,188)
#DAD0D1
(218,208,209)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380A14; }

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

This text font color is #380A14.

Background Color

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

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

This div background color is #380A14.

Border color

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

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

This div border color is #380A14.

Opacity

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

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

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

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

This text has shadow with #380A14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #380A14.

Preview

Color preview on black background

This text has color #380A14 on black background.


Color preview on white background

This text has color #380A14 on white background.


Black color preview on #380A14 background

This text has black color on #380A14 background.


White color preview on #380A14 background

This text has white color on #380A14 background.


Related colors

Complementary color

Complementary color for #hex is #C7F5EB.


I love getcolorcode.com

Triadic colors

1 #14380A and #0A1438 with #380A14 are triadic colors.

2 #140A38 and #0A3814 with #380A14 are triadic colors.