COLOR #7F5A36

HEX: #7F5A36
RGB: (127,90,54)

Color info

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

RGB color model

#7F5A36 color RGB value is (127,90,54).

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

RGB channels and saturation

R 127 of 255 = 50%
G 90 of 255 = 35%
B 54 of 255 = 21%

127
90
54

R + G + B ~ 35%. #7F5A36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 90 + 54 = 271 (100%)
R 127 of 271 ~ 46.86%
G 90 of 271 ~ 33.21%
B 54 of 271 ~ 19.93%

%46.86
%33.21
%19.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 57.48%
  • key color value is 50.20%
CMYK:
(0,29,57,50)
C0M29Y57K50 
(0%,29%,57%,50%)
(0.00/0.29/0.57/0.50)	

CMYK percentages

%0
%29.13
%57.48
%50.2

Codes

Color #7F5A36 in popluar color models

7F5A36
RGB1279054
HSL30°40.33%35.49%
HSB/HSV30°57.48%49.80%
CMYK0.00%29.13%57.48%
50.20%

Color #7F5A36 in popluar number systems.

HEX7F5A36
Decimal1279054
Binary11111111011010110110
Octal17713266

Shades and tints

Shades of #7F5A36

#7F5A36
(127,90,54)
#745232
(116,82,50)
#694A2E
(105,74,46)
#5E422A
(94,66,42)
#533A26
(83,58,38)
#483222
(72,50,34)
#3D2A1E
(61,42,30)
#32221A
(50,34,26)
#271A16
(39,26,22)
#1C1212
(28,18,18)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #7F5A36

#7F5A36
(127,90,54)
#8A6948
(138,105,72)
#95785A
(149,120,90)
#A0876C
(160,135,108)
#AB967E
(171,150,126)
#B6A590
(182,165,144)
#C1B4A2
(193,180,162)
#CCC3B4
(204,195,180)
#D7D2C6
(215,210,198)
#E2E1D8
(226,225,216)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5A36; }

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

This text font color is #7F5A36.


Background Color

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

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

This div background color is #7F5A36.


Border color

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

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

This div border color is #7F5A36.


Opacity

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

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

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

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

This text has shadow with #7F5A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5A36 on black background.


Color preview on white background

This text has color #7F5A36 on white background.



Black color preview on #7F5A36 background

This text has black color on #7F5A36 background.


White color preview on #7F5A36 background

This text has white color on #7F5A36 background.