COLOR #75254A

HEX: #75254A
RGB: (117,37,74)

Color info

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

RGB color model

#75254A color RGB value is (117,37,74).

  • red value is 117;
  • green value is 37;
  • blue value is 74.
RGB:
(117,37,74)
(46%,15%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 37 of 255 = 15%
B 74 of 255 = 29%

117
37
74

R + G + B ~ 30%. #75254A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 37 + 74 = 228 (100%)
R 117 of 228 ~ 51.32%
G 37 of 228 ~ 16.23%
B 74 of 228 ~ 32.46%

%51.32
%16.23
%32.46

CMYK color model

#75254A color CMYK value is (0,68,37,54).

  • cyan value is 0.00%
  • magenta value is 68.38%
  • yellow value is 36.75%
  • key color value is 54.12%
CMYK:
(0,68,37,54)
C0M68Y37K54 
(0%,68%,37%,54%)
(0.00/0.68/0.37/0.54)	

CMYK percentages

%0
%68.38
%36.75
%54.12

Codes

Color #75254A in popluar color models

75254A
RGB1173774
HSL332°51.95%30.20%
HSB/HSV332°68.38%45.88%
CMYK0.00%68.38%36.75%
54.12%

Color #75254A in popluar number systems.

HEX75254A
Decimal1173774
Binary11101011001011001010
Octal16545112

Shades and tints

Shades of #75254A

#75254A
(117,37,74)
#6B2244
(107,34,68)
#611F3E
(97,31,62)
#571C38
(87,28,56)
#4D1932
(77,25,50)
#43162C
(67,22,44)
#391326
(57,19,38)
#2F1020
(47,16,32)
#250D1A
(37,13,26)
#1B0A14
(27,10,20)
#11070E
(17,7,14)
#000000
(0,0,0)

Tints of #75254A

#75254A
(117,37,74)
#81385A
(129,56,90)
#8D4B6A
(141,75,106)
#995E7A
(153,94,122)
#A5718A
(165,113,138)
#B1849A
(177,132,154)
#BD97AA
(189,151,170)
#C9AABA
(201,170,186)
#D5BDCA
(213,189,202)
#E1D0DA
(225,208,218)
#EDE3EA
(237,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75254A color. Also use rgb(117,37,74) instead hex code.

Text Font Color

.myTextColor { color: #75254A; }

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

This text font color is #75254A.


Background Color

.myBgColor { background-color: #75254A; }

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

This div background color is #75254A.


Border color

.myBorderColor { border: 1px solid #75254A; }

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

This div border color is #75254A.


Opacity

.myOpacity80 { color: #75254A; opacity: 0.8; }

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

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

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

This text has shadow with #75254A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75254A on black background.


Color preview on white background

This text has color #75254A on white background.



Black color preview on #75254A background

This text has black color on #75254A background.


White color preview on #75254A background

This text has white color on #75254A background.