COLOR #754B53

HEX: #754B53
RGB: (117,75,83)

Color info

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

RGB color model

#754B53 color RGB value is (117,75,83).

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

RGB channels and saturation

R 117 of 255 = 46%
G 75 of 255 = 29%
B 83 of 255 = 33%

117
75
83

R + G + B ~ 36%. #754B53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 75 + 83 = 275 (100%)
R 117 of 275 ~ 42.55%
G 75 of 275 ~ 27.27%
B 83 of 275 ~ 30.18%

%42.55
%27.27
%30.18

CMYK color model

#754B53 color CMYK value is (0,36,29,54).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 29.06%
  • key color value is 54.12%
CMYK:
(0,36,29,54)
C0M36Y29K54 
(0%,36%,29%,54%)
(0.00/0.36/0.29/0.54)	

CMYK percentages

%0
%35.9
%29.06
%54.12

Codes

Color #754B53 in popluar color models

754B53
RGB1177583
HSL349°21.88%37.65%
HSB/HSV349°35.90%45.88%
CMYK0.00%35.90%29.06%
54.12%

Color #754B53 in popluar number systems.

HEX754B53
Decimal1177583
Binary111010110010111010011
Octal165113123

Shades and tints

Shades of #754B53

#754B53
(117,75,83)
#6B454C
(107,69,76)
#613F45
(97,63,69)
#57393E
(87,57,62)
#4D3337
(77,51,55)
#432D30
(67,45,48)
#392729
(57,39,41)
#2F2122
(47,33,34)
#251B1B
(37,27,27)
#1B1514
(27,21,20)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #754B53

#754B53
(117,75,83)
#815B62
(129,91,98)
#8D6B71
(141,107,113)
#997B80
(153,123,128)
#A58B8F
(165,139,143)
#B19B9E
(177,155,158)
#BDABAD
(189,171,173)
#C9BBBC
(201,187,188)
#D5CBCB
(213,203,203)
#E1DBDA
(225,219,218)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754B53; }

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

This text font color is #754B53.


Background Color

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

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

This div background color is #754B53.


Border color

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

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

This div border color is #754B53.


Opacity

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

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

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

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

This text has shadow with #754B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754B53 on black background.


Color preview on white background

This text has color #754B53 on white background.



Black color preview on #754B53 background

This text has black color on #754B53 background.


White color preview on #754B53 background

This text has white color on #754B53 background.