COLOR #380708

HEX: #380708 RGB: (56,7,8)

Color info

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

RGB color model

#380708 color RGB value is (56,7,8).

RGB: (56,7,8) (22%, 3%, 3%)

RGB channels and saturation

R 56 of 255 = 22%
G 7 of 255 = 3%
B 8 of 255 = 3%

56
7
8

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

Portions of RGB colors in percentages

R + G + B = 56 + 7 + 8 = 71 (100%)
R 56 of 71 ~ 78.87%
G 7 of 71 ~ 9.86%
B 8 of 71 ~ 11.27'%

%78.87
%11.27

CMYK color model

#380708 color CMYK value is (0,88,86,78).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 85.71%
  • key color value is 78.04%

CMYK: (0,88,86,78)
C0M88Y86K78 (0%, 88%, 86%, 78%)
(0.00 / 0.88 / 0.86 / 0.78)

CMYK percentages

%0
%87.5
%85.71
%78.04

Codes

Color #380708 in popluar color models

38 07 08
RGB 56 7 8
HSL 359° 77.78% 12.35%
HSB/HSV 359° 87.50% 21.96%
CMYK 0.00% 87.50% 85.71%
78.04%

Color #380708 in popluar number systems.

HEX 38 07 08
Decimal 56 7 8
Binary 111000 111 1000
Octal 70 7 10

Shades and tints

Shades of #380708

#380708
(56,7,8)
#330708
(51,7,8)
#2E0708
(46,7,8)
#290708
(41,7,8)
#240708
(36,7,8)
#1F0708
(31,7,8)
#1A0708
(26,7,8)
#150708
(21,7,8)
#100708
(16,7,8)
#0B0708
(11,7,8)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #380708

#380708
(56,7,8)
#4A1D1E
(74,29,30)
#5C3334
(92,51,52)
#6E494A
(110,73,74)
#805F60
(128,95,96)
#927576
(146,117,118)
#A48B8C
(164,139,140)
#B6A1A2
(182,161,162)
#C8B7B8
(200,183,184)
#DACDCE
(218,205,206)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380708; }

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

This text font color is #380708.

Background Color

.myBgColor { background-color: #380708; }

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

This div background color is #380708.

Border color

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

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

This div border color is #380708.

Opacity

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

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

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

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

This text has shadow with #380708 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #380708.

Preview

Color preview on black background

This text has color #380708 on black background.


Color preview on white background

This text has color #380708 on white background.


Black color preview on #380708 background

This text has black color on #380708 background.


White color preview on #380708 background

This text has white color on #380708 background.


Related colors

Complementary color

Complementary color for #hex is #C7F8F7.


I love getcolorcode.com

Triadic colors

1 #083807 and #070838 with #380708 are triadic colors.

2 #080738 and #073808 with #380708 are triadic colors.