COLOR #751932

HEX: #751932
RGB: (117,25,50)

Color info

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

RGB color model

#751932 color RGB value is (117,25,50).

  • red value is 117;
  • green value is 25;
  • blue value is 50.
RGB:
(117,25,50)
(46%,10%,20%)

RGB channels and saturation

R 117 of 255 = 46%
G 25 of 255 = 10%
B 50 of 255 = 20%

117
25
50

R + G + B ~ 25%. #751932 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 25 + 50 = 192 (100%)
R 117 of 192 ~ 60.94%
G 25 of 192 ~ 13.02%
B 50 of 192 ~ 26.04%

%60.94
%13.02
%26.04

CMYK color model

#751932 color CMYK value is (0,79,57,54).

  • cyan value is 0.00%
  • magenta value is 78.63%
  • yellow value is 57.26%
  • key color value is 54.12%
CMYK:
(0,79,57,54)
C0M79Y57K54 
(0%,79%,57%,54%)
(0.00/0.79/0.57/0.54)	

CMYK percentages

%0
%78.63
%57.26
%54.12

Codes

Color #751932 in popluar color models

751932
RGB1172550
HSL344°64.79%27.84%
HSB/HSV344°78.63%45.88%
CMYK0.00%78.63%57.26%
54.12%

Color #751932 in popluar number systems.

HEX751932
Decimal1172550
Binary111010111001110010
Octal1653162

Shades and tints

Shades of #751932

#751932
(117,25,50)
#6B172E
(107,23,46)
#61152A
(97,21,42)
#571326
(87,19,38)
#4D1122
(77,17,34)
#430F1E
(67,15,30)
#390D1A
(57,13,26)
#2F0B16
(47,11,22)
#250912
(37,9,18)
#1B070E
(27,7,14)
#11050A
(17,5,10)
#000000
(0,0,0)

Tints of #751932

#751932
(117,25,50)
#812D44
(129,45,68)
#8D4156
(141,65,86)
#995568
(153,85,104)
#A5697A
(165,105,122)
#B17D8C
(177,125,140)
#BD919E
(189,145,158)
#C9A5B0
(201,165,176)
#D5B9C2
(213,185,194)
#E1CDD4
(225,205,212)
#EDE1E6
(237,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751932 color. Also use rgb(117,25,50) instead hex code.

Text Font Color

.myTextColor { color: #751932; }

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

This text font color is #751932.


Background Color

.myBgColor { background-color: #751932; }

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

This div background color is #751932.


Border color

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

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

This div border color is #751932.


Opacity

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

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

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

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

This text has shadow with #751932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751932 on black background.


Color preview on white background

This text has color #751932 on white background.



Black color preview on #751932 background

This text has black color on #751932 background.


White color preview on #751932 background

This text has white color on #751932 background.