COLOR #751208

HEX: #751208
RGB: (117,18,8)

Color info

#751208 contains mainly red color. Web safe color of #751208 is #660000 (or #600).

RGB color model

#751208 color RGB value is (117,18,8).

  • red value is 117;
  • green value is 18;
  • blue value is 8.
RGB:
(117,18,8)
(46%,7%,3%)

RGB channels and saturation

R 117 of 255 = 46%
G 18 of 255 = 7%
B 8 of 255 = 3%

117
18
8

R + G + B ~ 19%. #751208 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 18 + 8 = 143 (100%)
R 117 of 143 ~ 81.82%
G 18 of 143 ~ 12.59%
B 8 of 143 ~ 5.59%

%81.82
%12.59

CMYK color model

#751208 color CMYK value is (0,85,93,54).

  • cyan value is 0.00%
  • magenta value is 84.62%
  • yellow value is 93.16%
  • key color value is 54.12%
CMYK:
(0,85,93,54)
C0M85Y93K54 
(0%,85%,93%,54%)
(0.00/0.85/0.93/0.54)	

CMYK percentages

%0
%84.62
%93.16
%54.12

Codes

Color #751208 in popluar color models

751208
RGB117188
HSL87.20%24.51%
HSB/HSV93.16%45.88%
CMYK0.00%84.62%93.16%
54.12%

Color #751208 in popluar number systems.

HEX751208
Decimal117188
Binary1110101100101000
Octal1652210

Shades and tints

Shades of #751208

#751208
(117,18,8)
#6B1108
(107,17,8)
#611008
(97,16,8)
#570F08
(87,15,8)
#4D0E08
(77,14,8)
#430D08
(67,13,8)
#390C08
(57,12,8)
#2F0B08
(47,11,8)
#250A08
(37,10,8)
#1B0908
(27,9,8)
#110808
(17,8,8)
#000000
(0,0,0)

Tints of #751208

#751208
(117,18,8)
#81271E
(129,39,30)
#8D3C34
(141,60,52)
#99514A
(153,81,74)
#A56660
(165,102,96)
#B17B76
(177,123,118)
#BD908C
(189,144,140)
#C9A5A2
(201,165,162)
#D5BAB8
(213,186,184)
#E1CFCE
(225,207,206)
#EDE4E4
(237,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751208 color. Also use rgb(117,18,8) instead hex code.

Text Font Color

.myTextColor { color: #751208; }

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

This text font color is #751208.


Background Color

.myBgColor { background-color: #751208; }

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

This div background color is #751208.


Border color

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

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

This div border color is #751208.


Opacity

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

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

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

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

This text has shadow with #751208 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751208 on black background.


Color preview on white background

This text has color #751208 on white background.



Black color preview on #751208 background

This text has black color on #751208 background.


White color preview on #751208 background

This text has white color on #751208 background.