COLOR #754847

HEX: #754847
RGB: (117,72,71)

Color info

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

RGB color model

#754847 color RGB value is (117,72,71).

  • red value is 117;
  • green value is 72;
  • blue value is 71.
RGB:
(117,72,71)
(46%,28%,28%)

RGB channels and saturation

R 117 of 255 = 46%
G 72 of 255 = 28%
B 71 of 255 = 28%

117
72
71

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

Portions of RGB colors in percentages

R + G + B =
117 + 72 + 71 = 260 (100%)
R 117 of 260 ~ 45%
G 72 of 260 ~ 27.69%
B 71 of 260 ~ 27.31%

%45
%27.69
%27.31

CMYK color model

#754847 color CMYK value is (0,38,39,54).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 39.32%
  • key color value is 54.12%
CMYK:
(0,38,39,54)
C0M38Y39K54 
(0%,38%,39%,54%)
(0.00/0.38/0.39/0.54)	

CMYK percentages

%0
%38.46
%39.32
%54.12

Codes

Color #754847 in popluar color models

754847
RGB1177271
HSL24.47%36.86%
HSB/HSV39.32%45.88%
CMYK0.00%38.46%39.32%
54.12%

Color #754847 in popluar number systems.

HEX754847
Decimal1177271
Binary111010110010001000111
Octal165110107

Shades and tints

Shades of #754847

#754847
(117,72,71)
#6B4241
(107,66,65)
#613C3B
(97,60,59)
#573635
(87,54,53)
#4D302F
(77,48,47)
#432A29
(67,42,41)
#392423
(57,36,35)
#2F1E1D
(47,30,29)
#251817
(37,24,23)
#1B1211
(27,18,17)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #754847

#754847
(117,72,71)
#815857
(129,88,87)
#8D6867
(141,104,103)
#997877
(153,120,119)
#A58887
(165,136,135)
#B19897
(177,152,151)
#BDA8A7
(189,168,167)
#C9B8B7
(201,184,183)
#D5C8C7
(213,200,199)
#E1D8D7
(225,216,215)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754847 color. Also use rgb(117,72,71) instead hex code.

Text Font Color

.myTextColor { color: #754847; }

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

This text font color is #754847.


Background Color

.myBgColor { background-color: #754847; }

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

This div background color is #754847.


Border color

.myBorderColor { border: 1px solid #754847; }

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

This div border color is #754847.


Opacity

.myOpacity80 { color: #754847; opacity: 0.8; }

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

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

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

This text has shadow with #754847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754847 on black background.


Color preview on white background

This text has color #754847 on white background.



Black color preview on #754847 background

This text has black color on #754847 background.


White color preview on #754847 background

This text has white color on #754847 background.