COLOR #754C45

HEX: #754C45
RGB: (117,76,69)

Color info

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

RGB color model

#754C45 color RGB value is (117,76,69).

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

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 69 of 255 = 27%

117
76
69

R + G + B ~ 34%. #754C45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 76 + 69 = 262 (100%)
R 117 of 262 ~ 44.66%
G 76 of 262 ~ 29.01%
B 69 of 262 ~ 26.34%

%44.66
%29.01
%26.34

CMYK color model

#754C45 color CMYK value is (0,35,41,54).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 41.03%
  • key color value is 54.12%
CMYK:
(0,35,41,54)
C0M35Y41K54 
(0%,35%,41%,54%)
(0.00/0.35/0.41/0.54)	

CMYK percentages

%0
%35.04
%41.03
%54.12

Codes

Color #754C45 in popluar color models

754C45
RGB1177669
HSL25.81%36.47%
HSB/HSV41.03%45.88%
CMYK0.00%35.04%41.03%
54.12%

Color #754C45 in popluar number systems.

HEX754C45
Decimal1177669
Binary111010110011001000101
Octal165114105

Shades and tints

Shades of #754C45

#754C45
(117,76,69)
#6B463F
(107,70,63)
#614039
(97,64,57)
#573A33
(87,58,51)
#4D342D
(77,52,45)
#432E27
(67,46,39)
#392821
(57,40,33)
#2F221B
(47,34,27)
#251C15
(37,28,21)
#1B160F
(27,22,15)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #754C45

#754C45
(117,76,69)
#815C55
(129,92,85)
#8D6C65
(141,108,101)
#997C75
(153,124,117)
#A58C85
(165,140,133)
#B19C95
(177,156,149)
#BDACA5
(189,172,165)
#C9BCB5
(201,188,181)
#D5CCC5
(213,204,197)
#E1DCD5
(225,220,213)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754C45; }

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

This text font color is #754C45.


Background Color

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

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

This div background color is #754C45.


Border color

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

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

This div border color is #754C45.


Opacity

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

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

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

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

This text has shadow with #754C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754C45 on black background.


Color preview on white background

This text has color #754C45 on white background.



Black color preview on #754C45 background

This text has black color on #754C45 background.


White color preview on #754C45 background

This text has white color on #754C45 background.