COLOR #756253

HEX: #756253
RGB: (117,98,83)

Color info

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

RGB color model

#756253 color RGB value is (117,98,83).

  • red value is 117;
  • green value is 98;
  • blue value is 83.
RGB:
(117,98,83)
(46%,38%,33%)

RGB channels and saturation

R 117 of 255 = 46%
G 98 of 255 = 38%
B 83 of 255 = 33%

117
98
83

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

Portions of RGB colors in percentages

R + G + B =
117 + 98 + 83 = 298 (100%)
R 117 of 298 ~ 39.26%
G 98 of 298 ~ 32.89%
B 83 of 298 ~ 27.85%

%39.26
%32.89
%27.85

CMYK color model

#756253 color CMYK value is (0,16,29,54).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 29.06%
  • key color value is 54.12%
CMYK:
(0,16,29,54)
C0M16Y29K54 
(0%,16%,29%,54%)
(0.00/0.16/0.29/0.54)	

CMYK percentages

%0
%16.24
%29.06
%54.12

Codes

Color #756253 in popluar color models

756253
RGB1179883
HSL26°17.00%39.22%
HSB/HSV26°29.06%45.88%
CMYK0.00%16.24%29.06%
54.12%

Color #756253 in popluar number systems.

HEX756253
Decimal1179883
Binary111010111000101010011
Octal165142123

Shades and tints

Shades of #756253

#756253
(117,98,83)
#6B5A4C
(107,90,76)
#615245
(97,82,69)
#574A3E
(87,74,62)
#4D4237
(77,66,55)
#433A30
(67,58,48)
#393229
(57,50,41)
#2F2A22
(47,42,34)
#25221B
(37,34,27)
#1B1A14
(27,26,20)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #756253

#756253
(117,98,83)
#817062
(129,112,98)
#8D7E71
(141,126,113)
#998C80
(153,140,128)
#A59A8F
(165,154,143)
#B1A89E
(177,168,158)
#BDB6AD
(189,182,173)
#C9C4BC
(201,196,188)
#D5D2CB
(213,210,203)
#E1E0DA
(225,224,218)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756253; }

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

This text font color is #756253.


Background Color

.myBgColor { background-color: #756253; }

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

This div background color is #756253.


Border color

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

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

This div border color is #756253.


Opacity

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

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

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

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

This text has shadow with #756253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756253 on black background.


Color preview on white background

This text has color #756253 on white background.



Black color preview on #756253 background

This text has black color on #756253 background.


White color preview on #756253 background

This text has white color on #756253 background.