COLOR #755E45

HEX: #755E45
RGB: (117,94,69)

Color info

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

RGB color model

#755E45 color RGB value is (117,94,69).

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

RGB channels and saturation

R 117 of 255 = 46%
G 94 of 255 = 37%
B 69 of 255 = 27%

117
94
69

R + G + B ~ 37%. #755E45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 94 + 69 = 280 (100%)
R 117 of 280 ~ 41.79%
G 94 of 280 ~ 33.57%
B 69 of 280 ~ 24.64%

%41.79
%33.57
%24.64

CMYK color model

#755E45 color CMYK value is (0,20,41,54).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 41.03%
  • key color value is 54.12%
CMYK:
(0,20,41,54)
C0M20Y41K54 
(0%,20%,41%,54%)
(0.00/0.20/0.41/0.54)	

CMYK percentages

%0
%19.66
%41.03
%54.12

Codes

Color #755E45 in popluar color models

755E45
RGB1179469
HSL31°25.81%36.47%
HSB/HSV31°41.03%45.88%
CMYK0.00%19.66%41.03%
54.12%

Color #755E45 in popluar number systems.

HEX755E45
Decimal1179469
Binary111010110111101000101
Octal165136105

Shades and tints

Shades of #755E45

#755E45
(117,94,69)
#6B563F
(107,86,63)
#614E39
(97,78,57)
#574633
(87,70,51)
#4D3E2D
(77,62,45)
#433627
(67,54,39)
#392E21
(57,46,33)
#2F261B
(47,38,27)
#251E15
(37,30,21)
#1B160F
(27,22,15)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #755E45

#755E45
(117,94,69)
#816C55
(129,108,85)
#8D7A65
(141,122,101)
#998875
(153,136,117)
#A59685
(165,150,133)
#B1A495
(177,164,149)
#BDB2A5
(189,178,165)
#C9C0B5
(201,192,181)
#D5CEC5
(213,206,197)
#E1DCD5
(225,220,213)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755E45; }

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

This text font color is #755E45.


Background Color

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

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

This div background color is #755E45.


Border color

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

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

This div border color is #755E45.


Opacity

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

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

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

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

This text has shadow with #755E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755E45 on black background.


Color preview on white background

This text has color #755E45 on white background.



Black color preview on #755E45 background

This text has black color on #755E45 background.


White color preview on #755E45 background

This text has white color on #755E45 background.