COLOR #7F703A

HEX: #7F703A RGB: (127,112,58)

Color info

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

RGB color model

#7F703A color RGB value is (127,112,58).

RGB: (127,112,58) (50%, 44%, 23%)

RGB channels and saturation

R 127 of 255 = 50%
G 112 of 255 = 44%
B 58 of 255 = 23%

127
112
58

R + G + B ~ 39%. #7F703A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 112 + 58 = 297 (100%)
R 127 of 297 ~ 42.76%
G 112 of 297 ~ 37.71%
B 58 of 297 ~ 19.53'%

%42.76
%37.71
%19.53

CMYK color model

#7F703A color CMYK value is (0,12,54,50).

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 54.33%
  • key color value is 50.20%

CMYK: (0,12,54,50)
C0M12Y54K50 (0%, 12%, 54%, 50%)
(0.00 / 0.12 / 0.54 / 0.50)

CMYK percentages

%0
%11.81
%54.33
%50.2

Codes

Color #7F703A in popluar color models

7F 70 3A
RGB 127 112 58
HSL 47° 37.30% 36.27%
HSB/HSV 47° 54.33% 49.80%
CMYK 0.00% 11.81% 54.33%
50.20%

Color #7F703A in popluar number systems.

HEX 7F 70 3A
Decimal 127 112 58
Binary 1111111 1110000 111010
Octal 177 160 72

Shades and tints

Shades of #7F703A

#7F703A
(127,112,58)
#746635
(116,102,53)
#695C30
(105,92,48)
#5E522B
(94,82,43)
#534826
(83,72,38)
#483E21
(72,62,33)
#3D341C
(61,52,28)
#322A17
(50,42,23)
#272012
(39,32,18)
#1C160D
(28,22,13)
#110C08
(17,12,8)
#000000
(0,0,0)

Tints of #7F703A

#7F703A
(127,112,58)
#8A7D4B
(138,125,75)
#958A5C
(149,138,92)
#A0976D
(160,151,109)
#ABA47E
(171,164,126)
#B6B18F
(182,177,143)
#C1BEA0
(193,190,160)
#CCCBB1
(204,203,177)
#D7D8C2
(215,216,194)
#E2E5D3
(226,229,211)
#EDF2E4
(237,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F703A color. Also use rgb(127,112,58) instead hex code.

Text Font Color

.myTextColor { color: #7F703A; }

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

This text font color is #7F703A.

Background Color

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

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

This div background color is #7F703A.

Border color

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

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

This div border color is #7F703A.

Opacity

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

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

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

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

This text has shadow with #7F703A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F703A.

Preview

Color preview on black background

This text has color #7F703A on black background.


Color preview on white background

This text has color #7F703A on white background.


Black color preview on #7F703A background

This text has black color on #7F703A background.


White color preview on #7F703A background

This text has white color on #7F703A background.


Related colors

Complementary color

Complementary color for #hex is #808FC5.


I love getcolorcode.com

Triadic colors

1 #3A7F70 and #703A7F with #7F703A are triadic colors.

2 #3A707F and #707F3A with #7F703A are triadic colors.