COLOR #757436

HEX: #757436
RGB: (117,116,54)

Color info

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

RGB color model

#757436 color RGB value is (117,116,54).

  • red value is 117;
  • green value is 116;
  • blue value is 54.
RGB:
(117,116,54)
(46%,45%,21%)

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 54 of 255 = 21%

117
116
54

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

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 54 = 287 (100%)
R 117 of 287 ~ 40.77%
G 116 of 287 ~ 40.42%
B 54 of 287 ~ 18.82%

%40.77
%40.42
%18.82

CMYK color model

#757436 color CMYK value is (0,1,54,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 53.85%
  • key color value is 54.12%
CMYK:
(0,1,54,54)
C0M1Y54K54 
(0%,1%,54%,54%)
(0.00/0.01/0.54/0.54)	

CMYK percentages

%0
%0.85
%53.85
%54.12

Codes

Color #757436 in popluar color models

757436
RGB11711654
HSL59°36.84%33.53%
HSB/HSV59°53.85%45.88%
CMYK0.00%0.85%53.85%
54.12%

Color #757436 in popluar number systems.

HEX757436
Decimal11711654
Binary11101011110100110110
Octal16516466

Shades and tints

Shades of #757436

#757436
(117,116,54)
#6B6A32
(107,106,50)
#61602E
(97,96,46)
#57562A
(87,86,42)
#4D4C26
(77,76,38)
#434222
(67,66,34)
#39381E
(57,56,30)
#2F2E1A
(47,46,26)
#252416
(37,36,22)
#1B1A12
(27,26,18)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #757436

#757436
(117,116,54)
#818048
(129,128,72)
#8D8C5A
(141,140,90)
#99986C
(153,152,108)
#A5A47E
(165,164,126)
#B1B090
(177,176,144)
#BDBCA2
(189,188,162)
#C9C8B4
(201,200,180)
#D5D4C6
(213,212,198)
#E1E0D8
(225,224,216)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757436 color. Also use rgb(117,116,54) instead hex code.

Text Font Color

.myTextColor { color: #757436; }

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

This text font color is #757436.


Background Color

.myBgColor { background-color: #757436; }

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

This div background color is #757436.


Border color

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

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

This div border color is #757436.


Opacity

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

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

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

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

This text has shadow with #757436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757436 on black background.


Color preview on white background

This text has color #757436 on white background.



Black color preview on #757436 background

This text has black color on #757436 background.


White color preview on #757436 background

This text has white color on #757436 background.