COLOR #7F5A3F

HEX: #7F5A3F
RGB: (127,90,63)

Color info

#7F5A3F contains mainly red and green colors. Web safe color of #7F5A3F is #666633 (or #663).

RGB color model

#7F5A3F color RGB value is (127,90,63).

  • red value is 127;
  • green value is 90;
  • blue value is 63.
RGB:
(127,90,63)
(50%,35%,25%)

RGB channels and saturation

R 127 of 255 = 50%
G 90 of 255 = 35%
B 63 of 255 = 25%

127
90
63

R + G + B ~ 37%. #7F5A3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 90 + 63 = 280 (100%)
R 127 of 280 ~ 45.36%
G 90 of 280 ~ 32.14%
B 63 of 280 ~ 22.5%

%45.36
%32.14
%22.5

CMYK color model

#7F5A3F color CMYK value is (0,29,50,50).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 50.39%
  • key color value is 50.20%
CMYK:
(0,29,50,50)
C0M29Y50K50 
(0%,29%,50%,50%)
(0.00/0.29/0.50/0.50)	

CMYK percentages

%0
%29.13
%50.39
%50.2

Codes

Color #7F5A3F in popluar color models

7F5A3F
RGB1279063
HSL25°33.68%37.25%
HSB/HSV25°50.39%49.80%
CMYK0.00%29.13%50.39%
50.20%

Color #7F5A3F in popluar number systems.

HEX7F5A3F
Decimal1279063
Binary11111111011010111111
Octal17713277

Shades and tints

Shades of #7F5A3F

#7F5A3F
(127,90,63)
#74523A
(116,82,58)
#694A35
(105,74,53)
#5E4230
(94,66,48)
#533A2B
(83,58,43)
#483226
(72,50,38)
#3D2A21
(61,42,33)
#32221C
(50,34,28)
#271A17
(39,26,23)
#1C1212
(28,18,18)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #7F5A3F

#7F5A3F
(127,90,63)
#8A6950
(138,105,80)
#957861
(149,120,97)
#A08772
(160,135,114)
#AB9683
(171,150,131)
#B6A594
(182,165,148)
#C1B4A5
(193,180,165)
#CCC3B6
(204,195,182)
#D7D2C7
(215,210,199)
#E2E1D8
(226,225,216)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5A3F color. Also use rgb(127,90,63) instead hex code.

Text Font Color

.myTextColor { color: #7F5A3F; }

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

This text font color is #7F5A3F.


Background Color

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

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

This div background color is #7F5A3F.


Border color

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

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

This div border color is #7F5A3F.


Opacity

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

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

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

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

This text has shadow with #7F5A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5A3F on black background.


Color preview on white background

This text has color #7F5A3F on white background.



Black color preview on #7F5A3F background

This text has black color on #7F5A3F background.


White color preview on #7F5A3F background

This text has white color on #7F5A3F background.