COLOR #756841

HEX: #756841
RGB: (117,104,65)

Color info

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

RGB color model

#756841 color RGB value is (117,104,65).

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

RGB channels and saturation

R 117 of 255 = 46%
G 104 of 255 = 41%
B 65 of 255 = 25%

117
104
65

R + G + B ~ 37%. #756841 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 104 + 65 = 286 (100%)
R 117 of 286 ~ 40.91%
G 104 of 286 ~ 36.36%
B 65 of 286 ~ 22.73%

%40.91
%36.36
%22.73

CMYK color model

#756841 color CMYK value is (0,11,44,54).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 44.44%
  • key color value is 54.12%
CMYK:
(0,11,44,54)
C0M11Y44K54 
(0%,11%,44%,54%)
(0.00/0.11/0.44/0.54)	

CMYK percentages

%0
%11.11
%44.44
%54.12

Codes

Color #756841 in popluar color models

756841
RGB11710465
HSL45°28.57%35.69%
HSB/HSV45°44.44%45.88%
CMYK0.00%11.11%44.44%
54.12%

Color #756841 in popluar number systems.

HEX756841
Decimal11710465
Binary111010111010001000001
Octal165150101

Shades and tints

Shades of #756841

#756841
(117,104,65)
#6B5F3C
(107,95,60)
#615637
(97,86,55)
#574D32
(87,77,50)
#4D442D
(77,68,45)
#433B28
(67,59,40)
#393223
(57,50,35)
#2F291E
(47,41,30)
#252019
(37,32,25)
#1B1714
(27,23,20)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #756841

#756841
(117,104,65)
#817552
(129,117,82)
#8D8263
(141,130,99)
#998F74
(153,143,116)
#A59C85
(165,156,133)
#B1A996
(177,169,150)
#BDB6A7
(189,182,167)
#C9C3B8
(201,195,184)
#D5D0C9
(213,208,201)
#E1DDDA
(225,221,218)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756841; }

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

This text font color is #756841.


Background Color

.myBgColor { background-color: #756841; }

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

This div background color is #756841.


Border color

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

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

This div border color is #756841.


Opacity

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

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

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

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

This text has shadow with #756841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756841 on black background.


Color preview on white background

This text has color #756841 on white background.



Black color preview on #756841 background

This text has black color on #756841 background.


White color preview on #756841 background

This text has white color on #756841 background.