COLOR #380306

HEX: #380306
RGB: (56,3,6)

Color info

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

RGB color model

#380306 color RGB value is (56,3,6).

  • red value is 56;
  • green value is 3;
  • blue value is 6.
RGB:
(56,3,6)
(22%,1%,2%)

RGB channels and saturation

R 56 of 255 = 22%
G 3 of 255 = 1%
B 6 of 255 = 2%

56
3
6

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

Portions of RGB colors in percentages

R + G + B =
56 + 3 + 6 = 65 (100%)
R 56 of 65 ~ 86.15%
G 3 of 65 ~ 4.62%
B 6 of 65 ~ 9.23%

%86.15

CMYK color model

#380306 color CMYK value is (0,95,89,78).

  • cyan value is 0.00%
  • magenta value is 94.64%
  • yellow value is 89.29%
  • key color value is 78.04%
CMYK:
(0,95,89,78)
C0M95Y89K78 
(0%,95%,89%,78%)
(0.00/0.95/0.89/0.78)	

CMYK percentages

%0
%94.64
%89.29
%78.04

Codes

Color #380306 in popluar color models

380306
RGB5636
HSL357°89.83%11.57%
HSB/HSV357°94.64%21.96%
CMYK0.00%94.64%89.29%
78.04%

Color #380306 in popluar number systems.

HEX380306
Decimal5636
Binary11100011110
Octal7036

Shades and tints

Shades of #380306

#380306
(56,3,6)
#330306
(51,3,6)
#2E0306
(46,3,6)
#290306
(41,3,6)
#240306
(36,3,6)
#1F0306
(31,3,6)
#1A0306
(26,3,6)
#150306
(21,3,6)
#100306
(16,3,6)
#0B0306
(11,3,6)
#060306
(6,3,6)
#000000
(0,0,0)

Tints of #380306

#380306
(56,3,6)
#4A191C
(74,25,28)
#5C2F32
(92,47,50)
#6E4548
(110,69,72)
#805B5E
(128,91,94)
#927174
(146,113,116)
#A4878A
(164,135,138)
#B69DA0
(182,157,160)
#C8B3B6
(200,179,182)
#DAC9CC
(218,201,204)
#ECDFE2
(236,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380306 color. Also use rgb(56,3,6) instead hex code.

Text Font Color

.myTextColor { color: #380306; }

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

This text font color is #380306.


Background Color

.myBgColor { background-color: #380306; }

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

This div background color is #380306.


Border color

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

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

This div border color is #380306.


Opacity

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

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

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

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

This text has shadow with #380306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380306 on black background.


Color preview on white background

This text has color #380306 on white background.



Black color preview on #380306 background

This text has black color on #380306 background.


White color preview on #380306 background

This text has white color on #380306 background.