COLOR #754F45

HEX: #754F45
RGB: (117,79,69)

Color info

#754F45 contains red, green and blue colors in about the same proportion. Web safe color of #754F45 is #666633 (or #663).

RGB color model

#754F45 color RGB value is (117,79,69).

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

RGB channels and saturation

R 117 of 255 = 46%
G 79 of 255 = 31%
B 69 of 255 = 27%

117
79
69

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

Portions of RGB colors in percentages

R + G + B =
117 + 79 + 69 = 265 (100%)
R 117 of 265 ~ 44.15%
G 79 of 265 ~ 29.81%
B 69 of 265 ~ 26.04%

%44.15
%29.81
%26.04

CMYK color model

#754F45 color CMYK value is (0,32,41,54).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 41.03%
  • key color value is 54.12%
CMYK:
(0,32,41,54)
C0M32Y41K54 
(0%,32%,41%,54%)
(0.00/0.32/0.41/0.54)	

CMYK percentages

%0
%32.48
%41.03
%54.12

Codes

Color #754F45 in popluar color models

754F45
RGB1177969
HSL13°25.81%36.47%
HSB/HSV13°41.03%45.88%
CMYK0.00%32.48%41.03%
54.12%

Color #754F45 in popluar number systems.

HEX754F45
Decimal1177969
Binary111010110011111000101
Octal165117105

Shades and tints

Shades of #754F45

#754F45
(117,79,69)
#6B483F
(107,72,63)
#614139
(97,65,57)
#573A33
(87,58,51)
#4D332D
(77,51,45)
#432C27
(67,44,39)
#392521
(57,37,33)
#2F1E1B
(47,30,27)
#251715
(37,23,21)
#1B100F
(27,16,15)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #754F45

#754F45
(117,79,69)
#815F55
(129,95,85)
#8D6F65
(141,111,101)
#997F75
(153,127,117)
#A58F85
(165,143,133)
#B19F95
(177,159,149)
#BDAFA5
(189,175,165)
#C9BFB5
(201,191,181)
#D5CFC5
(213,207,197)
#E1DFD5
(225,223,213)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754F45; }

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

This text font color is #754F45.


Background Color

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

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

This div background color is #754F45.


Border color

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

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

This div border color is #754F45.


Opacity

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

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

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

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

This text has shadow with #754F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754F45 on black background.


Color preview on white background

This text has color #754F45 on white background.



Black color preview on #754F45 background

This text has black color on #754F45 background.


White color preview on #754F45 background

This text has white color on #754F45 background.