COLOR #756452

HEX: #756452
RGB: (117,100,82)

Color info

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

RGB color model

#756452 color RGB value is (117,100,82).

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

RGB channels and saturation

R 117 of 255 = 46%
G 100 of 255 = 39%
B 82 of 255 = 32%

117
100
82

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

Portions of RGB colors in percentages

R + G + B =
117 + 100 + 82 = 299 (100%)
R 117 of 299 ~ 39.13%
G 100 of 299 ~ 33.44%
B 82 of 299 ~ 27.42%

%39.13
%33.44
%27.42

CMYK color model

#756452 color CMYK value is (0,15,30,54).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 29.91%
  • key color value is 54.12%
CMYK:
(0,15,30,54)
C0M15Y30K54 
(0%,15%,30%,54%)
(0.00/0.15/0.30/0.54)	

CMYK percentages

%0
%14.53
%29.91
%54.12

Codes

Color #756452 in popluar color models

756452
RGB11710082
HSL31°17.59%39.02%
HSB/HSV31°29.91%45.88%
CMYK0.00%14.53%29.91%
54.12%

Color #756452 in popluar number systems.

HEX756452
Decimal11710082
Binary111010111001001010010
Octal165144122

Shades and tints

Shades of #756452

#756452
(117,100,82)
#6B5B4B
(107,91,75)
#615244
(97,82,68)
#57493D
(87,73,61)
#4D4036
(77,64,54)
#43372F
(67,55,47)
#392E28
(57,46,40)
#2F2521
(47,37,33)
#251C1A
(37,28,26)
#1B1313
(27,19,19)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #756452

#756452
(117,100,82)
#817261
(129,114,97)
#8D8070
(141,128,112)
#998E7F
(153,142,127)
#A59C8E
(165,156,142)
#B1AA9D
(177,170,157)
#BDB8AC
(189,184,172)
#C9C6BB
(201,198,187)
#D5D4CA
(213,212,202)
#E1E2D9
(225,226,217)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756452; }

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

This text font color is #756452.


Background Color

.myBgColor { background-color: #756452; }

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

This div background color is #756452.


Border color

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

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

This div border color is #756452.


Opacity

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

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

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

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

This text has shadow with #756452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756452 on black background.


Color preview on white background

This text has color #756452 on white background.



Black color preview on #756452 background

This text has black color on #756452 background.


White color preview on #756452 background

This text has white color on #756452 background.