COLOR #755D41

HEX: #755D41
RGB: (117,93,65)

Color info

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

RGB color model

#755D41 color RGB value is (117,93,65).

  • red value is 117;
  • green value is 93;
  • blue value is 65.
RGB:
(117,93,65)
(46%,36%,25%)

RGB channels and saturation

R 117 of 255 = 46%
G 93 of 255 = 36%
B 65 of 255 = 25%

117
93
65

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

Portions of RGB colors in percentages

R + G + B =
117 + 93 + 65 = 275 (100%)
R 117 of 275 ~ 42.55%
G 93 of 275 ~ 33.82%
B 65 of 275 ~ 23.64%

%42.55
%33.82
%23.64

CMYK color model

#755D41 color CMYK value is (0,21,44,54).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 44.44%
  • key color value is 54.12%
CMYK:
(0,21,44,54)
C0M21Y44K54 
(0%,21%,44%,54%)
(0.00/0.21/0.44/0.54)	

CMYK percentages

%0
%20.51
%44.44
%54.12

Codes

Color #755D41 in popluar color models

755D41
RGB1179365
HSL32°28.57%35.69%
HSB/HSV32°44.44%45.88%
CMYK0.00%20.51%44.44%
54.12%

Color #755D41 in popluar number systems.

HEX755D41
Decimal1179365
Binary111010110111011000001
Octal165135101

Shades and tints

Shades of #755D41

#755D41
(117,93,65)
#6B553C
(107,85,60)
#614D37
(97,77,55)
#574532
(87,69,50)
#4D3D2D
(77,61,45)
#433528
(67,53,40)
#392D23
(57,45,35)
#2F251E
(47,37,30)
#251D19
(37,29,25)
#1B1514
(27,21,20)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #755D41

#755D41
(117,93,65)
#816B52
(129,107,82)
#8D7963
(141,121,99)
#998774
(153,135,116)
#A59585
(165,149,133)
#B1A396
(177,163,150)
#BDB1A7
(189,177,167)
#C9BFB8
(201,191,184)
#D5CDC9
(213,205,201)
#E1DBDA
(225,219,218)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755D41 color. Also use rgb(117,93,65) instead hex code.

Text Font Color

.myTextColor { color: #755D41; }

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

This text font color is #755D41.


Background Color

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

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

This div background color is #755D41.


Border color

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

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

This div border color is #755D41.


Opacity

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

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

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

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

This text has shadow with #755D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755D41 on black background.


Color preview on white background

This text has color #755D41 on white background.



Black color preview on #755D41 background

This text has black color on #755D41 background.


White color preview on #755D41 background

This text has white color on #755D41 background.