COLOR #7F5653

HEX: #7F5653
RGB: (127,86,83)

Color info

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

RGB color model

#7F5653 color RGB value is (127,86,83).

  • red value is 127;
  • green value is 86;
  • blue value is 83.
RGB:
(127,86,83)
(50%,34%,33%)

RGB channels and saturation

R 127 of 255 = 50%
G 86 of 255 = 34%
B 83 of 255 = 33%

127
86
83

R + G + B ~ 39%. #7F5653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 86 + 83 = 296 (100%)
R 127 of 296 ~ 42.91%
G 86 of 296 ~ 29.05%
B 83 of 296 ~ 28.04%

%42.91
%29.05
%28.04

CMYK color model

#7F5653 color CMYK value is (0,32,35,50).

  • cyan value is 0.00%
  • magenta value is 32.28%
  • yellow value is 34.65%
  • key color value is 50.20%
CMYK:
(0,32,35,50)
C0M32Y35K50 
(0%,32%,35%,50%)
(0.00/0.32/0.35/0.50)	

CMYK percentages

%0
%32.28
%34.65
%50.2

Codes

Color #7F5653 in popluar color models

7F5653
RGB1278683
HSL20.95%41.18%
HSB/HSV34.65%49.80%
CMYK0.00%32.28%34.65%
50.20%

Color #7F5653 in popluar number systems.

HEX7F5653
Decimal1278683
Binary111111110101101010011
Octal177126123

Shades and tints

Shades of #7F5653

#7F5653
(127,86,83)
#744F4C
(116,79,76)
#694845
(105,72,69)
#5E413E
(94,65,62)
#533A37
(83,58,55)
#483330
(72,51,48)
#3D2C29
(61,44,41)
#322522
(50,37,34)
#271E1B
(39,30,27)
#1C1714
(28,23,20)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #7F5653

#7F5653
(127,86,83)
#8A6562
(138,101,98)
#957471
(149,116,113)
#A08380
(160,131,128)
#AB928F
(171,146,143)
#B6A19E
(182,161,158)
#C1B0AD
(193,176,173)
#CCBFBC
(204,191,188)
#D7CECB
(215,206,203)
#E2DDDA
(226,221,218)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5653 color. Also use rgb(127,86,83) instead hex code.

Text Font Color

.myTextColor { color: #7F5653; }

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

This text font color is #7F5653.


Background Color

.myBgColor { background-color: #7F5653; }

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

This div background color is #7F5653.


Border color

.myBorderColor { border: 1px solid #7F5653; }

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

This div border color is #7F5653.


Opacity

.myOpacity80 { color: #7F5653; opacity: 0.8; }

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

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

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

This text has shadow with #7F5653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5653 on black background.


Color preview on white background

This text has color #7F5653 on white background.



Black color preview on #7F5653 background

This text has black color on #7F5653 background.


White color preview on #7F5653 background

This text has white color on #7F5653 background.