COLOR #7F5E37

HEX: #7F5E37
RGB: (127,94,55)

Color info

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

RGB color model

#7F5E37 color RGB value is (127,94,55).

  • red value is 127;
  • green value is 94;
  • blue value is 55.
RGB:
(127,94,55)
(50%,37%,22%)

RGB channels and saturation

R 127 of 255 = 50%
G 94 of 255 = 37%
B 55 of 255 = 22%

127
94
55

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

Portions of RGB colors in percentages

R + G + B =
127 + 94 + 55 = 276 (100%)
R 127 of 276 ~ 46.01%
G 94 of 276 ~ 34.06%
B 55 of 276 ~ 19.93%

%46.01
%34.06
%19.93

CMYK color model

#7F5E37 color CMYK value is (0,26,57,50).

  • cyan value is 0.00%
  • magenta value is 25.98%
  • yellow value is 56.69%
  • key color value is 50.20%
CMYK:
(0,26,57,50)
C0M26Y57K50 
(0%,26%,57%,50%)
(0.00/0.26/0.57/0.50)	

CMYK percentages

%0
%25.98
%56.69
%50.2

Codes

Color #7F5E37 in popluar color models

7F5E37
RGB1279455
HSL33°39.56%35.69%
HSB/HSV33°56.69%49.80%
CMYK0.00%25.98%56.69%
50.20%

Color #7F5E37 in popluar number systems.

HEX7F5E37
Decimal1279455
Binary11111111011110110111
Octal17713667

Shades and tints

Shades of #7F5E37

#7F5E37
(127,94,55)
#745632
(116,86,50)
#694E2D
(105,78,45)
#5E4628
(94,70,40)
#533E23
(83,62,35)
#48361E
(72,54,30)
#3D2E19
(61,46,25)
#322614
(50,38,20)
#271E0F
(39,30,15)
#1C160A
(28,22,10)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #7F5E37

#7F5E37
(127,94,55)
#8A6C49
(138,108,73)
#957A5B
(149,122,91)
#A0886D
(160,136,109)
#AB967F
(171,150,127)
#B6A491
(182,164,145)
#C1B2A3
(193,178,163)
#CCC0B5
(204,192,181)
#D7CEC7
(215,206,199)
#E2DCD9
(226,220,217)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5E37 color. Also use rgb(127,94,55) instead hex code.

Text Font Color

.myTextColor { color: #7F5E37; }

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

This text font color is #7F5E37.


Background Color

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

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

This div background color is #7F5E37.


Border color

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

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

This div border color is #7F5E37.


Opacity

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

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

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

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

This text has shadow with #7F5E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5E37 on black background.


Color preview on white background

This text has color #7F5E37 on white background.



Black color preview on #7F5E37 background

This text has black color on #7F5E37 background.


White color preview on #7F5E37 background

This text has white color on #7F5E37 background.