COLOR #75365B

HEX: #75365B
RGB: (117,54,91)

Color info

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

RGB color model

#75365B color RGB value is (117,54,91).

  • red value is 117;
  • green value is 54;
  • blue value is 91.
RGB:
(117,54,91)
(46%,21%,36%)

RGB channels and saturation

R 117 of 255 = 46%
G 54 of 255 = 21%
B 91 of 255 = 36%

117
54
91

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

Portions of RGB colors in percentages

R + G + B =
117 + 54 + 91 = 262 (100%)
R 117 of 262 ~ 44.66%
G 54 of 262 ~ 20.61%
B 91 of 262 ~ 34.73%

%44.66
%20.61
%34.73

CMYK color model

#75365B color CMYK value is (0,54,22,54).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 22.22%
  • key color value is 54.12%
CMYK:
(0,54,22,54)
C0M54Y22K54 
(0%,54%,22%,54%)
(0.00/0.54/0.22/0.54)	

CMYK percentages

%0
%53.85
%22.22
%54.12

Codes

Color #75365B in popluar color models

75365B
RGB1175491
HSL325°36.84%33.53%
HSB/HSV325°53.85%45.88%
CMYK0.00%53.85%22.22%
54.12%

Color #75365B in popluar number systems.

HEX75365B
Decimal1175491
Binary11101011101101011011
Octal16566133

Shades and tints

Shades of #75365B

#75365B
(117,54,91)
#6B3253
(107,50,83)
#612E4B
(97,46,75)
#572A43
(87,42,67)
#4D263B
(77,38,59)
#432233
(67,34,51)
#391E2B
(57,30,43)
#2F1A23
(47,26,35)
#25161B
(37,22,27)
#1B1213
(27,18,19)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #75365B

#75365B
(117,54,91)
#814869
(129,72,105)
#8D5A77
(141,90,119)
#996C85
(153,108,133)
#A57E93
(165,126,147)
#B190A1
(177,144,161)
#BDA2AF
(189,162,175)
#C9B4BD
(201,180,189)
#D5C6CB
(213,198,203)
#E1D8D9
(225,216,217)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75365B color. Also use rgb(117,54,91) instead hex code.

Text Font Color

.myTextColor { color: #75365B; }

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

This text font color is #75365B.


Background Color

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

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

This div background color is #75365B.


Border color

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

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

This div border color is #75365B.


Opacity

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

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

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

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

This text has shadow with #75365B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75365B on black background.


Color preview on white background

This text has color #75365B on white background.



Black color preview on #75365B background

This text has black color on #75365B background.


White color preview on #75365B background

This text has white color on #75365B background.