COLOR #75394E

HEX: #75394E
RGB: (117,57,78)

Color info

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

RGB color model

#75394E color RGB value is (117,57,78).

  • red value is 117;
  • green value is 57;
  • blue value is 78.
RGB:
(117,57,78)
(46%,22%,31%)

RGB channels and saturation

R 117 of 255 = 46%
G 57 of 255 = 22%
B 78 of 255 = 31%

117
57
78

R + G + B ~ 33%. #75394E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 57 + 78 = 252 (100%)
R 117 of 252 ~ 46.43%
G 57 of 252 ~ 22.62%
B 78 of 252 ~ 30.95%

%46.43
%22.62
%30.95

CMYK color model

#75394E color CMYK value is (0,51,33,54).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 33.33%
  • key color value is 54.12%
CMYK:
(0,51,33,54)
C0M51Y33K54 
(0%,51%,33%,54%)
(0.00/0.51/0.33/0.54)	

CMYK percentages

%0
%51.28
%33.33
%54.12

Codes

Color #75394E in popluar color models

75394E
RGB1175778
HSL339°34.48%34.12%
HSB/HSV339°51.28%45.88%
CMYK0.00%51.28%33.33%
54.12%

Color #75394E in popluar number systems.

HEX75394E
Decimal1175778
Binary11101011110011001110
Octal16571116

Shades and tints

Shades of #75394E

#75394E
(117,57,78)
#6B3447
(107,52,71)
#612F40
(97,47,64)
#572A39
(87,42,57)
#4D2532
(77,37,50)
#43202B
(67,32,43)
#391B24
(57,27,36)
#2F161D
(47,22,29)
#251116
(37,17,22)
#1B0C0F
(27,12,15)
#110708
(17,7,8)
#000000
(0,0,0)

Tints of #75394E

#75394E
(117,57,78)
#814B5E
(129,75,94)
#8D5D6E
(141,93,110)
#996F7E
(153,111,126)
#A5818E
(165,129,142)
#B1939E
(177,147,158)
#BDA5AE
(189,165,174)
#C9B7BE
(201,183,190)
#D5C9CE
(213,201,206)
#E1DBDE
(225,219,222)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75394E color. Also use rgb(117,57,78) instead hex code.

Text Font Color

.myTextColor { color: #75394E; }

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

This text font color is #75394E.


Background Color

.myBgColor { background-color: #75394E; }

<div style="background-color:#75394E">Inner text</div>

This div background color is #75394E.


Border color

.myBorderColor { border: 1px solid #75394E; }

<div style="border:3px solid #75394E">Div</div>

This div border color is #75394E.


Opacity

.myOpacity80 { color: #75394E; opacity: 0.8; }

<p style="color:#75394E;opacity:0.8;">80%</p>

Text with #75394E 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 #75394E;}

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

This text has shadow with #75394E color.

.textShadow {text-shadow: 3px 3px 1px #75394E, 3px 3px 1px red;}

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

This text has shadow with #75394E primary color and red secondary color.


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

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

This text has shadow with #75394E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75394E on black background.


Color preview on white background

This text has color #75394E on white background.



Black color preview on #75394E background

This text has black color on #75394E background.


White color preview on #75394E background

This text has white color on #75394E background.