COLOR #757652

HEX: #757652
RGB: (117,118,82)

Color info

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

RGB color model

#757652 color RGB value is (117,118,82).

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

RGB channels and saturation

R 117 of 255 = 46%
G 118 of 255 = 46%
B 82 of 255 = 32%

117
118
82

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

Portions of RGB colors in percentages

R + G + B =
117 + 118 + 82 = 317 (100%)
R 117 of 317 ~ 36.91%
G 118 of 317 ~ 37.22%
B 82 of 317 ~ 25.87%

%36.91
%37.22
%25.87

CMYK color model

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

  • cyan value is 0.85%
  • magenta value is 0.00%
  • yellow value is 30.51%
  • key color value is 53.73%
CMYK:
(1,0,31,54)
C1M0Y31K54 
(1%,0%,31%,54%)
(0.01/0.00/0.31/0.54)	

CMYK percentages

%0.85
%0
%30.51
%53.73

Codes

Color #757652 in popluar color models

757652
RGB11711882
HSL62°18.00%39.22%
HSB/HSV62°30.51%46.27%
CMYK0.85%0.00%30.51%
53.73%

Color #757652 in popluar number systems.

HEX757652
Decimal11711882
Binary111010111101101010010
Octal165166122

Shades and tints

Shades of #757652

#757652
(117,118,82)
#6B6C4B
(107,108,75)
#616244
(97,98,68)
#57583D
(87,88,61)
#4D4E36
(77,78,54)
#43442F
(67,68,47)
#393A28
(57,58,40)
#2F3021
(47,48,33)
#25261A
(37,38,26)
#1B1C13
(27,28,19)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #757652

#757652
(117,118,82)
#818261
(129,130,97)
#8D8E70
(141,142,112)
#999A7F
(153,154,127)
#A5A68E
(165,166,142)
#B1B29D
(177,178,157)
#BDBEAC
(189,190,172)
#C9CABB
(201,202,187)
#D5D6CA
(213,214,202)
#E1E2D9
(225,226,217)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757652; }

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

This text font color is #757652.


Background Color

.myBgColor { background-color: #757652; }

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

This div background color is #757652.


Border color

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

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

This div border color is #757652.


Opacity

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

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

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

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

This text has shadow with #757652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757652 on black background.


Color preview on white background

This text has color #757652 on white background.



Black color preview on #757652 background

This text has black color on #757652 background.


White color preview on #757652 background

This text has white color on #757652 background.