COLOR #380009

HEX: #380009
RGB: (56,0,9)

Color info

#380009 contains only red and blue colors. Web safe color of #380009 is #330000 (or #300).

RGB color model

#380009 color RGB value is (56,0,9).

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

RGB channels and saturation

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

56
0
9

R + G + B ~ 9%. #380009 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 0 + 9 = 65 (100%)
R 56 of 65 ~ 86.15%
G 0 of 65 ~ 0%
B 9 of 65 ~ 13.85%

%86.15
%13.85

CMYK color model

#380009 color CMYK value is (0,100,84,78).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 83.93%
  • key color value is 78.04%
CMYK:
(0,100,84,78)
C0M100Y84K78 
(0%,100%,84%,78%)
(0.00/1.00/0.84/0.78)	

CMYK percentages

%0
%100
%83.93
%78.04

Codes

Color #380009 in popluar color models

380009
RGB5609
HSL350°100.00%10.98%
HSB/HSV350°100.00%21.96%
CMYK0.00%100.00%83.93%
78.04%

Color #380009 in popluar number systems.

HEX380009
Decimal5609
Binary11100001001
Octal70011

Shades and tints

Shades of #380009

#380009
(56,0,9)
#330009
(51,0,9)
#2E0009
(46,0,9)
#290009
(41,0,9)
#240009
(36,0,9)
#1F0009
(31,0,9)
#1A0009
(26,0,9)
#150009
(21,0,9)
#100009
(16,0,9)
#0B0009
(11,0,9)
#060009
(6,0,9)
#000000
(0,0,0)

Tints of #380009

#380009
(56,0,9)
#4A171F
(74,23,31)
#5C2E35
(92,46,53)
#6E454B
(110,69,75)
#805C61
(128,92,97)
#927377
(146,115,119)
#A48A8D
(164,138,141)
#B6A1A3
(182,161,163)
#C8B8B9
(200,184,185)
#DACFCF
(218,207,207)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380009; }

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

This text font color is #380009.


Background Color

.myBgColor { background-color: #380009; }

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

This div background color is #380009.


Border color

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

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

This div border color is #380009.


Opacity

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

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

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

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

This text has shadow with #380009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380009 on black background.


Color preview on white background

This text has color #380009 on white background.



Black color preview on #380009 background

This text has black color on #380009 background.


White color preview on #380009 background

This text has white color on #380009 background.