COLOR #75304B

HEX: #75304B
RGB: (117,48,75)

Color info

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

RGB color model

#75304B color RGB value is (117,48,75).

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

RGB channels and saturation

R 117 of 255 = 46%
G 48 of 255 = 19%
B 75 of 255 = 29%

117
48
75

R + G + B ~ 31%. #75304B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 48 + 75 = 240 (100%)
R 117 of 240 ~ 48.75%
G 48 of 240 ~ 20%
B 75 of 240 ~ 31.25%

%48.75
%20
%31.25

CMYK color model

#75304B color CMYK value is (0,59,36,54).

  • cyan value is 0.00%
  • magenta value is 58.97%
  • yellow value is 35.90%
  • key color value is 54.12%
CMYK:
(0,59,36,54)
C0M59Y36K54 
(0%,59%,36%,54%)
(0.00/0.59/0.36/0.54)	

CMYK percentages

%0
%58.97
%35.9
%54.12

Codes

Color #75304B in popluar color models

75304B
RGB1174875
HSL337°41.82%32.35%
HSB/HSV337°58.97%45.88%
CMYK0.00%58.97%35.90%
54.12%

Color #75304B in popluar number systems.

HEX75304B
Decimal1174875
Binary11101011100001001011
Octal16560113

Shades and tints

Shades of #75304B

#75304B
(117,48,75)
#6B2C45
(107,44,69)
#61283F
(97,40,63)
#572439
(87,36,57)
#4D2033
(77,32,51)
#431C2D
(67,28,45)
#391827
(57,24,39)
#2F1421
(47,20,33)
#25101B
(37,16,27)
#1B0C15
(27,12,21)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #75304B

#75304B
(117,48,75)
#81425B
(129,66,91)
#8D546B
(141,84,107)
#99667B
(153,102,123)
#A5788B
(165,120,139)
#B18A9B
(177,138,155)
#BD9CAB
(189,156,171)
#C9AEBB
(201,174,187)
#D5C0CB
(213,192,203)
#E1D2DB
(225,210,219)
#EDE4EB
(237,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75304B; }

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

This text font color is #75304B.


Background Color

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

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

This div background color is #75304B.


Border color

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

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

This div border color is #75304B.


Opacity

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

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

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

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

This text has shadow with #75304B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75304B on black background.


Color preview on white background

This text has color #75304B on white background.



Black color preview on #75304B background

This text has black color on #75304B background.


White color preview on #75304B background

This text has white color on #75304B background.