COLOR #754B51

HEX: #754B51
RGB: (117,75,81)

Color info

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

RGB color model

#754B51 color RGB value is (117,75,81).

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

RGB channels and saturation

R 117 of 255 = 46%
G 75 of 255 = 29%
B 81 of 255 = 32%

117
75
81

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

Portions of RGB colors in percentages

R + G + B =
117 + 75 + 81 = 273 (100%)
R 117 of 273 ~ 42.86%
G 75 of 273 ~ 27.47%
B 81 of 273 ~ 29.67%

%42.86
%27.47
%29.67

CMYK color model

#754B51 color CMYK value is (0,36,31,54).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 30.77%
  • key color value is 54.12%
CMYK:
(0,36,31,54)
C0M36Y31K54 
(0%,36%,31%,54%)
(0.00/0.36/0.31/0.54)	

CMYK percentages

%0
%35.9
%30.77
%54.12

Codes

Color #754B51 in popluar color models

754B51
RGB1177581
HSL351°21.88%37.65%
HSB/HSV351°35.90%45.88%
CMYK0.00%35.90%30.77%
54.12%

Color #754B51 in popluar number systems.

HEX754B51
Decimal1177581
Binary111010110010111010001
Octal165113121

Shades and tints

Shades of #754B51

#754B51
(117,75,81)
#6B454A
(107,69,74)
#613F43
(97,63,67)
#57393C
(87,57,60)
#4D3335
(77,51,53)
#432D2E
(67,45,46)
#392727
(57,39,39)
#2F2120
(47,33,32)
#251B19
(37,27,25)
#1B1512
(27,21,18)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #754B51

#754B51
(117,75,81)
#815B60
(129,91,96)
#8D6B6F
(141,107,111)
#997B7E
(153,123,126)
#A58B8D
(165,139,141)
#B19B9C
(177,155,156)
#BDABAB
(189,171,171)
#C9BBBA
(201,187,186)
#D5CBC9
(213,203,201)
#E1DBD8
(225,219,216)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754B51; }

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

This text font color is #754B51.


Background Color

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

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

This div background color is #754B51.


Border color

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

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

This div border color is #754B51.


Opacity

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

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

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

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

This text has shadow with #754B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754B51 on black background.


Color preview on white background

This text has color #754B51 on white background.



Black color preview on #754B51 background

This text has black color on #754B51 background.


White color preview on #754B51 background

This text has white color on #754B51 background.