COLOR #756441

HEX: #756441
RGB: (117,100,65)

Color info

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

RGB color model

#756441 color RGB value is (117,100,65).

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

RGB channels and saturation

R 117 of 255 = 46%
G 100 of 255 = 39%
B 65 of 255 = 25%

117
100
65

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

Portions of RGB colors in percentages

R + G + B =
117 + 100 + 65 = 282 (100%)
R 117 of 282 ~ 41.49%
G 100 of 282 ~ 35.46%
B 65 of 282 ~ 23.05%

%41.49
%35.46
%23.05

CMYK color model

#756441 color CMYK value is (0,15,44,54).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 44.44%
  • key color value is 54.12%
CMYK:
(0,15,44,54)
C0M15Y44K54 
(0%,15%,44%,54%)
(0.00/0.15/0.44/0.54)	

CMYK percentages

%0
%14.53
%44.44
%54.12

Codes

Color #756441 in popluar color models

756441
RGB11710065
HSL40°28.57%35.69%
HSB/HSV40°44.44%45.88%
CMYK0.00%14.53%44.44%
54.12%

Color #756441 in popluar number systems.

HEX756441
Decimal11710065
Binary111010111001001000001
Octal165144101

Shades and tints

Shades of #756441

#756441
(117,100,65)
#6B5B3C
(107,91,60)
#615237
(97,82,55)
#574932
(87,73,50)
#4D402D
(77,64,45)
#433728
(67,55,40)
#392E23
(57,46,35)
#2F251E
(47,37,30)
#251C19
(37,28,25)
#1B1314
(27,19,20)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #756441

#756441
(117,100,65)
#817252
(129,114,82)
#8D8063
(141,128,99)
#998E74
(153,142,116)
#A59C85
(165,156,133)
#B1AA96
(177,170,150)
#BDB8A7
(189,184,167)
#C9C6B8
(201,198,184)
#D5D4C9
(213,212,201)
#E1E2DA
(225,226,218)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756441; }

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

This text font color is #756441.


Background Color

.myBgColor { background-color: #756441; }

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

This div background color is #756441.


Border color

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

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

This div border color is #756441.


Opacity

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

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

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

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

This text has shadow with #756441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756441 on black background.


Color preview on white background

This text has color #756441 on white background.



Black color preview on #756441 background

This text has black color on #756441 background.


White color preview on #756441 background

This text has white color on #756441 background.