COLOR #755C3F

HEX: #755C3F
RGB: (117,92,63)

Color info

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

RGB color model

#755C3F color RGB value is (117,92,63).

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

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 63 of 255 = 25%

117
92
63

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

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 63 = 272 (100%)
R 117 of 272 ~ 43.01%
G 92 of 272 ~ 33.82%
B 63 of 272 ~ 23.16%

%43.01
%33.82
%23.16

CMYK color model

#755C3F color CMYK value is (0,21,46,54).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 46.15%
  • key color value is 54.12%
CMYK:
(0,21,46,54)
C0M21Y46K54 
(0%,21%,46%,54%)
(0.00/0.21/0.46/0.54)	

CMYK percentages

%0
%21.37
%46.15
%54.12

Codes

Color #755C3F in popluar color models

755C3F
RGB1179263
HSL32°30.00%35.29%
HSB/HSV32°46.15%45.88%
CMYK0.00%21.37%46.15%
54.12%

Color #755C3F in popluar number systems.

HEX755C3F
Decimal1179263
Binary11101011011100111111
Octal16513477

Shades and tints

Shades of #755C3F

#755C3F
(117,92,63)
#6B543A
(107,84,58)
#614C35
(97,76,53)
#574430
(87,68,48)
#4D3C2B
(77,60,43)
#433426
(67,52,38)
#392C21
(57,44,33)
#2F241C
(47,36,28)
#251C17
(37,28,23)
#1B1412
(27,20,18)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #755C3F

#755C3F
(117,92,63)
#816A50
(129,106,80)
#8D7861
(141,120,97)
#998672
(153,134,114)
#A59483
(165,148,131)
#B1A294
(177,162,148)
#BDB0A5
(189,176,165)
#C9BEB6
(201,190,182)
#D5CCC7
(213,204,199)
#E1DAD8
(225,218,216)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755C3F color. Also use rgb(117,92,63) instead hex code.

Text Font Color

.myTextColor { color: #755C3F; }

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

This text font color is #755C3F.


Background Color

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

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

This div background color is #755C3F.


Border color

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

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

This div border color is #755C3F.


Opacity

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

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

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

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

This text has shadow with #755C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C3F on black background.


Color preview on white background

This text has color #755C3F on white background.



Black color preview on #755C3F background

This text has black color on #755C3F background.


White color preview on #755C3F background

This text has white color on #755C3F background.