COLOR #7F492A

HEX: #7F492A RGB: (127,73,42)

Color info

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

RGB color model

#7F492A color RGB value is (127,73,42).

RGB: (127,73,42) (50%, 29%, 16%)

RGB channels and saturation

R 127 of 255 = 50%
G 73 of 255 = 29%
B 42 of 255 = 16%

127
73
42

R + G + B ~ 32%. #7F492A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 73 + 42 = 242 (100%)
R 127 of 242 ~ 52.48%
G 73 of 242 ~ 30.17%
B 42 of 242 ~ 17.36'%

%52.48
%30.17
%17.36

CMYK color model

#7F492A color CMYK value is (0,43,67,50).

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

CMYK: (0,43,67,50)
C0M43Y67K50 (0%, 43%, 67%, 50%)
(0.00 / 0.43 / 0.67 / 0.50)

CMYK percentages

%0
%42.52
%66.93
%50.2

Codes

Color #7F492A in popluar color models

7F 49 2A
RGB 127 73 42
HSL 22° 50.30% 33.14%
HSB/HSV 22° 66.93% 49.80%
CMYK 0.00% 42.52% 66.93%
50.20%

Color #7F492A in popluar number systems.

HEX 7F 49 2A
Decimal 127 73 42
Binary 1111111 1001001 101010
Octal 177 111 52

Shades and tints

Shades of #7F492A

#7F492A
(127,73,42)
#744327
(116,67,39)
#693D24
(105,61,36)
#5E3721
(94,55,33)
#53311E
(83,49,30)
#482B1B
(72,43,27)
#3D2518
(61,37,24)
#321F15
(50,31,21)
#271912
(39,25,18)
#1C130F
(28,19,15)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #7F492A

#7F492A
(127,73,42)
#8A593D
(138,89,61)
#956950
(149,105,80)
#A07963
(160,121,99)
#AB8976
(171,137,118)
#B69989
(182,153,137)
#C1A99C
(193,169,156)
#CCB9AF
(204,185,175)
#D7C9C2
(215,201,194)
#E2D9D5
(226,217,213)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F492A; }

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

This text font color is #7F492A.

Background Color

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

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

This div background color is #7F492A.

Border color

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

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

This div border color is #7F492A.

Opacity

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

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

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

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

This text has shadow with #7F492A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F492A.

Preview

Color preview on black background

This text has color #7F492A on black background.


Color preview on white background

This text has color #7F492A on white background.


Black color preview on #7F492A background

This text has black color on #7F492A background.


White color preview on #7F492A background

This text has white color on #7F492A background.


Related colors

Complementary color

Complementary color for #hex is #80B6D5.


I love getcolorcode.com

Triadic colors

1 #2A7F49 and #492A7F with #7F492A are triadic colors.

2 #2A497F and #497F2A with #7F492A are triadic colors.