COLOR #380511

HEX: #380511
RGB: (56,5,17)

Color info

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

RGB color model

#380511 color RGB value is (56,5,17).

  • red value is 56;
  • green value is 5;
  • blue value is 17.
RGB:
(56,5,17)
(22%,2%,7%)

RGB channels and saturation

R 56 of 255 = 22%
G 5 of 255 = 2%
B 17 of 255 = 7%

56
5
17

R + G + B ~ 10%. #380511 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 5 + 17 = 78 (100%)
R 56 of 78 ~ 71.79%
G 5 of 78 ~ 6.41%
B 17 of 78 ~ 21.79%

%71.79
%21.79

CMYK color model

#380511 color CMYK value is (0,91,70,78).

  • cyan value is 0.00%
  • magenta value is 91.07%
  • yellow value is 69.64%
  • key color value is 78.04%
CMYK:
(0,91,70,78)
C0M91Y70K78 
(0%,91%,70%,78%)
(0.00/0.91/0.70/0.78)	

CMYK percentages

%0
%91.07
%69.64
%78.04

Codes

Color #380511 in popluar color models

380511
RGB56517
HSL346°83.61%11.96%
HSB/HSV346°91.07%21.96%
CMYK0.00%91.07%69.64%
78.04%

Color #380511 in popluar number systems.

HEX380511
Decimal56517
Binary11100010110001
Octal70521

Shades and tints

Shades of #380511

#380511
(56,5,17)
#330510
(51,5,16)
#2E050F
(46,5,15)
#29050E
(41,5,14)
#24050D
(36,5,13)
#1F050C
(31,5,12)
#1A050B
(26,5,11)
#15050A
(21,5,10)
#100509
(16,5,9)
#0B0508
(11,5,8)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #380511

#380511
(56,5,17)
#4A1B26
(74,27,38)
#5C313B
(92,49,59)
#6E4750
(110,71,80)
#805D65
(128,93,101)
#92737A
(146,115,122)
#A4898F
(164,137,143)
#B69FA4
(182,159,164)
#C8B5B9
(200,181,185)
#DACBCE
(218,203,206)
#ECE1E3
(236,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380511 color. Also use rgb(56,5,17) instead hex code.

Text Font Color

.myTextColor { color: #380511; }

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

This text font color is #380511.


Background Color

.myBgColor { background-color: #380511; }

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

This div background color is #380511.


Border color

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

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

This div border color is #380511.


Opacity

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

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

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

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

This text has shadow with #380511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380511 on black background.


Color preview on white background

This text has color #380511 on white background.



Black color preview on #380511 background

This text has black color on #380511 background.


White color preview on #380511 background

This text has white color on #380511 background.