COLOR #75004B

HEX: #75004B
RGB: (117,0,75)

Color info

#75004B contains only red and blue colors. Web safe color of #75004B is #660033 (or #603).

RGB color model

#75004B color RGB value is (117,0,75).

  • red value is 117;
  • green value is 0;
  • blue value is 75.
RGB:
(117,0,75)
(46%,0%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 0 of 255 = 0%
B 75 of 255 = 29%

117
0
75

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

Portions of RGB colors in percentages

R + G + B =
117 + 0 + 75 = 192 (100%)
R 117 of 192 ~ 60.94%
G 0 of 192 ~ 0%
B 75 of 192 ~ 39.06%

%60.94
%39.06

CMYK color model

#75004B color CMYK value is (0,100,36,54).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 35.90%
  • key color value is 54.12%
CMYK:
(0,100,36,54)
C0M100Y36K54 
(0%,100%,36%,54%)
(0.00/1.00/0.36/0.54)	

CMYK percentages

%0
%100
%35.9
%54.12

Codes

Color #75004B in popluar color models

75004B
RGB117075
HSL322°100.00%22.94%
HSB/HSV322°100.00%45.88%
CMYK0.00%100.00%35.90%
54.12%

Color #75004B in popluar number systems.

HEX75004B
Decimal117075
Binary111010101001011
Octal1650113

Shades and tints

Shades of #75004B

#75004B
(117,0,75)
#6B0045
(107,0,69)
#61003F
(97,0,63)
#570039
(87,0,57)
#4D0033
(77,0,51)
#43002D
(67,0,45)
#390027
(57,0,39)
#2F0021
(47,0,33)
#25001B
(37,0,27)
#1B0015
(27,0,21)
#11000F
(17,0,15)
#000000
(0,0,0)

Tints of #75004B

#75004B
(117,0,75)
#81175B
(129,23,91)
#8D2E6B
(141,46,107)
#99457B
(153,69,123)
#A55C8B
(165,92,139)
#B1739B
(177,115,155)
#BD8AAB
(189,138,171)
#C9A1BB
(201,161,187)
#D5B8CB
(213,184,203)
#E1CFDB
(225,207,219)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75004B color. Also use rgb(117,0,75) instead hex code.

Text Font Color

.myTextColor { color: #75004B; }

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

This text font color is #75004B.


Background Color

.myBgColor { background-color: #75004B; }

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

This div background color is #75004B.


Border color

.myBorderColor { border: 1px solid #75004B; }

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

This div border color is #75004B.


Opacity

.myOpacity80 { color: #75004B; opacity: 0.8; }

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

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

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

This text has shadow with #75004B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75004B on black background.


Color preview on white background

This text has color #75004B on white background.



Black color preview on #75004B background

This text has black color on #75004B background.


White color preview on #75004B background

This text has white color on #75004B background.