COLOR #7F5A3C

HEX: #7F5A3C
RGB: (127,90,60)

Color info

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

RGB color model

#7F5A3C color RGB value is (127,90,60).

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

RGB channels and saturation

R 127 of 255 = 50%
G 90 of 255 = 35%
B 60 of 255 = 24%

127
90
60

R + G + B ~ 36%. #7F5A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 90 + 60 = 277 (100%)
R 127 of 277 ~ 45.85%
G 90 of 277 ~ 32.49%
B 60 of 277 ~ 21.66%

%45.85
%32.49
%21.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 52.76%
  • key color value is 50.20%
CMYK:
(0,29,53,50)
C0M29Y53K50 
(0%,29%,53%,50%)
(0.00/0.29/0.53/0.50)	

CMYK percentages

%0
%29.13
%52.76
%50.2

Codes

Color #7F5A3C in popluar color models

7F5A3C
RGB1279060
HSL27°35.83%36.67%
HSB/HSV27°52.76%49.80%
CMYK0.00%29.13%52.76%
50.20%

Color #7F5A3C in popluar number systems.

HEX7F5A3C
Decimal1279060
Binary11111111011010111100
Octal17713274

Shades and tints

Shades of #7F5A3C

#7F5A3C
(127,90,60)
#745237
(116,82,55)
#694A32
(105,74,50)
#5E422D
(94,66,45)
#533A28
(83,58,40)
#483223
(72,50,35)
#3D2A1E
(61,42,30)
#322219
(50,34,25)
#271A14
(39,26,20)
#1C120F
(28,18,15)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #7F5A3C

#7F5A3C
(127,90,60)
#8A694D
(138,105,77)
#95785E
(149,120,94)
#A0876F
(160,135,111)
#AB9680
(171,150,128)
#B6A591
(182,165,145)
#C1B4A2
(193,180,162)
#CCC3B3
(204,195,179)
#D7D2C4
(215,210,196)
#E2E1D5
(226,225,213)
#EDF0E6
(237,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5A3C; }

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

This text font color is #7F5A3C.


Background Color

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

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

This div background color is #7F5A3C.


Border color

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

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

This div border color is #7F5A3C.


Opacity

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

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

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

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

This text has shadow with #7F5A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5A3C on black background.


Color preview on white background

This text has color #7F5A3C on white background.



Black color preview on #7F5A3C background

This text has black color on #7F5A3C background.


White color preview on #7F5A3C background

This text has white color on #7F5A3C background.