COLOR #756653

HEX: #756653
RGB: (117,102,83)

Color info

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

RGB color model

#756653 color RGB value is (117,102,83).

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

RGB channels and saturation

R 117 of 255 = 46%
G 102 of 255 = 40%
B 83 of 255 = 33%

117
102
83

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

Portions of RGB colors in percentages

R + G + B =
117 + 102 + 83 = 302 (100%)
R 117 of 302 ~ 38.74%
G 102 of 302 ~ 33.77%
B 83 of 302 ~ 27.48%

%38.74
%33.77
%27.48

CMYK color model

#756653 color CMYK value is (0,13,29,54).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 29.06%
  • key color value is 54.12%
CMYK:
(0,13,29,54)
C0M13Y29K54 
(0%,13%,29%,54%)
(0.00/0.13/0.29/0.54)	

CMYK percentages

%0
%12.82
%29.06
%54.12

Codes

Color #756653 in popluar color models

756653
RGB11710283
HSL34°17.00%39.22%
HSB/HSV34°29.06%45.88%
CMYK0.00%12.82%29.06%
54.12%

Color #756653 in popluar number systems.

HEX756653
Decimal11710283
Binary111010111001101010011
Octal165146123

Shades and tints

Shades of #756653

#756653
(117,102,83)
#6B5D4C
(107,93,76)
#615445
(97,84,69)
#574B3E
(87,75,62)
#4D4237
(77,66,55)
#433930
(67,57,48)
#393029
(57,48,41)
#2F2722
(47,39,34)
#251E1B
(37,30,27)
#1B1514
(27,21,20)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #756653

#756653
(117,102,83)
#817362
(129,115,98)
#8D8071
(141,128,113)
#998D80
(153,141,128)
#A59A8F
(165,154,143)
#B1A79E
(177,167,158)
#BDB4AD
(189,180,173)
#C9C1BC
(201,193,188)
#D5CECB
(213,206,203)
#E1DBDA
(225,219,218)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756653; }

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

This text font color is #756653.


Background Color

.myBgColor { background-color: #756653; }

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

This div background color is #756653.


Border color

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

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

This div border color is #756653.


Opacity

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

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

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

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

This text has shadow with #756653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756653 on black background.


Color preview on white background

This text has color #756653 on white background.



Black color preview on #756653 background

This text has black color on #756653 background.


White color preview on #756653 background

This text has white color on #756653 background.