COLOR #756351

HEX: #756351
RGB: (117,99,81)

Color info

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

RGB color model

#756351 color RGB value is (117,99,81).

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

RGB channels and saturation

R 117 of 255 = 46%
G 99 of 255 = 39%
B 81 of 255 = 32%

117
99
81

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

Portions of RGB colors in percentages

R + G + B =
117 + 99 + 81 = 297 (100%)
R 117 of 297 ~ 39.39%
G 99 of 297 ~ 33.33%
B 81 of 297 ~ 27.27%

%39.39
%33.33
%27.27

CMYK color model

#756351 color CMYK value is (0,15,31,54).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 30.77%
  • key color value is 54.12%
CMYK:
(0,15,31,54)
C0M15Y31K54 
(0%,15%,31%,54%)
(0.00/0.15/0.31/0.54)	

CMYK percentages

%0
%15.38
%30.77
%54.12

Codes

Color #756351 in popluar color models

756351
RGB1179981
HSL30°18.18%38.82%
HSB/HSV30°30.77%45.88%
CMYK0.00%15.38%30.77%
54.12%

Color #756351 in popluar number systems.

HEX756351
Decimal1179981
Binary111010111000111010001
Octal165143121

Shades and tints

Shades of #756351

#756351
(117,99,81)
#6B5A4A
(107,90,74)
#615143
(97,81,67)
#57483C
(87,72,60)
#4D3F35
(77,63,53)
#43362E
(67,54,46)
#392D27
(57,45,39)
#2F2420
(47,36,32)
#251B19
(37,27,25)
#1B1212
(27,18,18)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #756351

#756351
(117,99,81)
#817160
(129,113,96)
#8D7F6F
(141,127,111)
#998D7E
(153,141,126)
#A59B8D
(165,155,141)
#B1A99C
(177,169,156)
#BDB7AB
(189,183,171)
#C9C5BA
(201,197,186)
#D5D3C9
(213,211,201)
#E1E1D8
(225,225,216)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756351 color. Also use rgb(117,99,81) instead hex code.

Text Font Color

.myTextColor { color: #756351; }

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

This text font color is #756351.


Background Color

.myBgColor { background-color: #756351; }

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

This div background color is #756351.


Border color

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

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

This div border color is #756351.


Opacity

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

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

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

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

This text has shadow with #756351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756351 on black background.


Color preview on white background

This text has color #756351 on white background.



Black color preview on #756351 background

This text has black color on #756351 background.


White color preview on #756351 background

This text has white color on #756351 background.