COLOR #756041

HEX: #756041
RGB: (117,96,65)

Color info

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

RGB color model

#756041 color RGB value is (117,96,65).

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

RGB channels and saturation

R 117 of 255 = 46%
G 96 of 255 = 38%
B 65 of 255 = 25%

117
96
65

R + G + B ~ 36%. #756041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 96 + 65 = 278 (100%)
R 117 of 278 ~ 42.09%
G 96 of 278 ~ 34.53%
B 65 of 278 ~ 23.38%

%42.09
%34.53
%23.38

CMYK color model

#756041 color CMYK value is (0,18,44,54).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 44.44%
  • key color value is 54.12%
CMYK:
(0,18,44,54)
C0M18Y44K54 
(0%,18%,44%,54%)
(0.00/0.18/0.44/0.54)	

CMYK percentages

%0
%17.95
%44.44
%54.12

Codes

Color #756041 in popluar color models

756041
RGB1179665
HSL36°28.57%35.69%
HSB/HSV36°44.44%45.88%
CMYK0.00%17.95%44.44%
54.12%

Color #756041 in popluar number systems.

HEX756041
Decimal1179665
Binary111010111000001000001
Octal165140101

Shades and tints

Shades of #756041

#756041
(117,96,65)
#6B583C
(107,88,60)
#615037
(97,80,55)
#574832
(87,72,50)
#4D402D
(77,64,45)
#433828
(67,56,40)
#393023
(57,48,35)
#2F281E
(47,40,30)
#252019
(37,32,25)
#1B1814
(27,24,20)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #756041

#756041
(117,96,65)
#816E52
(129,110,82)
#8D7C63
(141,124,99)
#998A74
(153,138,116)
#A59885
(165,152,133)
#B1A696
(177,166,150)
#BDB4A7
(189,180,167)
#C9C2B8
(201,194,184)
#D5D0C9
(213,208,201)
#E1DEDA
(225,222,218)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756041; }

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

This text font color is #756041.


Background Color

.myBgColor { background-color: #756041; }

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

This div background color is #756041.


Border color

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

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

This div border color is #756041.


Opacity

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

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

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

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

This text has shadow with #756041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756041 on black background.


Color preview on white background

This text has color #756041 on white background.



Black color preview on #756041 background

This text has black color on #756041 background.


White color preview on #756041 background

This text has white color on #756041 background.