COLOR #7F7E53

HEX: #7F7E53 RGB: (127,126,83)

Color info

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

RGB color model

#7F7E53 color RGB value is (127,126,83).

RGB: (127,126,83) (50%, 49%, 33%)

RGB channels and saturation

R 127 of 255 = 50%
G 126 of 255 = 49%
B 83 of 255 = 33%

127
126
83

R + G + B ~ 44%. #7F7E53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 126 + 83 = 336 (100%)
R 127 of 336 ~ 37.8%
G 126 of 336 ~ 37.5%
B 83 of 336 ~ 24.7'%

%37.8
%37.5
%24.7

CMYK color model

#7F7E53 color CMYK value is (0,1,35,50).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 34.65%
  • key color value is 50.20%

CMYK: (0,1,35,50)
C0M1Y35K50 (0%, 1%, 35%, 50%)
(0.00 / 0.01 / 0.35 / 0.50)

CMYK percentages

%0
%0.79
%34.65
%50.2

Codes

Color #7F7E53 in popluar color models

7F 7E 53
RGB 127 126 83
HSL 59° 20.95% 41.18%
HSB/HSV 59° 34.65% 49.80%
CMYK 0.00% 0.79% 34.65%
50.20%

Color #7F7E53 in popluar number systems.

HEX 7F 7E 53
Decimal 127 126 83
Binary 1111111 1111110 1010011
Octal 177 176 123

Shades and tints

Shades of #7F7E53

#7F7E53
(127,126,83)
#74734C
(116,115,76)
#696845
(105,104,69)
#5E5D3E
(94,93,62)
#535237
(83,82,55)
#484730
(72,71,48)
#3D3C29
(61,60,41)
#323122
(50,49,34)
#27261B
(39,38,27)
#1C1B14
(28,27,20)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #7F7E53

#7F7E53
(127,126,83)
#8A8962
(138,137,98)
#959471
(149,148,113)
#A09F80
(160,159,128)
#ABAA8F
(171,170,143)
#B6B59E
(182,181,158)
#C1C0AD
(193,192,173)
#CCCBBC
(204,203,188)
#D7D6CB
(215,214,203)
#E2E1DA
(226,225,218)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7E53; }

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

This text font color is #7F7E53.

Background Color

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

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

This div background color is #7F7E53.

Border color

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

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

This div border color is #7F7E53.

Opacity

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

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

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

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

This text has shadow with #7F7E53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7E53.

Preview

Color preview on black background

This text has color #7F7E53 on black background.


Color preview on white background

This text has color #7F7E53 on white background.


Black color preview on #7F7E53 background

This text has black color on #7F7E53 background.


White color preview on #7F7E53 background

This text has white color on #7F7E53 background.


Related colors

Complementary color

Complementary color for #hex is #8081AC.


I love getcolorcode.com

Triadic colors

1 #537F7E and #7E537F with #7F7E53 are triadic colors.

2 #537E7F and #7E7F53 with #7F7E53 are triadic colors.