COLOR #751E16

HEX: #751E16
RGB: (117,30,22)

Color info

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

RGB color model

#751E16 color RGB value is (117,30,22).

  • red value is 117;
  • green value is 30;
  • blue value is 22.
RGB:
(117,30,22)
(46%,12%,9%)

RGB channels and saturation

R 117 of 255 = 46%
G 30 of 255 = 12%
B 22 of 255 = 9%

117
30
22

R + G + B ~ 22%. #751E16 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 30 + 22 = 169 (100%)
R 117 of 169 ~ 69.23%
G 30 of 169 ~ 17.75%
B 22 of 169 ~ 13.02%

%69.23
%17.75
%13.02

CMYK color model

#751E16 color CMYK value is (0,74,81,54).

  • cyan value is 0.00%
  • magenta value is 74.36%
  • yellow value is 81.20%
  • key color value is 54.12%
CMYK:
(0,74,81,54)
C0M74Y81K54 
(0%,74%,81%,54%)
(0.00/0.74/0.81/0.54)	

CMYK percentages

%0
%74.36
%81.2
%54.12

Codes

Color #751E16 in popluar color models

751E16
RGB1173022
HSL68.35%27.25%
HSB/HSV81.20%45.88%
CMYK0.00%74.36%81.20%
54.12%

Color #751E16 in popluar number systems.

HEX751E16
Decimal1173022
Binary11101011111010110
Octal1653626

Shades and tints

Shades of #751E16

#751E16
(117,30,22)
#6B1C14
(107,28,20)
#611A12
(97,26,18)
#571810
(87,24,16)
#4D160E
(77,22,14)
#43140C
(67,20,12)
#39120A
(57,18,10)
#2F1008
(47,16,8)
#250E06
(37,14,6)
#1B0C04
(27,12,4)
#110A02
(17,10,2)
#000000
(0,0,0)

Tints of #751E16

#751E16
(117,30,22)
#81322B
(129,50,43)
#8D4640
(141,70,64)
#995A55
(153,90,85)
#A56E6A
(165,110,106)
#B1827F
(177,130,127)
#BD9694
(189,150,148)
#C9AAA9
(201,170,169)
#D5BEBE
(213,190,190)
#E1D2D3
(225,210,211)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751E16 color. Also use rgb(117,30,22) instead hex code.

Text Font Color

.myTextColor { color: #751E16; }

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

This text font color is #751E16.


Background Color

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

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

This div background color is #751E16.


Border color

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

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

This div border color is #751E16.


Opacity

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

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

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

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

This text has shadow with #751E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751E16 on black background.


Color preview on white background

This text has color #751E16 on white background.



Black color preview on #751E16 background

This text has black color on #751E16 background.


White color preview on #751E16 background

This text has white color on #751E16 background.