COLOR #754B5F

HEX: #754B5F
RGB: (117,75,95)

Color info

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

RGB color model

#754B5F color RGB value is (117,75,95).

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

RGB channels and saturation

R 117 of 255 = 46%
G 75 of 255 = 29%
B 95 of 255 = 37%

117
75
95

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

Portions of RGB colors in percentages

R + G + B =
117 + 75 + 95 = 287 (100%)
R 117 of 287 ~ 40.77%
G 75 of 287 ~ 26.13%
B 95 of 287 ~ 33.1%

%40.77
%26.13
%33.1

CMYK color model

#754B5F color CMYK value is (0,36,19,54).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,36,19,54)
C0M36Y19K54 
(0%,36%,19%,54%)
(0.00/0.36/0.19/0.54)	

CMYK percentages

%0
%35.9
%18.8
%54.12

Codes

Color #754B5F in popluar color models

754B5F
RGB1177595
HSL331°21.88%37.65%
HSB/HSV331°35.90%45.88%
CMYK0.00%35.90%18.80%
54.12%

Color #754B5F in popluar number systems.

HEX754B5F
Decimal1177595
Binary111010110010111011111
Octal165113137

Shades and tints

Shades of #754B5F

#754B5F
(117,75,95)
#6B4557
(107,69,87)
#613F4F
(97,63,79)
#573947
(87,57,71)
#4D333F
(77,51,63)
#432D37
(67,45,55)
#39272F
(57,39,47)
#2F2127
(47,33,39)
#251B1F
(37,27,31)
#1B1517
(27,21,23)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #754B5F

#754B5F
(117,75,95)
#815B6D
(129,91,109)
#8D6B7B
(141,107,123)
#997B89
(153,123,137)
#A58B97
(165,139,151)
#B19BA5
(177,155,165)
#BDABB3
(189,171,179)
#C9BBC1
(201,187,193)
#D5CBCF
(213,203,207)
#E1DBDD
(225,219,221)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754B5F color. Also use rgb(117,75,95) instead hex code.

Text Font Color

.myTextColor { color: #754B5F; }

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

This text font color is #754B5F.


Background Color

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

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

This div background color is #754B5F.


Border color

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

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

This div border color is #754B5F.


Opacity

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

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

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

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

This text has shadow with #754B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754B5F on black background.


Color preview on white background

This text has color #754B5F on white background.



Black color preview on #754B5F background

This text has black color on #754B5F background.


White color preview on #754B5F background

This text has white color on #754B5F background.