COLOR #7F594F

HEX: #7F594F RGB: (127,89,79)

Color info

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

RGB color model

#7F594F color RGB value is (127,89,79).

RGB: (127,89,79) (50%, 35%, 31%)

RGB channels and saturation

R 127 of 255 = 50%
G 89 of 255 = 35%
B 79 of 255 = 31%

127
89
79

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

Portions of RGB colors in percentages

R + G + B = 127 + 89 + 79 = 295 (100%)
R 127 of 295 ~ 43.05%
G 89 of 295 ~ 30.17%
B 79 of 295 ~ 26.78'%

%43.05
%30.17
%26.78

CMYK color model

#7F594F color CMYK value is (0,30,38,50).

  • cyan value is 0.00%
  • magenta value is 29.92%
  • yellow value is 37.80%
  • key color value is 50.20%

CMYK: (0,30,38,50)
C0M30Y38K50 (0%, 30%, 38%, 50%)
(0.00 / 0.30 / 0.38 / 0.50)

CMYK percentages

%0
%29.92
%37.8
%50.2

Codes

Color #7F594F in popluar color models

7F 59 4F
RGB 127 89 79
HSL 13° 23.30% 40.39%
HSB/HSV 13° 37.80% 49.80%
CMYK 0.00% 29.92% 37.80%
50.20%

Color #7F594F in popluar number systems.

HEX 7F 59 4F
Decimal 127 89 79
Binary 1111111 1011001 1001111
Octal 177 131 117

Shades and tints

Shades of #7F594F

#7F594F
(127,89,79)
#745148
(116,81,72)
#694941
(105,73,65)
#5E413A
(94,65,58)
#533933
(83,57,51)
#48312C
(72,49,44)
#3D2925
(61,41,37)
#32211E
(50,33,30)
#271917
(39,25,23)
#1C1110
(28,17,16)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #7F594F

#7F594F
(127,89,79)
#8A685F
(138,104,95)
#95776F
(149,119,111)
#A0867F
(160,134,127)
#AB958F
(171,149,143)
#B6A49F
(182,164,159)
#C1B3AF
(193,179,175)
#CCC2BF
(204,194,191)
#D7D1CF
(215,209,207)
#E2E0DF
(226,224,223)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F594F color. Also use rgb(127,89,79) instead hex code.

Text Font Color

.myTextColor { color: #7F594F; }

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

This text font color is #7F594F.

Background Color

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

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

This div background color is #7F594F.

Border color

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

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

This div border color is #7F594F.

Opacity

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

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

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

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

This text has shadow with #7F594F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F594F.

Preview

Color preview on black background

This text has color #7F594F on black background.


Color preview on white background

This text has color #7F594F on white background.


Black color preview on #7F594F background

This text has black color on #7F594F background.


White color preview on #7F594F background

This text has white color on #7F594F background.


Related colors

Complementary color

Complementary color for #hex is #80A6B0.


I love getcolorcode.com

Triadic colors

1 #4F7F59 and #594F7F with #7F594F are triadic colors.

2 #4F597F and #597F4F with #7F594F are triadic colors.