COLOR #755141

HEX: #755141
RGB: (117,81,65)

Color info

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

RGB color model

#755141 color RGB value is (117,81,65).

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

RGB channels and saturation

R 117 of 255 = 46%
G 81 of 255 = 32%
B 65 of 255 = 25%

117
81
65

R + G + B ~ 34%. #755141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 81 + 65 = 263 (100%)
R 117 of 263 ~ 44.49%
G 81 of 263 ~ 30.8%
B 65 of 263 ~ 24.71%

%44.49
%30.8
%24.71

CMYK color model

#755141 color CMYK value is (0,31,44,54).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 44.44%
  • key color value is 54.12%
CMYK:
(0,31,44,54)
C0M31Y44K54 
(0%,31%,44%,54%)
(0.00/0.31/0.44/0.54)	

CMYK percentages

%0
%30.77
%44.44
%54.12

Codes

Color #755141 in popluar color models

755141
RGB1178165
HSL18°28.57%35.69%
HSB/HSV18°44.44%45.88%
CMYK0.00%30.77%44.44%
54.12%

Color #755141 in popluar number systems.

HEX755141
Decimal1178165
Binary111010110100011000001
Octal165121101

Shades and tints

Shades of #755141

#755141
(117,81,65)
#6B4A3C
(107,74,60)
#614337
(97,67,55)
#573C32
(87,60,50)
#4D352D
(77,53,45)
#432E28
(67,46,40)
#392723
(57,39,35)
#2F201E
(47,32,30)
#251919
(37,25,25)
#1B1214
(27,18,20)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #755141

#755141
(117,81,65)
#816052
(129,96,82)
#8D6F63
(141,111,99)
#997E74
(153,126,116)
#A58D85
(165,141,133)
#B19C96
(177,156,150)
#BDABA7
(189,171,167)
#C9BAB8
(201,186,184)
#D5C9C9
(213,201,201)
#E1D8DA
(225,216,218)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755141; }

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

This text font color is #755141.


Background Color

.myBgColor { background-color: #755141; }

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

This div background color is #755141.


Border color

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

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

This div border color is #755141.


Opacity

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

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

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

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

This text has shadow with #755141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755141 on black background.


Color preview on white background

This text has color #755141 on white background.



Black color preview on #755141 background

This text has black color on #755141 background.


White color preview on #755141 background

This text has white color on #755141 background.