COLOR #754F57

HEX: #754F57
RGB: (117,79,87)

Color info

#754F57 contains red, green and blue colors in about the same proportion. Web safe color of #754F57 is #666666 (or #666).

RGB color model

#754F57 color RGB value is (117,79,87).

  • red value is 117;
  • green value is 79;
  • blue value is 87.
RGB:
(117,79,87)
(46%,31%,34%)

RGB channels and saturation

R 117 of 255 = 46%
G 79 of 255 = 31%
B 87 of 255 = 34%

117
79
87

R + G + B ~ 37%. #754F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 79 + 87 = 283 (100%)
R 117 of 283 ~ 41.34%
G 79 of 283 ~ 27.92%
B 87 of 283 ~ 30.74%

%41.34
%27.92
%30.74

CMYK color model

#754F57 color CMYK value is (0,32,26,54).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 25.64%
  • key color value is 54.12%
CMYK:
(0,32,26,54)
C0M32Y26K54 
(0%,32%,26%,54%)
(0.00/0.32/0.26/0.54)	

CMYK percentages

%0
%32.48
%25.64
%54.12

Codes

Color #754F57 in popluar color models

754F57
RGB1177987
HSL347°19.39%38.43%
HSB/HSV347°32.48%45.88%
CMYK0.00%32.48%25.64%
54.12%

Color #754F57 in popluar number systems.

HEX754F57
Decimal1177987
Binary111010110011111010111
Octal165117127

Shades and tints

Shades of #754F57

#754F57
(117,79,87)
#6B4850
(107,72,80)
#614149
(97,65,73)
#573A42
(87,58,66)
#4D333B
(77,51,59)
#432C34
(67,44,52)
#39252D
(57,37,45)
#2F1E26
(47,30,38)
#25171F
(37,23,31)
#1B1018
(27,16,24)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #754F57

#754F57
(117,79,87)
#815F66
(129,95,102)
#8D6F75
(141,111,117)
#997F84
(153,127,132)
#A58F93
(165,143,147)
#B19FA2
(177,159,162)
#BDAFB1
(189,175,177)
#C9BFC0
(201,191,192)
#D5CFCF
(213,207,207)
#E1DFDE
(225,223,222)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754F57 color. Also use rgb(117,79,87) instead hex code.

Text Font Color

.myTextColor { color: #754F57; }

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

This text font color is #754F57.


Background Color

.myBgColor { background-color: #754F57; }

<div style="background-color:#754F57">Inner text</div>

This div background color is #754F57.


Border color

.myBorderColor { border: 1px solid #754F57; }

<div style="border:3px solid #754F57">Div</div>

This div border color is #754F57.


Opacity

.myOpacity80 { color: #754F57; opacity: 0.8; }

<p style="color:#754F57;opacity:0.8;">80%</p>

Text with #754F57 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 #754F57;}

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

This text has shadow with #754F57 color.

.textShadow {text-shadow: 3px 3px 1px #754F57, 3px 3px 1px red;}

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

This text has shadow with #754F57 primary color and red secondary color.


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

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

This text has shadow with #754F57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754F57 on black background.


Color preview on white background

This text has color #754F57 on white background.



Black color preview on #754F57 background

This text has black color on #754F57 background.


White color preview on #754F57 background

This text has white color on #754F57 background.