COLOR #751D0F

HEX: #751D0F
RGB: (117,29,15)

Color info

#751D0F contains mainly red color. Web safe color of #751D0F is #663300 (or #630).

RGB color model

#751D0F color RGB value is (117,29,15).

  • red value is 117;
  • green value is 29;
  • blue value is 15.
RGB:
(117,29,15)
(46%,11%,6%)

RGB channels and saturation

R 117 of 255 = 46%
G 29 of 255 = 11%
B 15 of 255 = 6%

117
29
15

R + G + B ~ 21%. #751D0F is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 29 + 15 = 161 (100%)
R 117 of 161 ~ 72.67%
G 29 of 161 ~ 18.01%
B 15 of 161 ~ 9.32%

%72.67
%18.01

CMYK color model

#751D0F color CMYK value is (0,75,87,54).

  • cyan value is 0.00%
  • magenta value is 75.21%
  • yellow value is 87.18%
  • key color value is 54.12%
CMYK:
(0,75,87,54)
C0M75Y87K54 
(0%,75%,87%,54%)
(0.00/0.75/0.87/0.54)	

CMYK percentages

%0
%75.21
%87.18
%54.12

Codes

Color #751D0F in popluar color models

751D0F
RGB1172915
HSL77.27%25.88%
HSB/HSV87.18%45.88%
CMYK0.00%75.21%87.18%
54.12%

Color #751D0F in popluar number systems.

HEX751D0F
Decimal1172915
Binary1110101111011111
Octal1653517

Shades and tints

Shades of #751D0F

#751D0F
(117,29,15)
#6B1B0E
(107,27,14)
#61190D
(97,25,13)
#57170C
(87,23,12)
#4D150B
(77,21,11)
#43130A
(67,19,10)
#391109
(57,17,9)
#2F0F08
(47,15,8)
#250D07
(37,13,7)
#1B0B06
(27,11,6)
#110905
(17,9,5)
#000000
(0,0,0)

Tints of #751D0F

#751D0F
(117,29,15)
#813124
(129,49,36)
#8D4539
(141,69,57)
#99594E
(153,89,78)
#A56D63
(165,109,99)
#B18178
(177,129,120)
#BD958D
(189,149,141)
#C9A9A2
(201,169,162)
#D5BDB7
(213,189,183)
#E1D1CC
(225,209,204)
#EDE5E1
(237,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751D0F color. Also use rgb(117,29,15) instead hex code.

Text Font Color

.myTextColor { color: #751D0F; }

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

This text font color is #751D0F.


Background Color

.myBgColor { background-color: #751D0F; }

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

This div background color is #751D0F.


Border color

.myBorderColor { border: 1px solid #751D0F; }

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

This div border color is #751D0F.


Opacity

.myOpacity80 { color: #751D0F; opacity: 0.8; }

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

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

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

This text has shadow with #751D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751D0F on black background.


Color preview on white background

This text has color #751D0F on white background.



Black color preview on #751D0F background

This text has black color on #751D0F background.


White color preview on #751D0F background

This text has white color on #751D0F background.