COLOR #755846

HEX: #755846
RGB: (117,88,70)

Color info

#755846 contains red, green and blue colors in about the same proportion. Web safe color of #755846 is #666633 (or #663).

RGB color model

#755846 color RGB value is (117,88,70).

  • red value is 117;
  • green value is 88;
  • blue value is 70.
RGB:
(117,88,70)
(46%,35%,27%)

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 70 of 255 = 27%

117
88
70

R + G + B ~ 36%. #755846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 88 + 70 = 275 (100%)
R 117 of 275 ~ 42.55%
G 88 of 275 ~ 32%
B 70 of 275 ~ 25.45%

%42.55
%32
%25.45

CMYK color model

#755846 color CMYK value is (0,25,40,54).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 40.17%
  • key color value is 54.12%
CMYK:
(0,25,40,54)
C0M25Y40K54 
(0%,25%,40%,54%)
(0.00/0.25/0.40/0.54)	

CMYK percentages

%0
%24.79
%40.17
%54.12

Codes

Color #755846 in popluar color models

755846
RGB1178870
HSL23°25.13%36.67%
HSB/HSV23°40.17%45.88%
CMYK0.00%24.79%40.17%
54.12%

Color #755846 in popluar number systems.

HEX755846
Decimal1178870
Binary111010110110001000110
Octal165130106

Shades and tints

Shades of #755846

#755846
(117,88,70)
#6B5040
(107,80,64)
#61483A
(97,72,58)
#574034
(87,64,52)
#4D382E
(77,56,46)
#433028
(67,48,40)
#392822
(57,40,34)
#2F201C
(47,32,28)
#251816
(37,24,22)
#1B1010
(27,16,16)
#11080A
(17,8,10)
#000000
(0,0,0)

Tints of #755846

#755846
(117,88,70)
#816756
(129,103,86)
#8D7666
(141,118,102)
#998576
(153,133,118)
#A59486
(165,148,134)
#B1A396
(177,163,150)
#BDB2A6
(189,178,166)
#C9C1B6
(201,193,182)
#D5D0C6
(213,208,198)
#E1DFD6
(225,223,214)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755846 color. Also use rgb(117,88,70) instead hex code.

Text Font Color

.myTextColor { color: #755846; }

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

This text font color is #755846.


Background Color

.myBgColor { background-color: #755846; }

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

This div background color is #755846.


Border color

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

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

This div border color is #755846.


Opacity

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

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

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

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

This text has shadow with #755846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755846 on black background.


Color preview on white background

This text has color #755846 on white background.



Black color preview on #755846 background

This text has black color on #755846 background.


White color preview on #755846 background

This text has white color on #755846 background.