COLOR #754F54

HEX: #754F54
RGB: (117,79,84)

Color info

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

RGB color model

#754F54 color RGB value is (117,79,84).

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

RGB channels and saturation

R 117 of 255 = 46%
G 79 of 255 = 31%
B 84 of 255 = 33%

117
79
84

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

Portions of RGB colors in percentages

R + G + B =
117 + 79 + 84 = 280 (100%)
R 117 of 280 ~ 41.79%
G 79 of 280 ~ 28.21%
B 84 of 280 ~ 30%

%41.79
%28.21
%30

CMYK color model

#754F54 color CMYK value is (0,32,28,54).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 28.21%
  • key color value is 54.12%
CMYK:
(0,32,28,54)
C0M32Y28K54 
(0%,32%,28%,54%)
(0.00/0.32/0.28/0.54)	

CMYK percentages

%0
%32.48
%28.21
%54.12

Codes

Color #754F54 in popluar color models

754F54
RGB1177984
HSL352°19.39%38.43%
HSB/HSV352°32.48%45.88%
CMYK0.00%32.48%28.21%
54.12%

Color #754F54 in popluar number systems.

HEX754F54
Decimal1177984
Binary111010110011111010100
Octal165117124

Shades and tints

Shades of #754F54

#754F54
(117,79,84)
#6B484D
(107,72,77)
#614146
(97,65,70)
#573A3F
(87,58,63)
#4D3338
(77,51,56)
#432C31
(67,44,49)
#39252A
(57,37,42)
#2F1E23
(47,30,35)
#25171C
(37,23,28)
#1B1015
(27,16,21)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #754F54

#754F54
(117,79,84)
#815F63
(129,95,99)
#8D6F72
(141,111,114)
#997F81
(153,127,129)
#A58F90
(165,143,144)
#B19F9F
(177,159,159)
#BDAFAE
(189,175,174)
#C9BFBD
(201,191,189)
#D5CFCC
(213,207,204)
#E1DFDB
(225,223,219)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754F54; }

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

This text font color is #754F54.


Background Color

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

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

This div background color is #754F54.


Border color

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

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

This div border color is #754F54.


Opacity

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

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

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

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

This text has shadow with #754F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754F54 on black background.


Color preview on white background

This text has color #754F54 on white background.



Black color preview on #754F54 background

This text has black color on #754F54 background.


White color preview on #754F54 background

This text has white color on #754F54 background.