COLOR #757537

HEX: #757537 RGB: (117,117,55)

Color info

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

RGB color model

#757537 color RGB value is (117,117,55).

RGB: (117,117,55) (46%, 46%, 22%)

RGB channels and saturation

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

117
117
55

R + G + B ~ 38%. #757537 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 117 + 55 = 289 (100%)
R 117 of 289 ~ 40.48%
G 117 of 289 ~ 40.48%
B 55 of 289 ~ 19.03'%

%40.48
%40.48
%19.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 52.99%
  • key color value is 54.12%

CMYK: (0,0,53,54)
C0M0Y53K54 (0%, 0%, 53%, 54%)
(0.00 / 0.00 / 0.53 / 0.54)

CMYK percentages

%0
%0
%52.99
%54.12

Codes

Color #757537 in popluar color models

75 75 37
RGB 117 117 55
HSL 60° 36.05% 33.73%
HSB/HSV 60° 52.99% 45.88%
CMYK 0.00% 0.00% 52.99%
54.12%

Color #757537 in popluar number systems.

HEX 75 75 37
Decimal 117 117 55
Binary 1110101 1110101 110111
Octal 165 165 67

Shades and tints

Shades of #757537

#757537
(117,117,55)
#6B6B32
(107,107,50)
#61612D
(97,97,45)
#575728
(87,87,40)
#4D4D23
(77,77,35)
#43431E
(67,67,30)
#393919
(57,57,25)
#2F2F14
(47,47,20)
#25250F
(37,37,15)
#1B1B0A
(27,27,10)
#111105
(17,17,5)
#000000
(0,0,0)

Tints of #757537

#757537
(117,117,55)
#818149
(129,129,73)
#8D8D5B
(141,141,91)
#99996D
(153,153,109)
#A5A57F
(165,165,127)
#B1B191
(177,177,145)
#BDBDA3
(189,189,163)
#C9C9B5
(201,201,181)
#D5D5C7
(213,213,199)
#E1E1D9
(225,225,217)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757537; }

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

This text font color is #757537.

Background Color

.myBgColor { background-color: #757537; }

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

This div background color is #757537.

Border color

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

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

This div border color is #757537.

Opacity

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

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

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

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

This text has shadow with #757537 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757537.

Preview

Color preview on black background

This text has color #757537 on black background.


Color preview on white background

This text has color #757537 on white background.


Black color preview on #757537 background

This text has black color on #757537 background.


White color preview on #757537 background

This text has white color on #757537 background.


Related colors

Complementary color

Complementary color for #hex is #8A8AC8.


I love getcolorcode.com