COLOR #751534

HEX: #751534
RGB: (117,21,52)

Color info

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

RGB color model

#751534 color RGB value is (117,21,52).

  • red value is 117;
  • green value is 21;
  • blue value is 52.
RGB:
(117,21,52)
(46%,8%,20%)

RGB channels and saturation

R 117 of 255 = 46%
G 21 of 255 = 8%
B 52 of 255 = 20%

117
21
52

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

Portions of RGB colors in percentages

R + G + B =
117 + 21 + 52 = 190 (100%)
R 117 of 190 ~ 61.58%
G 21 of 190 ~ 11.05%
B 52 of 190 ~ 27.37%

%61.58
%11.05
%27.37

CMYK color model

#751534 color CMYK value is (0,82,56,54).

  • cyan value is 0.00%
  • magenta value is 82.05%
  • yellow value is 55.56%
  • key color value is 54.12%
CMYK:
(0,82,56,54)
C0M82Y56K54 
(0%,82%,56%,54%)
(0.00/0.82/0.56/0.54)	

CMYK percentages

%0
%82.05
%55.56
%54.12

Codes

Color #751534 in popluar color models

751534
RGB1172152
HSL341°69.57%27.06%
HSB/HSV341°82.05%45.88%
CMYK0.00%82.05%55.56%
54.12%

Color #751534 in popluar number systems.

HEX751534
Decimal1172152
Binary111010110101110100
Octal1652564

Shades and tints

Shades of #751534

#751534
(117,21,52)
#6B1430
(107,20,48)
#61132C
(97,19,44)
#571228
(87,18,40)
#4D1124
(77,17,36)
#431020
(67,16,32)
#390F1C
(57,15,28)
#2F0E18
(47,14,24)
#250D14
(37,13,20)
#1B0C10
(27,12,16)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #751534

#751534
(117,21,52)
#812A46
(129,42,70)
#8D3F58
(141,63,88)
#99546A
(153,84,106)
#A5697C
(165,105,124)
#B17E8E
(177,126,142)
#BD93A0
(189,147,160)
#C9A8B2
(201,168,178)
#D5BDC4
(213,189,196)
#E1D2D6
(225,210,214)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751534 color. Also use rgb(117,21,52) instead hex code.

Text Font Color

.myTextColor { color: #751534; }

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

This text font color is #751534.


Background Color

.myBgColor { background-color: #751534; }

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

This div background color is #751534.


Border color

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

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

This div border color is #751534.


Opacity

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

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

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

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

This text has shadow with #751534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751534 on black background.


Color preview on white background

This text has color #751534 on white background.



Black color preview on #751534 background

This text has black color on #751534 background.


White color preview on #751534 background

This text has white color on #751534 background.