COLOR #75445F

HEX: #75445F
RGB: (117,68,95)

Color info

#75445F contains red, green and blue colors in about the same proportion. Web safe color of #75445F is #663366 (or #636).

RGB color model

#75445F color RGB value is (117,68,95).

  • red value is 117;
  • green value is 68;
  • blue value is 95.
RGB:
(117,68,95)
(46%,27%,37%)

RGB channels and saturation

R 117 of 255 = 46%
G 68 of 255 = 27%
B 95 of 255 = 37%

117
68
95

R + G + B ~ 37%. #75445F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 68 + 95 = 280 (100%)
R 117 of 280 ~ 41.79%
G 68 of 280 ~ 24.29%
B 95 of 280 ~ 33.93%

%41.79
%24.29
%33.93

CMYK color model

#75445F color CMYK value is (0,42,19,54).

  • cyan value is 0.00%
  • magenta value is 41.88%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,42,19,54)
C0M42Y19K54 
(0%,42%,19%,54%)
(0.00/0.42/0.19/0.54)	

CMYK percentages

%0
%41.88
%18.8
%54.12

Codes

Color #75445F in popluar color models

75445F
RGB1176895
HSL327°26.49%36.27%
HSB/HSV327°41.88%45.88%
CMYK0.00%41.88%18.80%
54.12%

Color #75445F in popluar number systems.

HEX75445F
Decimal1176895
Binary111010110001001011111
Octal165104137

Shades and tints

Shades of #75445F

#75445F
(117,68,95)
#6B3E57
(107,62,87)
#61384F
(97,56,79)
#573247
(87,50,71)
#4D2C3F
(77,44,63)
#432637
(67,38,55)
#39202F
(57,32,47)
#2F1A27
(47,26,39)
#25141F
(37,20,31)
#1B0E17
(27,14,23)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #75445F

#75445F
(117,68,95)
#81556D
(129,85,109)
#8D667B
(141,102,123)
#997789
(153,119,137)
#A58897
(165,136,151)
#B199A5
(177,153,165)
#BDAAB3
(189,170,179)
#C9BBC1
(201,187,193)
#D5CCCF
(213,204,207)
#E1DDDD
(225,221,221)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75445F color. Also use rgb(117,68,95) instead hex code.

Text Font Color

.myTextColor { color: #75445F; }

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

This text font color is #75445F.


Background Color

.myBgColor { background-color: #75445F; }

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

This div background color is #75445F.


Border color

.myBorderColor { border: 1px solid #75445F; }

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

This div border color is #75445F.


Opacity

.myOpacity80 { color: #75445F; opacity: 0.8; }

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

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

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

This text has shadow with #75445F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75445F on black background.


Color preview on white background

This text has color #75445F on white background.



Black color preview on #75445F background

This text has black color on #75445F background.


White color preview on #75445F background

This text has white color on #75445F background.