COLOR #751F1C

HEX: #751F1C
RGB: (117,31,28)

Color info

#751F1C contains mainly red color. Web safe color of #751F1C is #663333 (or #633).

RGB color model

#751F1C color RGB value is (117,31,28).

  • red value is 117;
  • green value is 31;
  • blue value is 28.
RGB:
(117,31,28)
(46%,12%,11%)

RGB channels and saturation

R 117 of 255 = 46%
G 31 of 255 = 12%
B 28 of 255 = 11%

117
31
28

R + G + B ~ 23%. #751F1C is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 31 + 28 = 176 (100%)
R 117 of 176 ~ 66.48%
G 31 of 176 ~ 17.61%
B 28 of 176 ~ 15.91%

%66.48
%17.61
%15.91

CMYK color model

#751F1C color CMYK value is (0,74,76,54).

  • cyan value is 0.00%
  • magenta value is 73.50%
  • yellow value is 76.07%
  • key color value is 54.12%
CMYK:
(0,74,76,54)
C0M74Y76K54 
(0%,74%,76%,54%)
(0.00/0.74/0.76/0.54)	

CMYK percentages

%0
%73.5
%76.07
%54.12

Codes

Color #751F1C in popluar color models

751F1C
RGB1173128
HSL61.38%28.43%
HSB/HSV76.07%45.88%
CMYK0.00%73.50%76.07%
54.12%

Color #751F1C in popluar number systems.

HEX751F1C
Decimal1173128
Binary11101011111111100
Octal1653734

Shades and tints

Shades of #751F1C

#751F1C
(117,31,28)
#6B1D1A
(107,29,26)
#611B18
(97,27,24)
#571916
(87,25,22)
#4D1714
(77,23,20)
#431512
(67,21,18)
#391310
(57,19,16)
#2F110E
(47,17,14)
#250F0C
(37,15,12)
#1B0D0A
(27,13,10)
#110B08
(17,11,8)
#000000
(0,0,0)

Tints of #751F1C

#751F1C
(117,31,28)
#813330
(129,51,48)
#8D4744
(141,71,68)
#995B58
(153,91,88)
#A56F6C
(165,111,108)
#B18380
(177,131,128)
#BD9794
(189,151,148)
#C9ABA8
(201,171,168)
#D5BFBC
(213,191,188)
#E1D3D0
(225,211,208)
#EDE7E4
(237,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751F1C color. Also use rgb(117,31,28) instead hex code.

Text Font Color

.myTextColor { color: #751F1C; }

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

This text font color is #751F1C.


Background Color

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

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

This div background color is #751F1C.


Border color

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

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

This div border color is #751F1C.


Opacity

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

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

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

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

This text has shadow with #751F1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751F1C on black background.


Color preview on white background

This text has color #751F1C on white background.



Black color preview on #751F1C background

This text has black color on #751F1C background.


White color preview on #751F1C background

This text has white color on #751F1C background.