COLOR #751723

HEX: #751723
RGB: (117,23,35)

Color info

#751723 contains mainly red color. Web safe color of #751723 is #660033 (or #603).

RGB color model

#751723 color RGB value is (117,23,35).

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

RGB channels and saturation

R 117 of 255 = 46%
G 23 of 255 = 9%
B 35 of 255 = 14%

117
23
35

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

Portions of RGB colors in percentages

R + G + B =
117 + 23 + 35 = 175 (100%)
R 117 of 175 ~ 66.86%
G 23 of 175 ~ 13.14%
B 35 of 175 ~ 20%

%66.86
%13.14
%20

CMYK color model

#751723 color CMYK value is (0,80,70,54).

  • cyan value is 0.00%
  • magenta value is 80.34%
  • yellow value is 70.09%
  • key color value is 54.12%
CMYK:
(0,80,70,54)
C0M80Y70K54 
(0%,80%,70%,54%)
(0.00/0.80/0.70/0.54)	

CMYK percentages

%0
%80.34
%70.09
%54.12

Codes

Color #751723 in popluar color models

751723
RGB1172335
HSL352°67.14%27.45%
HSB/HSV352°80.34%45.88%
CMYK0.00%80.34%70.09%
54.12%

Color #751723 in popluar number systems.

HEX751723
Decimal1172335
Binary111010110111100011
Octal1652743

Shades and tints

Shades of #751723

#751723
(117,23,35)
#6B1520
(107,21,32)
#61131D
(97,19,29)
#57111A
(87,17,26)
#4D0F17
(77,15,23)
#430D14
(67,13,20)
#390B11
(57,11,17)
#2F090E
(47,9,14)
#25070B
(37,7,11)
#1B0508
(27,5,8)
#110305
(17,3,5)
#000000
(0,0,0)

Tints of #751723

#751723
(117,23,35)
#812C37
(129,44,55)
#8D414B
(141,65,75)
#99565F
(153,86,95)
#A56B73
(165,107,115)
#B18087
(177,128,135)
#BD959B
(189,149,155)
#C9AAAF
(201,170,175)
#D5BFC3
(213,191,195)
#E1D4D7
(225,212,215)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751723; }

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

This text font color is #751723.


Background Color

.myBgColor { background-color: #751723; }

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

This div background color is #751723.


Border color

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

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

This div border color is #751723.


Opacity

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

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

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

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

This text has shadow with #751723 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751723 on black background.


Color preview on white background

This text has color #751723 on white background.



Black color preview on #751723 background

This text has black color on #751723 background.


White color preview on #751723 background

This text has white color on #751723 background.