COLOR #751517

HEX: #751517
RGB: (117,21,23)

Color info

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

RGB color model

#751517 color RGB value is (117,21,23).

  • red value is 117;
  • green value is 21;
  • blue value is 23.
RGB:
(117,21,23)
(46%,8%,9%)

RGB channels and saturation

R 117 of 255 = 46%
G 21 of 255 = 8%
B 23 of 255 = 9%

117
21
23

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

Portions of RGB colors in percentages

R + G + B =
117 + 21 + 23 = 161 (100%)
R 117 of 161 ~ 72.67%
G 21 of 161 ~ 13.04%
B 23 of 161 ~ 14.29%

%72.67
%13.04
%14.29

CMYK color model

#751517 color CMYK value is (0,82,80,54).

  • cyan value is 0.00%
  • magenta value is 82.05%
  • yellow value is 80.34%
  • key color value is 54.12%
CMYK:
(0,82,80,54)
C0M82Y80K54 
(0%,82%,80%,54%)
(0.00/0.82/0.80/0.54)	

CMYK percentages

%0
%82.05
%80.34
%54.12

Codes

Color #751517 in popluar color models

751517
RGB1172123
HSL359°69.57%27.06%
HSB/HSV359°82.05%45.88%
CMYK0.00%82.05%80.34%
54.12%

Color #751517 in popluar number systems.

HEX751517
Decimal1172123
Binary11101011010110111
Octal1652527

Shades and tints

Shades of #751517

#751517
(117,21,23)
#6B1415
(107,20,21)
#611313
(97,19,19)
#571211
(87,18,17)
#4D110F
(77,17,15)
#43100D
(67,16,13)
#390F0B
(57,15,11)
#2F0E09
(47,14,9)
#250D07
(37,13,7)
#1B0C05
(27,12,5)
#110B03
(17,11,3)
#000000
(0,0,0)

Tints of #751517

#751517
(117,21,23)
#812A2C
(129,42,44)
#8D3F41
(141,63,65)
#995456
(153,84,86)
#A5696B
(165,105,107)
#B17E80
(177,126,128)
#BD9395
(189,147,149)
#C9A8AA
(201,168,170)
#D5BDBF
(213,189,191)
#E1D2D4
(225,210,212)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751517 color. Also use rgb(117,21,23) instead hex code.

Text Font Color

.myTextColor { color: #751517; }

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

This text font color is #751517.


Background Color

.myBgColor { background-color: #751517; }

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

This div background color is #751517.


Border color

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

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

This div border color is #751517.


Opacity

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

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

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

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

This text has shadow with #751517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751517 on black background.


Color preview on white background

This text has color #751517 on white background.



Black color preview on #751517 background

This text has black color on #751517 background.


White color preview on #751517 background

This text has white color on #751517 background.