COLOR #380918

HEX: #380918
RGB: (56,9,24)

Color info

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

RGB color model

#380918 color RGB value is (56,9,24).

  • red value is 56;
  • green value is 9;
  • blue value is 24.
RGB:
(56,9,24)
(22%,4%,9%)

RGB channels and saturation

R 56 of 255 = 22%
G 9 of 255 = 4%
B 24 of 255 = 9%

56
9
24

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

Portions of RGB colors in percentages

R + G + B =
56 + 9 + 24 = 89 (100%)
R 56 of 89 ~ 62.92%
G 9 of 89 ~ 10.11%
B 24 of 89 ~ 26.97%

%62.92
%10.11
%26.97

CMYK color model

#380918 color CMYK value is (0,84,57,78).

  • cyan value is 0.00%
  • magenta value is 83.93%
  • yellow value is 57.14%
  • key color value is 78.04%
CMYK:
(0,84,57,78)
C0M84Y57K78 
(0%,84%,57%,78%)
(0.00/0.84/0.57/0.78)	

CMYK percentages

%0
%83.93
%57.14
%78.04

Codes

Color #380918 in popluar color models

380918
RGB56924
HSL341°72.31%12.75%
HSB/HSV341°83.93%21.96%
CMYK0.00%83.93%57.14%
78.04%

Color #380918 in popluar number systems.

HEX380918
Decimal56924
Binary111000100111000
Octal701130

Shades and tints

Shades of #380918

#380918
(56,9,24)
#330916
(51,9,22)
#2E0914
(46,9,20)
#290912
(41,9,18)
#240910
(36,9,16)
#1F090E
(31,9,14)
#1A090C
(26,9,12)
#15090A
(21,9,10)
#100908
(16,9,8)
#0B0906
(11,9,6)
#060904
(6,9,4)
#000000
(0,0,0)

Tints of #380918

#380918
(56,9,24)
#4A1F2D
(74,31,45)
#5C3542
(92,53,66)
#6E4B57
(110,75,87)
#80616C
(128,97,108)
#927781
(146,119,129)
#A48D96
(164,141,150)
#B6A3AB
(182,163,171)
#C8B9C0
(200,185,192)
#DACFD5
(218,207,213)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380918 color. Also use rgb(56,9,24) instead hex code.

Text Font Color

.myTextColor { color: #380918; }

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

This text font color is #380918.


Background Color

.myBgColor { background-color: #380918; }

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

This div background color is #380918.


Border color

.myBorderColor { border: 1px solid #380918; }

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

This div border color is #380918.


Opacity

.myOpacity80 { color: #380918; opacity: 0.8; }

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

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

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

This text has shadow with #380918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380918 on black background.


Color preview on white background

This text has color #380918 on white background.



Black color preview on #380918 background

This text has black color on #380918 background.


White color preview on #380918 background

This text has white color on #380918 background.