COLOR #756152

HEX: #756152
RGB: (117,97,82)

Color info

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

RGB color model

#756152 color RGB value is (117,97,82).

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

RGB channels and saturation

R 117 of 255 = 46%
G 97 of 255 = 38%
B 82 of 255 = 32%

117
97
82

R + G + B ~ 39%. #756152 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 97 + 82 = 296 (100%)
R 117 of 296 ~ 39.53%
G 97 of 296 ~ 32.77%
B 82 of 296 ~ 27.7%

%39.53
%32.77
%27.7

CMYK color model

#756152 color CMYK value is (0,17,30,54).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 29.91%
  • key color value is 54.12%
CMYK:
(0,17,30,54)
C0M17Y30K54 
(0%,17%,30%,54%)
(0.00/0.17/0.30/0.54)	

CMYK percentages

%0
%17.09
%29.91
%54.12

Codes

Color #756152 in popluar color models

756152
RGB1179782
HSL26°17.59%39.02%
HSB/HSV26°29.91%45.88%
CMYK0.00%17.09%29.91%
54.12%

Color #756152 in popluar number systems.

HEX756152
Decimal1179782
Binary111010111000011010010
Octal165141122

Shades and tints

Shades of #756152

#756152
(117,97,82)
#6B594B
(107,89,75)
#615144
(97,81,68)
#57493D
(87,73,61)
#4D4136
(77,65,54)
#43392F
(67,57,47)
#393128
(57,49,40)
#2F2921
(47,41,33)
#25211A
(37,33,26)
#1B1913
(27,25,19)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #756152

#756152
(117,97,82)
#816F61
(129,111,97)
#8D7D70
(141,125,112)
#998B7F
(153,139,127)
#A5998E
(165,153,142)
#B1A79D
(177,167,157)
#BDB5AC
(189,181,172)
#C9C3BB
(201,195,187)
#D5D1CA
(213,209,202)
#E1DFD9
(225,223,217)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756152; }

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

This text font color is #756152.


Background Color

.myBgColor { background-color: #756152; }

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

This div background color is #756152.


Border color

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

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

This div border color is #756152.


Opacity

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

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

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

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

This text has shadow with #756152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756152 on black background.


Color preview on white background

This text has color #756152 on white background.



Black color preview on #756152 background

This text has black color on #756152 background.


White color preview on #756152 background

This text has white color on #756152 background.