COLOR #751801

HEX: #751801
RGB: (117,24,1)

Color info

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

RGB color model

#751801 color RGB value is (117,24,1).

  • red value is 117;
  • green value is 24;
  • blue value is 1.
RGB:
(117,24,1)
(46%,9%,0%)

RGB channels and saturation

R 117 of 255 = 46%
G 24 of 255 = 9%
B 1 of 255 = 0%

117
24
1

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

Portions of RGB colors in percentages

R + G + B =
117 + 24 + 1 = 142 (100%)
R 117 of 142 ~ 82.39%
G 24 of 142 ~ 16.9%
B 1 of 142 ~ 0.7%

%82.39
%16.9

CMYK color model

#751801 color CMYK value is (0,79,99,54).

  • cyan value is 0.00%
  • magenta value is 79.49%
  • yellow value is 99.15%
  • key color value is 54.12%
CMYK:
(0,79,99,54)
C0M79Y99K54 
(0%,79%,99%,54%)
(0.00/0.79/0.99/0.54)	

CMYK percentages

%0
%79.49
%99.15
%54.12

Codes

Color #751801 in popluar color models

751801
RGB117241
HSL12°98.31%23.14%
HSB/HSV12°99.15%45.88%
CMYK0.00%79.49%99.15%
54.12%

Color #751801 in popluar number systems.

HEX751801
Decimal117241
Binary1110101110001
Octal165301

Shades and tints

Shades of #751801

#751801
(117,24,1)
#6B1601
(107,22,1)
#611401
(97,20,1)
#571201
(87,18,1)
#4D1001
(77,16,1)
#430E01
(67,14,1)
#390C01
(57,12,1)
#2F0A01
(47,10,1)
#250801
(37,8,1)
#1B0601
(27,6,1)
#110401
(17,4,1)
#000000
(0,0,0)

Tints of #751801

#751801
(117,24,1)
#812D18
(129,45,24)
#8D422F
(141,66,47)
#995746
(153,87,70)
#A56C5D
(165,108,93)
#B18174
(177,129,116)
#BD968B
(189,150,139)
#C9ABA2
(201,171,162)
#D5C0B9
(213,192,185)
#E1D5D0
(225,213,208)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751801 color. Also use rgb(117,24,1) instead hex code.

Text Font Color

.myTextColor { color: #751801; }

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

This text font color is #751801.


Background Color

.myBgColor { background-color: #751801; }

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

This div background color is #751801.


Border color

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

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

This div border color is #751801.


Opacity

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

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

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

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

This text has shadow with #751801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751801 on black background.


Color preview on white background

This text has color #751801 on white background.



Black color preview on #751801 background

This text has black color on #751801 background.


White color preview on #751801 background

This text has white color on #751801 background.