COLOR #751E5E

HEX: #751E5E
RGB: (117,30,94)

Color info

#751E5E contains mainly red and blue colors. Web safe color of #751E5E is #663366 (or #636).

RGB color model

#751E5E color RGB value is (117,30,94).

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

RGB channels and saturation

R 117 of 255 = 46%
G 30 of 255 = 12%
B 94 of 255 = 37%

117
30
94

R + G + B ~ 32%. #751E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 30 + 94 = 241 (100%)
R 117 of 241 ~ 48.55%
G 30 of 241 ~ 12.45%
B 94 of 241 ~ 39%

%48.55
%12.45
%39

CMYK color model

#751E5E color CMYK value is (0,74,20,54).

  • cyan value is 0.00%
  • magenta value is 74.36%
  • yellow value is 19.66%
  • key color value is 54.12%
CMYK:
(0,74,20,54)
C0M74Y20K54 
(0%,74%,20%,54%)
(0.00/0.74/0.20/0.54)	

CMYK percentages

%0
%74.36
%19.66
%54.12

Codes

Color #751E5E in popluar color models

751E5E
RGB1173094
HSL316°59.18%28.82%
HSB/HSV316°74.36%45.88%
CMYK0.00%74.36%19.66%
54.12%

Color #751E5E in popluar number systems.

HEX751E5E
Decimal1173094
Binary1110101111101011110
Octal16536136

Shades and tints

Shades of #751E5E

#751E5E
(117,30,94)
#6B1C56
(107,28,86)
#611A4E
(97,26,78)
#571846
(87,24,70)
#4D163E
(77,22,62)
#431436
(67,20,54)
#39122E
(57,18,46)
#2F1026
(47,16,38)
#250E1E
(37,14,30)
#1B0C16
(27,12,22)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #751E5E

#751E5E
(117,30,94)
#81326C
(129,50,108)
#8D467A
(141,70,122)
#995A88
(153,90,136)
#A56E96
(165,110,150)
#B182A4
(177,130,164)
#BD96B2
(189,150,178)
#C9AAC0
(201,170,192)
#D5BECE
(213,190,206)
#E1D2DC
(225,210,220)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #751E5E; }

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

This text font color is #751E5E.


Background Color

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

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

This div background color is #751E5E.


Border color

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

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

This div border color is #751E5E.


Opacity

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

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

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

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

This text has shadow with #751E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751E5E on black background.


Color preview on white background

This text has color #751E5E on white background.



Black color preview on #751E5E background

This text has black color on #751E5E background.


White color preview on #751E5E background

This text has white color on #751E5E background.