COLOR #751502

HEX: #751502
RGB: (117,21,2)

Color info

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

RGB color model

#751502 color RGB value is (117,21,2).

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

RGB channels and saturation

R 117 of 255 = 46%
G 21 of 255 = 8%
B 2 of 255 = 1%

117
21
2

R + G + B ~ 18%. #751502 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 21 + 2 = 140 (100%)
R 117 of 140 ~ 83.57%
G 21 of 140 ~ 15%
B 2 of 140 ~ 1.43%

%83.57
%15

CMYK color model

#751502 color CMYK value is (0,82,98,54).

  • cyan value is 0.00%
  • magenta value is 82.05%
  • yellow value is 98.29%
  • key color value is 54.12%
CMYK:
(0,82,98,54)
C0M82Y98K54 
(0%,82%,98%,54%)
(0.00/0.82/0.98/0.54)	

CMYK percentages

%0
%82.05
%98.29
%54.12

Codes

Color #751502 in popluar color models

751502
RGB117212
HSL10°96.64%23.33%
HSB/HSV10°98.29%45.88%
CMYK0.00%82.05%98.29%
54.12%

Color #751502 in popluar number systems.

HEX751502
Decimal117212
Binary11101011010110
Octal165252

Shades and tints

Shades of #751502

#751502
(117,21,2)
#6B1402
(107,20,2)
#611302
(97,19,2)
#571202
(87,18,2)
#4D1102
(77,17,2)
#431002
(67,16,2)
#390F02
(57,15,2)
#2F0E02
(47,14,2)
#250D02
(37,13,2)
#1B0C02
(27,12,2)
#110B02
(17,11,2)
#000000
(0,0,0)

Tints of #751502

#751502
(117,21,2)
#812A19
(129,42,25)
#8D3F30
(141,63,48)
#995447
(153,84,71)
#A5695E
(165,105,94)
#B17E75
(177,126,117)
#BD938C
(189,147,140)
#C9A8A3
(201,168,163)
#D5BDBA
(213,189,186)
#E1D2D1
(225,210,209)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751502; }

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

This text font color is #751502.


Background Color

.myBgColor { background-color: #751502; }

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

This div background color is #751502.


Border color

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

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

This div border color is #751502.


Opacity

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

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

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

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

This text has shadow with #751502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751502 on black background.


Color preview on white background

This text has color #751502 on white background.



Black color preview on #751502 background

This text has black color on #751502 background.


White color preview on #751502 background

This text has white color on #751502 background.