COLOR #380E16

HEX: #380E16 RGB: (56,14,22)

Color info

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

RGB color model

#380E16 color RGB value is (56,14,22).

RGB: (56,14,22) (22%, 5%, 9%)

RGB channels and saturation

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

56
14
22

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

Portions of RGB colors in percentages

R + G + B = 56 + 14 + 22 = 92 (100%)
R 56 of 92 ~ 60.87%
G 14 of 92 ~ 15.22%
B 22 of 92 ~ 23.91'%

%60.87
%15.22
%23.91

CMYK color model

#380E16 color CMYK value is (0,75,61,78).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 60.71%
  • key color value is 78.04%

CMYK: (0,75,61,78)
C0M75Y61K78 (0%, 75%, 61%, 78%)
(0.00 / 0.75 / 0.61 / 0.78)

CMYK percentages

%0
%75
%60.71
%78.04

Codes

Color #380E16 in popluar color models

38 0E 16
RGB 56 14 22
HSL 349° 60.00% 13.73%
HSB/HSV 349° 75.00% 21.96%
CMYK 0.00% 75.00% 60.71%
78.04%

Color #380E16 in popluar number systems.

HEX 38 0E 16
Decimal 56 14 22
Binary 111000 1110 10110
Octal 70 16 26

Shades and tints

Shades of #380E16

#380E16
(56,14,22)
#330D14
(51,13,20)
#2E0C12
(46,12,18)
#290B10
(41,11,16)
#240A0E
(36,10,14)
#1F090C
(31,9,12)
#1A080A
(26,8,10)
#150708
(21,7,8)
#100606
(16,6,6)
#0B0504
(11,5,4)
#060402
(6,4,2)
#000000
(0,0,0)

Tints of #380E16

#380E16
(56,14,22)
#4A232B
(74,35,43)
#5C3840
(92,56,64)
#6E4D55
(110,77,85)
#80626A
(128,98,106)
#92777F
(146,119,127)
#A48C94
(164,140,148)
#B6A1A9
(182,161,169)
#C8B6BE
(200,182,190)
#DACBD3
(218,203,211)
#ECE0E8
(236,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380E16; }

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

This text font color is #380E16.

Background Color

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

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

This div background color is #380E16.

Border color

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

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

This div border color is #380E16.

Opacity

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

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

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

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

This text has shadow with #380E16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #380E16.

Preview

Color preview on black background

This text has color #380E16 on black background.


Color preview on white background

This text has color #380E16 on white background.


Black color preview on #380E16 background

This text has black color on #380E16 background.


White color preview on #380E16 background

This text has white color on #380E16 background.


Related colors

Complementary color

Complementary color for #hex is #C7F1E9.


I love getcolorcode.com

Triadic colors

1 #16380E and #0E1638 with #380E16 are triadic colors.

2 #160E38 and #0E3816 with #380E16 are triadic colors.