COLOR #380400

HEX: #380400
RGB: (56,4,0)

Color info

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

RGB color model

#380400 color RGB value is (56,4,0).

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

RGB channels and saturation

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

56
4
0

R + G + B ~ 8%. #380400 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 4 + 0 = 60 (100%)
R 56 of 60 ~ 93.33%
G 4 of 60 ~ 6.67%
B 0 of 60 ~ 0%

%93.33

CMYK color model

#380400 color CMYK value is (0,93,100,78).

  • cyan value is 0.00%
  • magenta value is 92.86%
  • yellow value is 100.00%
  • key color value is 78.04%
CMYK:
(0,93,100,78)
C0M93Y100K78 
(0%,93%,100%,78%)
(0.00/0.93/1.00/0.78)	

CMYK percentages

%0
%92.86
%100
%78.04

Codes

Color #380400 in popluar color models

380400
RGB5640
HSL100.00%10.98%
HSB/HSV100.00%21.96%
CMYK0.00%92.86%100.00%
78.04%

Color #380400 in popluar number systems.

HEX380400
Decimal5640
Binary1110001000
Octal7040

Shades and tints

Shades of #380400

#380400
(56,4,0)
#330400
(51,4,0)
#2E0400
(46,4,0)
#290400
(41,4,0)
#240400
(36,4,0)
#1F0400
(31,4,0)
#1A0400
(26,4,0)
#150400
(21,4,0)
#100400
(16,4,0)
#0B0400
(11,4,0)
#060400
(6,4,0)
#000000
(0,0,0)

Tints of #380400

#380400
(56,4,0)
#4A1A17
(74,26,23)
#5C302E
(92,48,46)
#6E4645
(110,70,69)
#805C5C
(128,92,92)
#927273
(146,114,115)
#A4888A
(164,136,138)
#B69EA1
(182,158,161)
#C8B4B8
(200,180,184)
#DACACF
(218,202,207)
#ECE0E6
(236,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380400; }

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

This text font color is #380400.


Background Color

.myBgColor { background-color: #380400; }

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

This div background color is #380400.


Border color

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

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

This div border color is #380400.


Opacity

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

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

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

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

This text has shadow with #380400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380400 on black background.


Color preview on white background

This text has color #380400 on white background.



Black color preview on #380400 background

This text has black color on #380400 background.


White color preview on #380400 background

This text has white color on #380400 background.