COLOR #755F53

HEX: #755F53
RGB: (117,95,83)

Color info

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

RGB color model

#755F53 color RGB value is (117,95,83).

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

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 83 of 255 = 33%

117
95
83

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

Portions of RGB colors in percentages

R + G + B =
117 + 95 + 83 = 295 (100%)
R 117 of 295 ~ 39.66%
G 95 of 295 ~ 32.2%
B 83 of 295 ~ 28.14%

%39.66
%32.2
%28.14

CMYK color model

#755F53 color CMYK value is (0,19,29,54).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 29.06%
  • key color value is 54.12%
CMYK:
(0,19,29,54)
C0M19Y29K54 
(0%,19%,29%,54%)
(0.00/0.19/0.29/0.54)	

CMYK percentages

%0
%18.8
%29.06
%54.12

Codes

Color #755F53 in popluar color models

755F53
RGB1179583
HSL21°17.00%39.22%
HSB/HSV21°29.06%45.88%
CMYK0.00%18.80%29.06%
54.12%

Color #755F53 in popluar number systems.

HEX755F53
Decimal1179583
Binary111010110111111010011
Octal165137123

Shades and tints

Shades of #755F53

#755F53
(117,95,83)
#6B574C
(107,87,76)
#614F45
(97,79,69)
#57473E
(87,71,62)
#4D3F37
(77,63,55)
#433730
(67,55,48)
#392F29
(57,47,41)
#2F2722
(47,39,34)
#251F1B
(37,31,27)
#1B1714
(27,23,20)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #755F53

#755F53
(117,95,83)
#816D62
(129,109,98)
#8D7B71
(141,123,113)
#998980
(153,137,128)
#A5978F
(165,151,143)
#B1A59E
(177,165,158)
#BDB3AD
(189,179,173)
#C9C1BC
(201,193,188)
#D5CFCB
(213,207,203)
#E1DDDA
(225,221,218)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755F53; }

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

This text font color is #755F53.


Background Color

.myBgColor { background-color: #755F53; }

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

This div background color is #755F53.


Border color

.myBorderColor { border: 1px solid #755F53; }

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

This div border color is #755F53.


Opacity

.myOpacity80 { color: #755F53; opacity: 0.8; }

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

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

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

This text has shadow with #755F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755F53 on black background.


Color preview on white background

This text has color #755F53 on white background.



Black color preview on #755F53 background

This text has black color on #755F53 background.


White color preview on #755F53 background

This text has white color on #755F53 background.