COLOR #7F5349

HEX: #7F5349
RGB: (127,83,73)

Color info

#7F5349 contains red, green and blue colors in about the same proportion. Web safe color of #7F5349 is #666633 (or #663).

RGB color model

#7F5349 color RGB value is (127,83,73).

  • red value is 127;
  • green value is 83;
  • blue value is 73.
RGB:
(127,83,73)
(50%,33%,29%)

RGB channels and saturation

R 127 of 255 = 50%
G 83 of 255 = 33%
B 73 of 255 = 29%

127
83
73

R + G + B ~ 37%. #7F5349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 83 + 73 = 283 (100%)
R 127 of 283 ~ 44.88%
G 83 of 283 ~ 29.33%
B 73 of 283 ~ 25.8%

%44.88
%29.33
%25.8

CMYK color model

#7F5349 color CMYK value is (0,35,43,50).

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 42.52%
  • key color value is 50.20%
CMYK:
(0,35,43,50)
C0M35Y43K50 
(0%,35%,43%,50%)
(0.00/0.35/0.43/0.50)	

CMYK percentages

%0
%34.65
%42.52
%50.2

Codes

Color #7F5349 in popluar color models

7F5349
RGB1278373
HSL11°27.00%39.22%
HSB/HSV11°42.52%49.80%
CMYK0.00%34.65%42.52%
50.20%

Color #7F5349 in popluar number systems.

HEX7F5349
Decimal1278373
Binary111111110100111001001
Octal177123111

Shades and tints

Shades of #7F5349

#7F5349
(127,83,73)
#744C43
(116,76,67)
#69453D
(105,69,61)
#5E3E37
(94,62,55)
#533731
(83,55,49)
#48302B
(72,48,43)
#3D2925
(61,41,37)
#32221F
(50,34,31)
#271B19
(39,27,25)
#1C1413
(28,20,19)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #7F5349

#7F5349
(127,83,73)
#8A6259
(138,98,89)
#957169
(149,113,105)
#A08079
(160,128,121)
#AB8F89
(171,143,137)
#B69E99
(182,158,153)
#C1ADA9
(193,173,169)
#CCBCB9
(204,188,185)
#D7CBC9
(215,203,201)
#E2DAD9
(226,218,217)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5349 color. Also use rgb(127,83,73) instead hex code.

Text Font Color

.myTextColor { color: #7F5349; }

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

This text font color is #7F5349.


Background Color

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

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

This div background color is #7F5349.


Border color

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

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

This div border color is #7F5349.


Opacity

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

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

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

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

This text has shadow with #7F5349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5349 on black background.


Color preview on white background

This text has color #7F5349 on white background.



Black color preview on #7F5349 background

This text has black color on #7F5349 background.


White color preview on #7F5349 background

This text has white color on #7F5349 background.