COLOR #7F5543

HEX: #7F5543
RGB: (127,85,67)

Color info

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

RGB color model

#7F5543 color RGB value is (127,85,67).

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

RGB channels and saturation

R 127 of 255 = 50%
G 85 of 255 = 33%
B 67 of 255 = 26%

127
85
67

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

Portions of RGB colors in percentages

R + G + B =
127 + 85 + 67 = 279 (100%)
R 127 of 279 ~ 45.52%
G 85 of 279 ~ 30.47%
B 67 of 279 ~ 24.01%

%45.52
%30.47
%24.01

CMYK color model

#7F5543 color CMYK value is (0,33,47,50).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 47.24%
  • key color value is 50.20%
CMYK:
(0,33,47,50)
C0M33Y47K50 
(0%,33%,47%,50%)
(0.00/0.33/0.47/0.50)	

CMYK percentages

%0
%33.07
%47.24
%50.2

Codes

Color #7F5543 in popluar color models

7F5543
RGB1278567
HSL18°30.93%38.04%
HSB/HSV18°47.24%49.80%
CMYK0.00%33.07%47.24%
50.20%

Color #7F5543 in popluar number systems.

HEX7F5543
Decimal1278567
Binary111111110101011000011
Octal177125103

Shades and tints

Shades of #7F5543

#7F5543
(127,85,67)
#744E3D
(116,78,61)
#694737
(105,71,55)
#5E4031
(94,64,49)
#53392B
(83,57,43)
#483225
(72,50,37)
#3D2B1F
(61,43,31)
#322419
(50,36,25)
#271D13
(39,29,19)
#1C160D
(28,22,13)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #7F5543

#7F5543
(127,85,67)
#8A6454
(138,100,84)
#957365
(149,115,101)
#A08276
(160,130,118)
#AB9187
(171,145,135)
#B6A098
(182,160,152)
#C1AFA9
(193,175,169)
#CCBEBA
(204,190,186)
#D7CDCB
(215,205,203)
#E2DCDC
(226,220,220)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5543; }

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

This text font color is #7F5543.


Background Color

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

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

This div background color is #7F5543.


Border color

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

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

This div border color is #7F5543.


Opacity

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

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

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

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

This text has shadow with #7F5543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5543 on black background.


Color preview on white background

This text has color #7F5543 on white background.



Black color preview on #7F5543 background

This text has black color on #7F5543 background.


White color preview on #7F5543 background

This text has white color on #7F5543 background.