COLOR #380900

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

Color info

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

RGB color model

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

RGB: (56,9,0) (22%, 4%, 0%)

RGB channels and saturation

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

56
9
0

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

Portions of RGB colors in percentages

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

%86.15
%13.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 83.93%
  • yellow value is 100.00%
  • key color value is 78.04%

CMYK: (0,84,100,78)
C0M84Y100K78 (0%, 84%, 100%, 78%)
(0.00 / 0.84 / 1.00 / 0.78)

CMYK percentages

%0
%83.93
%100
%78.04

Codes

Color #380900 in popluar color models

38 09 00
RGB 56 9 0
HSL 10° 100.00% 10.98%
HSB/HSV 10° 100.00% 21.96%
CMYK 0.00% 83.93% 100.00%
78.04%

Color #380900 in popluar number systems.

HEX 38 09 00
Decimal 56 9 0
Binary 111000 1001 0
Octal 70 11 0

Shades and tints

Shades of #380900

#380900
(56,9,0)
#330900
(51,9,0)
#2E0900
(46,9,0)
#290900
(41,9,0)
#240900
(36,9,0)
#1F0900
(31,9,0)
#1A0900
(26,9,0)
#150900
(21,9,0)
#100900
(16,9,0)
#0B0900
(11,9,0)
#060900
(6,9,0)
#000000
(0,0,0)

Tints of #380900

#380900
(56,9,0)
#4A1F17
(74,31,23)
#5C352E
(92,53,46)
#6E4B45
(110,75,69)
#80615C
(128,97,92)
#927773
(146,119,115)
#A48D8A
(164,141,138)
#B6A3A1
(182,163,161)
#C8B9B8
(200,185,184)
#DACFCF
(218,207,207)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380900; }

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

This text font color is #380900.

Background Color

.myBgColor { background-color: #380900; }

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

This div background color is #380900.

Border color

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

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

This div border color is #380900.

Opacity

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

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

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

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

This text has shadow with #380900 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #380900.

Preview

Color preview on black background

This text has color #380900 on black background.


Color preview on white background

This text has color #380900 on white background.


Black color preview on #380900 background

This text has black color on #380900 background.


White color preview on #380900 background

This text has white color on #380900 background.


Related colors

Complementary color

Complementary color for #hex is #C7F6FF.


I love getcolorcode.com

Triadic colors

1 #003809 and #090038 with #380900 are triadic colors.

2 #000938 and #093800 with #380900 are triadic colors.