COLOR #756B53

HEX: #756B53
RGB: (117,107,83)

Color info

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

RGB color model

#756B53 color RGB value is (117,107,83).

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

RGB channels and saturation

R 117 of 255 = 46%
G 107 of 255 = 42%
B 83 of 255 = 33%

117
107
83

R + G + B ~ 40%. #756B53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 107 + 83 = 307 (100%)
R 117 of 307 ~ 38.11%
G 107 of 307 ~ 34.85%
B 83 of 307 ~ 27.04%

%38.11
%34.85
%27.04

CMYK color model

#756B53 color CMYK value is (0,9,29,54).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 29.06%
  • key color value is 54.12%
CMYK:
(0,9,29,54)
C0M9Y29K54 
(0%,9%,29%,54%)
(0.00/0.09/0.29/0.54)	

CMYK percentages

%0
%8.55
%29.06
%54.12

Codes

Color #756B53 in popluar color models

756B53
RGB11710783
HSL42°17.00%39.22%
HSB/HSV42°29.06%45.88%
CMYK0.00%8.55%29.06%
54.12%

Color #756B53 in popluar number systems.

HEX756B53
Decimal11710783
Binary111010111010111010011
Octal165153123

Shades and tints

Shades of #756B53

#756B53
(117,107,83)
#6B624C
(107,98,76)
#615945
(97,89,69)
#57503E
(87,80,62)
#4D4737
(77,71,55)
#433E30
(67,62,48)
#393529
(57,53,41)
#2F2C22
(47,44,34)
#25231B
(37,35,27)
#1B1A14
(27,26,20)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #756B53

#756B53
(117,107,83)
#817862
(129,120,98)
#8D8571
(141,133,113)
#999280
(153,146,128)
#A59F8F
(165,159,143)
#B1AC9E
(177,172,158)
#BDB9AD
(189,185,173)
#C9C6BC
(201,198,188)
#D5D3CB
(213,211,203)
#E1E0DA
(225,224,218)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756B53; }

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

This text font color is #756B53.


Background Color

.myBgColor { background-color: #756B53; }

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

This div background color is #756B53.


Border color

.myBorderColor { border: 1px solid #756B53; }

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

This div border color is #756B53.


Opacity

.myOpacity80 { color: #756B53; opacity: 0.8; }

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

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

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

This text has shadow with #756B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756B53 on black background.


Color preview on white background

This text has color #756B53 on white background.



Black color preview on #756B53 background

This text has black color on #756B53 background.


White color preview on #756B53 background

This text has white color on #756B53 background.