COLOR #752145

HEX: #752145
RGB: (117,33,69)

Color info

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

RGB color model

#752145 color RGB value is (117,33,69).

  • red value is 117;
  • green value is 33;
  • blue value is 69.
RGB:
(117,33,69)
(46%,13%,27%)

RGB channels and saturation

R 117 of 255 = 46%
G 33 of 255 = 13%
B 69 of 255 = 27%

117
33
69

R + G + B ~ 29%. #752145 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 33 + 69 = 219 (100%)
R 117 of 219 ~ 53.42%
G 33 of 219 ~ 15.07%
B 69 of 219 ~ 31.51%

%53.42
%15.07
%31.51

CMYK color model

#752145 color CMYK value is (0,72,41,54).

  • cyan value is 0.00%
  • magenta value is 71.79%
  • yellow value is 41.03%
  • key color value is 54.12%
CMYK:
(0,72,41,54)
C0M72Y41K54 
(0%,72%,41%,54%)
(0.00/0.72/0.41/0.54)	

CMYK percentages

%0
%71.79
%41.03
%54.12

Codes

Color #752145 in popluar color models

752145
RGB1173369
HSL334°56.00%29.41%
HSB/HSV334°71.79%45.88%
CMYK0.00%71.79%41.03%
54.12%

Color #752145 in popluar number systems.

HEX752145
Decimal1173369
Binary11101011000011000101
Octal16541105

Shades and tints

Shades of #752145

#752145
(117,33,69)
#6B1E3F
(107,30,63)
#611B39
(97,27,57)
#571833
(87,24,51)
#4D152D
(77,21,45)
#431227
(67,18,39)
#390F21
(57,15,33)
#2F0C1B
(47,12,27)
#250915
(37,9,21)
#1B060F
(27,6,15)
#110309
(17,3,9)
#000000
(0,0,0)

Tints of #752145

#752145
(117,33,69)
#813555
(129,53,85)
#8D4965
(141,73,101)
#995D75
(153,93,117)
#A57185
(165,113,133)
#B18595
(177,133,149)
#BD99A5
(189,153,165)
#C9ADB5
(201,173,181)
#D5C1C5
(213,193,197)
#E1D5D5
(225,213,213)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752145 color. Also use rgb(117,33,69) instead hex code.

Text Font Color

.myTextColor { color: #752145; }

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

This text font color is #752145.


Background Color

.myBgColor { background-color: #752145; }

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

This div background color is #752145.


Border color

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

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

This div border color is #752145.


Opacity

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

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

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

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

This text has shadow with #752145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752145 on black background.


Color preview on white background

This text has color #752145 on white background.



Black color preview on #752145 background

This text has black color on #752145 background.


White color preview on #752145 background

This text has white color on #752145 background.