COLOR #752B42

HEX: #752B42
RGB: (117,43,66)

Color info

#752B42 contains mainly red and blue colors. Web safe color of #752B42 is #663333 (or #633).

RGB color model

#752B42 color RGB value is (117,43,66).

  • red value is 117;
  • green value is 43;
  • blue value is 66.
RGB:
(117,43,66)
(46%,17%,26%)

RGB channels and saturation

R 117 of 255 = 46%
G 43 of 255 = 17%
B 66 of 255 = 26%

117
43
66

R + G + B ~ 30%. #752B42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 43 + 66 = 226 (100%)
R 117 of 226 ~ 51.77%
G 43 of 226 ~ 19.03%
B 66 of 226 ~ 29.2%

%51.77
%19.03
%29.2

CMYK color model

#752B42 color CMYK value is (0,63,44,54).

  • cyan value is 0.00%
  • magenta value is 63.25%
  • yellow value is 43.59%
  • key color value is 54.12%
CMYK:
(0,63,44,54)
C0M63Y44K54 
(0%,63%,44%,54%)
(0.00/0.63/0.44/0.54)	

CMYK percentages

%0
%63.25
%43.59
%54.12

Codes

Color #752B42 in popluar color models

752B42
RGB1174366
HSL341°46.25%31.37%
HSB/HSV341°63.25%45.88%
CMYK0.00%63.25%43.59%
54.12%

Color #752B42 in popluar number systems.

HEX752B42
Decimal1174366
Binary11101011010111000010
Octal16553102

Shades and tints

Shades of #752B42

#752B42
(117,43,66)
#6B283C
(107,40,60)
#612536
(97,37,54)
#572230
(87,34,48)
#4D1F2A
(77,31,42)
#431C24
(67,28,36)
#39191E
(57,25,30)
#2F1618
(47,22,24)
#251312
(37,19,18)
#1B100C
(27,16,12)
#110D06
(17,13,6)
#000000
(0,0,0)

Tints of #752B42

#752B42
(117,43,66)
#813E53
(129,62,83)
#8D5164
(141,81,100)
#996475
(153,100,117)
#A57786
(165,119,134)
#B18A97
(177,138,151)
#BD9DA8
(189,157,168)
#C9B0B9
(201,176,185)
#D5C3CA
(213,195,202)
#E1D6DB
(225,214,219)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752B42 color. Also use rgb(117,43,66) instead hex code.

Text Font Color

.myTextColor { color: #752B42; }

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

This text font color is #752B42.


Background Color

.myBgColor { background-color: #752B42; }

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

This div background color is #752B42.


Border color

.myBorderColor { border: 1px solid #752B42; }

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

This div border color is #752B42.


Opacity

.myOpacity80 { color: #752B42; opacity: 0.8; }

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

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

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

This text has shadow with #752B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752B42 on black background.


Color preview on white background

This text has color #752B42 on white background.



Black color preview on #752B42 background

This text has black color on #752B42 background.


White color preview on #752B42 background

This text has white color on #752B42 background.