COLOR #752143

HEX: #752143
RGB: (117,33,67)

Color info

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

RGB color model

#752143 color RGB value is (117,33,67).

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

RGB channels and saturation

R 117 of 255 = 46%
G 33 of 255 = 13%
B 67 of 255 = 26%

117
33
67

R + G + B ~ 28%. #752143 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 33 + 67 = 217 (100%)
R 117 of 217 ~ 53.92%
G 33 of 217 ~ 15.21%
B 67 of 217 ~ 30.88%

%53.92
%15.21
%30.88

CMYK color model

#752143 color CMYK value is (0,72,43,54).

  • cyan value is 0.00%
  • magenta value is 71.79%
  • yellow value is 42.74%
  • key color value is 54.12%
CMYK:
(0,72,43,54)
C0M72Y43K54 
(0%,72%,43%,54%)
(0.00/0.72/0.43/0.54)	

CMYK percentages

%0
%71.79
%42.74
%54.12

Codes

Color #752143 in popluar color models

752143
RGB1173367
HSL336°56.00%29.41%
HSB/HSV336°71.79%45.88%
CMYK0.00%71.79%42.74%
54.12%

Color #752143 in popluar number systems.

HEX752143
Decimal1173367
Binary11101011000011000011
Octal16541103

Shades and tints

Shades of #752143

#752143
(117,33,67)
#6B1E3D
(107,30,61)
#611B37
(97,27,55)
#571831
(87,24,49)
#4D152B
(77,21,43)
#431225
(67,18,37)
#390F1F
(57,15,31)
#2F0C19
(47,12,25)
#250913
(37,9,19)
#1B060D
(27,6,13)
#110307
(17,3,7)
#000000
(0,0,0)

Tints of #752143

#752143
(117,33,67)
#813554
(129,53,84)
#8D4965
(141,73,101)
#995D76
(153,93,118)
#A57187
(165,113,135)
#B18598
(177,133,152)
#BD99A9
(189,153,169)
#C9ADBA
(201,173,186)
#D5C1CB
(213,193,203)
#E1D5DC
(225,213,220)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752143; }

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

This text font color is #752143.


Background Color

.myBgColor { background-color: #752143; }

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

This div background color is #752143.


Border color

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

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

This div border color is #752143.


Opacity

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

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

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

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

This text has shadow with #752143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752143 on black background.


Color preview on white background

This text has color #752143 on white background.



Black color preview on #752143 background

This text has black color on #752143 background.


White color preview on #752143 background

This text has white color on #752143 background.