COLOR #75335F

HEX: #75335F
RGB: (117,51,95)

Color info

#75335F contains mainly red and blue colors. Web safe color of #75335F is #663366 (or #636).

RGB color model

#75335F color RGB value is (117,51,95).

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

RGB channels and saturation

R 117 of 255 = 46%
G 51 of 255 = 20%
B 95 of 255 = 37%

117
51
95

R + G + B ~ 34%. #75335F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 51 + 95 = 263 (100%)
R 117 of 263 ~ 44.49%
G 51 of 263 ~ 19.39%
B 95 of 263 ~ 36.12%

%44.49
%19.39
%36.12

CMYK color model

#75335F color CMYK value is (0,56,19,54).

  • cyan value is 0.00%
  • magenta value is 56.41%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,56,19,54)
C0M56Y19K54 
(0%,56%,19%,54%)
(0.00/0.56/0.19/0.54)	

CMYK percentages

%0
%56.41
%18.8
%54.12

Codes

Color #75335F in popluar color models

75335F
RGB1175195
HSL320°39.29%32.94%
HSB/HSV320°56.41%45.88%
CMYK0.00%56.41%18.80%
54.12%

Color #75335F in popluar number systems.

HEX75335F
Decimal1175195
Binary11101011100111011111
Octal16563137

Shades and tints

Shades of #75335F

#75335F
(117,51,95)
#6B2F57
(107,47,87)
#612B4F
(97,43,79)
#572747
(87,39,71)
#4D233F
(77,35,63)
#431F37
(67,31,55)
#391B2F
(57,27,47)
#2F1727
(47,23,39)
#25131F
(37,19,31)
#1B0F17
(27,15,23)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #75335F

#75335F
(117,51,95)
#81456D
(129,69,109)
#8D577B
(141,87,123)
#996989
(153,105,137)
#A57B97
(165,123,151)
#B18DA5
(177,141,165)
#BD9FB3
(189,159,179)
#C9B1C1
(201,177,193)
#D5C3CF
(213,195,207)
#E1D5DD
(225,213,221)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75335F; }

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

This text font color is #75335F.


Background Color

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

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

This div background color is #75335F.


Border color

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

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

This div border color is #75335F.


Opacity

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

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

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

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

This text has shadow with #75335F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75335F on black background.


Color preview on white background

This text has color #75335F on white background.



Black color preview on #75335F background

This text has black color on #75335F background.


White color preview on #75335F background

This text has white color on #75335F background.