COLOR #757551

HEX: #757551
RGB: (117,117,81)

Color info

#757551 contains red, green and blue colors in about the same proportion. Web safe color of #757551 is #666666 (or #666).

RGB color model

#757551 color RGB value is (117,117,81).

  • red value is 117;
  • green value is 117;
  • blue value is 81.
RGB:
(117,117,81)
(46%,46%,32%)

RGB channels and saturation

R 117 of 255 = 46%
G 117 of 255 = 46%
B 81 of 255 = 32%

117
117
81

R + G + B ~ 41%. #757551 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 81 = 315 (100%)
R 117 of 315 ~ 37.14%
G 117 of 315 ~ 37.14%
B 81 of 315 ~ 25.71%

%37.14
%37.14
%25.71

CMYK color model

#757551 color CMYK value is (0,0,31,54).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 54.12%
CMYK:
(0,0,31,54)
C0M0Y31K54 
(0%,0%,31%,54%)
(0.00/0.00/0.31/0.54)	

CMYK percentages

%0
%0
%30.77
%54.12

Codes

Color #757551 in popluar color models

757551
RGB11711781
HSL60°18.18%38.82%
HSB/HSV60°30.77%45.88%
CMYK0.00%0.00%30.77%
54.12%

Color #757551 in popluar number systems.

HEX757551
Decimal11711781
Binary111010111101011010001
Octal165165121

Shades and tints

Shades of #757551

#757551
(117,117,81)
#6B6B4A
(107,107,74)
#616143
(97,97,67)
#57573C
(87,87,60)
#4D4D35
(77,77,53)
#43432E
(67,67,46)
#393927
(57,57,39)
#2F2F20
(47,47,32)
#252519
(37,37,25)
#1B1B12
(27,27,18)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #757551

#757551
(117,117,81)
#818160
(129,129,96)
#8D8D6F
(141,141,111)
#99997E
(153,153,126)
#A5A58D
(165,165,141)
#B1B19C
(177,177,156)
#BDBDAB
(189,189,171)
#C9C9BA
(201,201,186)
#D5D5C9
(213,213,201)
#E1E1D8
(225,225,216)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757551; }

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

This text font color is #757551.


Background Color

.myBgColor { background-color: #757551; }

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

This div background color is #757551.


Border color

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

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

This div border color is #757551.


Opacity

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

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

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

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

This text has shadow with #757551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757551 on black background.


Color preview on white background

This text has color #757551 on white background.



Black color preview on #757551 background

This text has black color on #757551 background.


White color preview on #757551 background

This text has white color on #757551 background.