COLOR #754C49

HEX: #754C49
RGB: (117,76,73)

Color info

#754C49 contains red, green and blue colors in about the same proportion. Web safe color of #754C49 is #663333 (or #633).

RGB color model

#754C49 color RGB value is (117,76,73).

  • red value is 117;
  • green value is 76;
  • blue value is 73.
RGB:
(117,76,73)
(46%,30%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 73 of 255 = 29%

117
76
73

R + G + B ~ 35%. #754C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 76 + 73 = 266 (100%)
R 117 of 266 ~ 43.98%
G 76 of 266 ~ 28.57%
B 73 of 266 ~ 27.44%

%43.98
%28.57
%27.44

CMYK color model

#754C49 color CMYK value is (0,35,38,54).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 37.61%
  • key color value is 54.12%
CMYK:
(0,35,38,54)
C0M35Y38K54 
(0%,35%,38%,54%)
(0.00/0.35/0.38/0.54)	

CMYK percentages

%0
%35.04
%37.61
%54.12

Codes

Color #754C49 in popluar color models

754C49
RGB1177673
HSL23.16%37.25%
HSB/HSV37.61%45.88%
CMYK0.00%35.04%37.61%
54.12%

Color #754C49 in popluar number systems.

HEX754C49
Decimal1177673
Binary111010110011001001001
Octal165114111

Shades and tints

Shades of #754C49

#754C49
(117,76,73)
#6B4643
(107,70,67)
#61403D
(97,64,61)
#573A37
(87,58,55)
#4D3431
(77,52,49)
#432E2B
(67,46,43)
#392825
(57,40,37)
#2F221F
(47,34,31)
#251C19
(37,28,25)
#1B1613
(27,22,19)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #754C49

#754C49
(117,76,73)
#815C59
(129,92,89)
#8D6C69
(141,108,105)
#997C79
(153,124,121)
#A58C89
(165,140,137)
#B19C99
(177,156,153)
#BDACA9
(189,172,169)
#C9BCB9
(201,188,185)
#D5CCC9
(213,204,201)
#E1DCD9
(225,220,217)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754C49 color. Also use rgb(117,76,73) instead hex code.

Text Font Color

.myTextColor { color: #754C49; }

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

This text font color is #754C49.


Background Color

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

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

This div background color is #754C49.


Border color

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

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

This div border color is #754C49.


Opacity

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

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

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

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

This text has shadow with #754C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754C49 on black background.


Color preview on white background

This text has color #754C49 on white background.



Black color preview on #754C49 background

This text has black color on #754C49 background.


White color preview on #754C49 background

This text has white color on #754C49 background.