COLOR #380712

HEX: #380712
RGB: (56,7,18)

Color info

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

RGB color model

#380712 color RGB value is (56,7,18).

  • red value is 56;
  • green value is 7;
  • blue value is 18.
RGB:
(56,7,18)
(22%,3%,7%)

RGB channels and saturation

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

56
7
18

R + G + B ~ 11%. #380712 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 7 + 18 = 81 (100%)
R 56 of 81 ~ 69.14%
G 7 of 81 ~ 8.64%
B 18 of 81 ~ 22.22%

%69.14
%22.22

CMYK color model

#380712 color CMYK value is (0,88,68,78).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 67.86%
  • key color value is 78.04%
CMYK:
(0,88,68,78)
C0M88Y68K78 
(0%,88%,68%,78%)
(0.00/0.88/0.68/0.78)	

CMYK percentages

%0
%87.5
%67.86
%78.04

Codes

Color #380712 in popluar color models

380712
RGB56718
HSL347°77.78%12.35%
HSB/HSV347°87.50%21.96%
CMYK0.00%87.50%67.86%
78.04%

Color #380712 in popluar number systems.

HEX380712
Decimal56718
Binary11100011110010
Octal70722

Shades and tints

Shades of #380712

#380712
(56,7,18)
#330711
(51,7,17)
#2E0710
(46,7,16)
#29070F
(41,7,15)
#24070E
(36,7,14)
#1F070D
(31,7,13)
#1A070C
(26,7,12)
#15070B
(21,7,11)
#10070A
(16,7,10)
#0B0709
(11,7,9)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #380712

#380712
(56,7,18)
#4A1D27
(74,29,39)
#5C333C
(92,51,60)
#6E4951
(110,73,81)
#805F66
(128,95,102)
#92757B
(146,117,123)
#A48B90
(164,139,144)
#B6A1A5
(182,161,165)
#C8B7BA
(200,183,186)
#DACDCF
(218,205,207)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380712; }

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

This text font color is #380712.


Background Color

.myBgColor { background-color: #380712; }

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

This div background color is #380712.


Border color

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

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

This div border color is #380712.


Opacity

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

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

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

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

This text has shadow with #380712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380712 on black background.


Color preview on white background

This text has color #380712 on white background.



Black color preview on #380712 background

This text has black color on #380712 background.


White color preview on #380712 background

This text has white color on #380712 background.