COLOR #756846

HEX: #756846
RGB: (117,104,70)

Color info

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

RGB color model

#756846 color RGB value is (117,104,70).

  • red value is 117;
  • green value is 104;
  • blue value is 70.
RGB:
(117,104,70)
(46%,41%,27%)

RGB channels and saturation

R 117 of 255 = 46%
G 104 of 255 = 41%
B 70 of 255 = 27%

117
104
70

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

Portions of RGB colors in percentages

R + G + B =
117 + 104 + 70 = 291 (100%)
R 117 of 291 ~ 40.21%
G 104 of 291 ~ 35.74%
B 70 of 291 ~ 24.05%

%40.21
%35.74
%24.05

CMYK color model

#756846 color CMYK value is (0,11,40,54).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 40.17%
  • key color value is 54.12%
CMYK:
(0,11,40,54)
C0M11Y40K54 
(0%,11%,40%,54%)
(0.00/0.11/0.40/0.54)	

CMYK percentages

%0
%11.11
%40.17
%54.12

Codes

Color #756846 in popluar color models

756846
RGB11710470
HSL43°25.13%36.67%
HSB/HSV43°40.17%45.88%
CMYK0.00%11.11%40.17%
54.12%

Color #756846 in popluar number systems.

HEX756846
Decimal11710470
Binary111010111010001000110
Octal165150106

Shades and tints

Shades of #756846

#756846
(117,104,70)
#6B5F40
(107,95,64)
#61563A
(97,86,58)
#574D34
(87,77,52)
#4D442E
(77,68,46)
#433B28
(67,59,40)
#393222
(57,50,34)
#2F291C
(47,41,28)
#252016
(37,32,22)
#1B1710
(27,23,16)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #756846

#756846
(117,104,70)
#817556
(129,117,86)
#8D8266
(141,130,102)
#998F76
(153,143,118)
#A59C86
(165,156,134)
#B1A996
(177,169,150)
#BDB6A6
(189,182,166)
#C9C3B6
(201,195,182)
#D5D0C6
(213,208,198)
#E1DDD6
(225,221,214)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756846 color. Also use rgb(117,104,70) instead hex code.

Text Font Color

.myTextColor { color: #756846; }

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

This text font color is #756846.


Background Color

.myBgColor { background-color: #756846; }

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

This div background color is #756846.


Border color

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

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

This div border color is #756846.


Opacity

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

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

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

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

This text has shadow with #756846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756846 on black background.


Color preview on white background

This text has color #756846 on white background.



Black color preview on #756846 background

This text has black color on #756846 background.


White color preview on #756846 background

This text has white color on #756846 background.