COLOR #7F493B

HEX: #7F493B RGB: (127,73,59)

Color info

#7F493B contains mainly red and green colors. Web safe color of #7F493B is #663333 (or #633).

RGB color model

#7F493B color RGB value is (127,73,59).

RGB: (127,73,59) (50%, 29%, 23%)

RGB channels and saturation

R 127 of 255 = 50%
G 73 of 255 = 29%
B 59 of 255 = 23%

127
73
59

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

Portions of RGB colors in percentages

R + G + B = 127 + 73 + 59 = 259 (100%)
R 127 of 259 ~ 49.03%
G 73 of 259 ~ 28.19%
B 59 of 259 ~ 22.78'%

%49.03
%28.19
%22.78

CMYK color model

#7F493B color CMYK value is (0,43,54,50).

  • cyan value is 0.00%
  • magenta value is 42.52%
  • yellow value is 53.54%
  • key color value is 50.20%

CMYK: (0,43,54,50)
C0M43Y54K50 (0%, 43%, 54%, 50%)
(0.00 / 0.43 / 0.54 / 0.50)

CMYK percentages

%0
%42.52
%53.54
%50.2

Codes

Color #7F493B in popluar color models

7F 49 3B
RGB 127 73 59
HSL 12° 36.56% 36.47%
HSB/HSV 12° 53.54% 49.80%
CMYK 0.00% 42.52% 53.54%
50.20%

Color #7F493B in popluar number systems.

HEX 7F 49 3B
Decimal 127 73 59
Binary 1111111 1001001 111011
Octal 177 111 73

Shades and tints

Shades of #7F493B

#7F493B
(127,73,59)
#744336
(116,67,54)
#693D31
(105,61,49)
#5E372C
(94,55,44)
#533127
(83,49,39)
#482B22
(72,43,34)
#3D251D
(61,37,29)
#321F18
(50,31,24)
#271913
(39,25,19)
#1C130E
(28,19,14)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #7F493B

#7F493B
(127,73,59)
#8A594C
(138,89,76)
#95695D
(149,105,93)
#A0796E
(160,121,110)
#AB897F
(171,137,127)
#B69990
(182,153,144)
#C1A9A1
(193,169,161)
#CCB9B2
(204,185,178)
#D7C9C3
(215,201,195)
#E2D9D4
(226,217,212)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F493B; }

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

This text font color is #7F493B.

Background Color

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

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

This div background color is #7F493B.

Border color

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

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

This div border color is #7F493B.

Opacity

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

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

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

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

This text has shadow with #7F493B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F493B.

Preview

Color preview on black background

This text has color #7F493B on black background.


Color preview on white background

This text has color #7F493B on white background.


Black color preview on #7F493B background

This text has black color on #7F493B background.


White color preview on #7F493B background

This text has white color on #7F493B background.


Related colors

Complementary color

Complementary color for #hex is #80B6C4.


I love getcolorcode.com

Triadic colors

1 #3B7F49 and #493B7F with #7F493B are triadic colors.

2 #3B497F and #497F3B with #7F493B are triadic colors.