COLOR #756537

HEX: #756537
RGB: (117,101,55)

Color info

#756537 contains mainly red and green colors. Web safe color of #756537 is #666633 (or #663).

RGB color model

#756537 color RGB value is (117,101,55).

  • red value is 117;
  • green value is 101;
  • blue value is 55.
RGB:
(117,101,55)
(46%,40%,22%)

RGB channels and saturation

R 117 of 255 = 46%
G 101 of 255 = 40%
B 55 of 255 = 22%

117
101
55

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

Portions of RGB colors in percentages

R + G + B =
117 + 101 + 55 = 273 (100%)
R 117 of 273 ~ 42.86%
G 101 of 273 ~ 37%
B 55 of 273 ~ 20.15%

%42.86
%37
%20.15

CMYK color model

#756537 color CMYK value is (0,14,53,54).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 52.99%
  • key color value is 54.12%
CMYK:
(0,14,53,54)
C0M14Y53K54 
(0%,14%,53%,54%)
(0.00/0.14/0.53/0.54)	

CMYK percentages

%0
%13.68
%52.99
%54.12

Codes

Color #756537 in popluar color models

756537
RGB11710155
HSL45°36.05%33.73%
HSB/HSV45°52.99%45.88%
CMYK0.00%13.68%52.99%
54.12%

Color #756537 in popluar number systems.

HEX756537
Decimal11710155
Binary11101011100101110111
Octal16514567

Shades and tints

Shades of #756537

#756537
(117,101,55)
#6B5C32
(107,92,50)
#61532D
(97,83,45)
#574A28
(87,74,40)
#4D4123
(77,65,35)
#43381E
(67,56,30)
#392F19
(57,47,25)
#2F2614
(47,38,20)
#251D0F
(37,29,15)
#1B140A
(27,20,10)
#110B05
(17,11,5)
#000000
(0,0,0)

Tints of #756537

#756537
(117,101,55)
#817349
(129,115,73)
#8D815B
(141,129,91)
#998F6D
(153,143,109)
#A59D7F
(165,157,127)
#B1AB91
(177,171,145)
#BDB9A3
(189,185,163)
#C9C7B5
(201,199,181)
#D5D5C7
(213,213,199)
#E1E3D9
(225,227,217)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756537 color. Also use rgb(117,101,55) instead hex code.

Text Font Color

.myTextColor { color: #756537; }

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

This text font color is #756537.


Background Color

.myBgColor { background-color: #756537; }

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

This div background color is #756537.


Border color

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

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

This div border color is #756537.


Opacity

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

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

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

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

This text has shadow with #756537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756537 on black background.


Color preview on white background

This text has color #756537 on white background.



Black color preview on #756537 background

This text has black color on #756537 background.


White color preview on #756537 background

This text has white color on #756537 background.