COLOR #755E53

HEX: #755E53
RGB: (117,94,83)

Color info

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

RGB color model

#755E53 color RGB value is (117,94,83).

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

RGB channels and saturation

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

117
94
83

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

Portions of RGB colors in percentages

R + G + B =
117 + 94 + 83 = 294 (100%)
R 117 of 294 ~ 39.8%
G 94 of 294 ~ 31.97%
B 83 of 294 ~ 28.23%

%39.8
%31.97
%28.23

CMYK color model

#755E53 color CMYK value is (0,20,29,54).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 29.06%
  • key color value is 54.12%
CMYK:
(0,20,29,54)
C0M20Y29K54 
(0%,20%,29%,54%)
(0.00/0.20/0.29/0.54)	

CMYK percentages

%0
%19.66
%29.06
%54.12

Codes

Color #755E53 in popluar color models

755E53
RGB1179483
HSL19°17.00%39.22%
HSB/HSV19°29.06%45.88%
CMYK0.00%19.66%29.06%
54.12%

Color #755E53 in popluar number systems.

HEX755E53
Decimal1179483
Binary111010110111101010011
Octal165136123

Shades and tints

Shades of #755E53

#755E53
(117,94,83)
#6B564C
(107,86,76)
#614E45
(97,78,69)
#57463E
(87,70,62)
#4D3E37
(77,62,55)
#433630
(67,54,48)
#392E29
(57,46,41)
#2F2622
(47,38,34)
#251E1B
(37,30,27)
#1B1614
(27,22,20)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #755E53

#755E53
(117,94,83)
#816C62
(129,108,98)
#8D7A71
(141,122,113)
#998880
(153,136,128)
#A5968F
(165,150,143)
#B1A49E
(177,164,158)
#BDB2AD
(189,178,173)
#C9C0BC
(201,192,188)
#D5CECB
(213,206,203)
#E1DCDA
(225,220,218)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755E53; }

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

This text font color is #755E53.


Background Color

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

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

This div background color is #755E53.


Border color

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

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

This div border color is #755E53.


Opacity

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

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

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

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

This text has shadow with #755E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755E53 on black background.


Color preview on white background

This text has color #755E53 on white background.



Black color preview on #755E53 background

This text has black color on #755E53 background.


White color preview on #755E53 background

This text has white color on #755E53 background.