COLOR #756447

HEX: #756447
RGB: (117,100,71)

Color info

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

RGB color model

#756447 color RGB value is (117,100,71).

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

RGB channels and saturation

R 117 of 255 = 46%
G 100 of 255 = 39%
B 71 of 255 = 28%

117
100
71

R + G + B ~ 38%. #756447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 100 + 71 = 288 (100%)
R 117 of 288 ~ 40.63%
G 100 of 288 ~ 34.72%
B 71 of 288 ~ 24.65%

%40.63
%34.72
%24.65

CMYK color model

#756447 color CMYK value is (0,15,39,54).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 39.32%
  • key color value is 54.12%
CMYK:
(0,15,39,54)
C0M15Y39K54 
(0%,15%,39%,54%)
(0.00/0.15/0.39/0.54)	

CMYK percentages

%0
%14.53
%39.32
%54.12

Codes

Color #756447 in popluar color models

756447
RGB11710071
HSL38°24.47%36.86%
HSB/HSV38°39.32%45.88%
CMYK0.00%14.53%39.32%
54.12%

Color #756447 in popluar number systems.

HEX756447
Decimal11710071
Binary111010111001001000111
Octal165144107

Shades and tints

Shades of #756447

#756447
(117,100,71)
#6B5B41
(107,91,65)
#61523B
(97,82,59)
#574935
(87,73,53)
#4D402F
(77,64,47)
#433729
(67,55,41)
#392E23
(57,46,35)
#2F251D
(47,37,29)
#251C17
(37,28,23)
#1B1311
(27,19,17)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #756447

#756447
(117,100,71)
#817257
(129,114,87)
#8D8067
(141,128,103)
#998E77
(153,142,119)
#A59C87
(165,156,135)
#B1AA97
(177,170,151)
#BDB8A7
(189,184,167)
#C9C6B7
(201,198,183)
#D5D4C7
(213,212,199)
#E1E2D7
(225,226,215)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756447; }

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

This text font color is #756447.


Background Color

.myBgColor { background-color: #756447; }

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

This div background color is #756447.


Border color

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

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

This div border color is #756447.


Opacity

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

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

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

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

This text has shadow with #756447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756447 on black background.


Color preview on white background

This text has color #756447 on white background.



Black color preview on #756447 background

This text has black color on #756447 background.


White color preview on #756447 background

This text has white color on #756447 background.