COLOR #75495D

HEX: #75495D
RGB: (117,73,93)

Color info

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

RGB color model

#75495D color RGB value is (117,73,93).

  • red value is 117;
  • green value is 73;
  • blue value is 93.
RGB:
(117,73,93)
(46%,29%,36%)

RGB channels and saturation

R 117 of 255 = 46%
G 73 of 255 = 29%
B 93 of 255 = 36%

117
73
93

R + G + B ~ 37%. #75495D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 73 + 93 = 283 (100%)
R 117 of 283 ~ 41.34%
G 73 of 283 ~ 25.8%
B 93 of 283 ~ 32.86%

%41.34
%25.8
%32.86

CMYK color model

#75495D color CMYK value is (0,38,21,54).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 20.51%
  • key color value is 54.12%
CMYK:
(0,38,21,54)
C0M38Y21K54 
(0%,38%,21%,54%)
(0.00/0.38/0.21/0.54)	

CMYK percentages

%0
%37.61
%20.51
%54.12

Codes

Color #75495D in popluar color models

75495D
RGB1177393
HSL333°23.16%37.25%
HSB/HSV333°37.61%45.88%
CMYK0.00%37.61%20.51%
54.12%

Color #75495D in popluar number systems.

HEX75495D
Decimal1177393
Binary111010110010011011101
Octal165111135

Shades and tints

Shades of #75495D

#75495D
(117,73,93)
#6B4355
(107,67,85)
#613D4D
(97,61,77)
#573745
(87,55,69)
#4D313D
(77,49,61)
#432B35
(67,43,53)
#39252D
(57,37,45)
#2F1F25
(47,31,37)
#25191D
(37,25,29)
#1B1315
(27,19,21)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #75495D

#75495D
(117,73,93)
#81596B
(129,89,107)
#8D6979
(141,105,121)
#997987
(153,121,135)
#A58995
(165,137,149)
#B199A3
(177,153,163)
#BDA9B1
(189,169,177)
#C9B9BF
(201,185,191)
#D5C9CD
(213,201,205)
#E1D9DB
(225,217,219)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75495D color. Also use rgb(117,73,93) instead hex code.

Text Font Color

.myTextColor { color: #75495D; }

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

This text font color is #75495D.


Background Color

.myBgColor { background-color: #75495D; }

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

This div background color is #75495D.


Border color

.myBorderColor { border: 1px solid #75495D; }

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

This div border color is #75495D.


Opacity

.myOpacity80 { color: #75495D; opacity: 0.8; }

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

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

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

This text has shadow with #75495D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75495D on black background.


Color preview on white background

This text has color #75495D on white background.



Black color preview on #75495D background

This text has black color on #75495D background.


White color preview on #75495D background

This text has white color on #75495D background.