COLOR #7F5531

HEX: #7F5531
RGB: (127,85,49)

Color info

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

RGB color model

#7F5531 color RGB value is (127,85,49).

  • red value is 127;
  • green value is 85;
  • blue value is 49.
RGB:
(127,85,49)
(50%,33%,19%)

RGB channels and saturation

R 127 of 255 = 50%
G 85 of 255 = 33%
B 49 of 255 = 19%

127
85
49

R + G + B ~ 34%. #7F5531 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 85 + 49 = 261 (100%)
R 127 of 261 ~ 48.66%
G 85 of 261 ~ 32.57%
B 49 of 261 ~ 18.77%

%48.66
%32.57
%18.77

CMYK color model

#7F5531 color CMYK value is (0,33,61,50).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 61.42%
  • key color value is 50.20%
CMYK:
(0,33,61,50)
C0M33Y61K50 
(0%,33%,61%,50%)
(0.00/0.33/0.61/0.50)	

CMYK percentages

%0
%33.07
%61.42
%50.2

Codes

Color #7F5531 in popluar color models

7F5531
RGB1278549
HSL28°44.32%34.51%
HSB/HSV28°61.42%49.80%
CMYK0.00%33.07%61.42%
50.20%

Color #7F5531 in popluar number systems.

HEX7F5531
Decimal1278549
Binary11111111010101110001
Octal17712561

Shades and tints

Shades of #7F5531

#7F5531
(127,85,49)
#744E2D
(116,78,45)
#694729
(105,71,41)
#5E4025
(94,64,37)
#533921
(83,57,33)
#48321D
(72,50,29)
#3D2B19
(61,43,25)
#322415
(50,36,21)
#271D11
(39,29,17)
#1C160D
(28,22,13)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #7F5531

#7F5531
(127,85,49)
#8A6443
(138,100,67)
#957355
(149,115,85)
#A08267
(160,130,103)
#AB9179
(171,145,121)
#B6A08B
(182,160,139)
#C1AF9D
(193,175,157)
#CCBEAF
(204,190,175)
#D7CDC1
(215,205,193)
#E2DCD3
(226,220,211)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5531 color. Also use rgb(127,85,49) instead hex code.

Text Font Color

.myTextColor { color: #7F5531; }

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

This text font color is #7F5531.


Background Color

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

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

This div background color is #7F5531.


Border color

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

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

This div border color is #7F5531.


Opacity

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

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

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

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

This text has shadow with #7F5531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5531 on black background.


Color preview on white background

This text has color #7F5531 on white background.



Black color preview on #7F5531 background

This text has black color on #7F5531 background.


White color preview on #7F5531 background

This text has white color on #7F5531 background.