COLOR #380908

HEX: #380908
RGB: (56,9,8)

Color info

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

RGB color model

#380908 color RGB value is (56,9,8).

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

RGB channels and saturation

R 56 of 255 = 22%
G 9 of 255 = 4%
B 8 of 255 = 3%

56
9
8

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

Portions of RGB colors in percentages

R + G + B =
56 + 9 + 8 = 73 (100%)
R 56 of 73 ~ 76.71%
G 9 of 73 ~ 12.33%
B 8 of 73 ~ 10.96%

%76.71
%12.33
%10.96

CMYK color model

#380908 color CMYK value is (0,84,86,78).

  • cyan value is 0.00%
  • magenta value is 83.93%
  • yellow value is 85.71%
  • key color value is 78.04%
CMYK:
(0,84,86,78)
C0M84Y86K78 
(0%,84%,86%,78%)
(0.00/0.84/0.86/0.78)	

CMYK percentages

%0
%83.93
%85.71
%78.04

Codes

Color #380908 in popluar color models

380908
RGB5698
HSL75.00%12.55%
HSB/HSV85.71%21.96%
CMYK0.00%83.93%85.71%
78.04%

Color #380908 in popluar number systems.

HEX380908
Decimal5698
Binary11100010011000
Octal701110

Shades and tints

Shades of #380908

#380908
(56,9,8)
#330908
(51,9,8)
#2E0908
(46,9,8)
#290908
(41,9,8)
#240908
(36,9,8)
#1F0908
(31,9,8)
#1A0908
(26,9,8)
#150908
(21,9,8)
#100908
(16,9,8)
#0B0908
(11,9,8)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #380908

#380908
(56,9,8)
#4A1F1E
(74,31,30)
#5C3534
(92,53,52)
#6E4B4A
(110,75,74)
#806160
(128,97,96)
#927776
(146,119,118)
#A48D8C
(164,141,140)
#B6A3A2
(182,163,162)
#C8B9B8
(200,185,184)
#DACFCE
(218,207,206)
#ECE5E4
(236,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380908; }

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

This text font color is #380908.


Background Color

.myBgColor { background-color: #380908; }

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

This div background color is #380908.


Border color

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

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

This div border color is #380908.


Opacity

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

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

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

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

This text has shadow with #380908 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380908 on black background.


Color preview on white background

This text has color #380908 on white background.



Black color preview on #380908 background

This text has black color on #380908 background.


White color preview on #380908 background

This text has white color on #380908 background.