COLOR #7D703A

HEX: #7D703A RGB: (125,112,58)

Color info

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

RGB color model

#7D703A color RGB value is (125,112,58).

RGB: (125,112,58) (49%, 44%, 23%)

RGB channels and saturation

R 125 of 255 = 49%
G 112 of 255 = 44%
B 58 of 255 = 23%

125
112
58

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

Portions of RGB colors in percentages

R + G + B = 125 + 112 + 58 = 295 (100%)
R 125 of 295 ~ 42.37%
G 112 of 295 ~ 37.97%
B 58 of 295 ~ 19.66'%

%42.37
%37.97
%19.66

CMYK color model

#7D703A color CMYK value is (0,10,54,51).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 53.60%
  • key color value is 50.98%

CMYK: (0,10,54,51)
C0M10Y54K51 (0%, 10%, 54%, 51%)
(0.00 / 0.10 / 0.54 / 0.51)

CMYK percentages

%0
%10.4
%53.6
%50.98

Codes

Color #7D703A in popluar color models

7D 70 3A
RGB 125 112 58
HSL 48° 36.61% 35.88%
HSB/HSV 48° 53.60% 49.02%
CMYK 0.00% 10.40% 53.60%
50.98%

Color #7D703A in popluar number systems.

HEX 7D 70 3A
Decimal 125 112 58
Binary 1111101 1110000 111010
Octal 175 160 72

Shades and tints

Shades of #7D703A

#7D703A
(125,112,58)
#726635
(114,102,53)
#675C30
(103,92,48)
#5C522B
(92,82,43)
#514826
(81,72,38)
#463E21
(70,62,33)
#3B341C
(59,52,28)
#302A17
(48,42,23)
#252012
(37,32,18)
#1A160D
(26,22,13)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #7D703A

#7D703A
(125,112,58)
#887D4B
(136,125,75)
#938A5C
(147,138,92)
#9E976D
(158,151,109)
#A9A47E
(169,164,126)
#B4B18F
(180,177,143)
#BFBEA0
(191,190,160)
#CACBB1
(202,203,177)
#D5D8C2
(213,216,194)
#E0E5D3
(224,229,211)
#EBF2E4
(235,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D703A; }

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

This text font color is #7D703A.

Background Color

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

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

This div background color is #7D703A.

Border color

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

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

This div border color is #7D703A.

Opacity

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

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

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

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

This text has shadow with #7D703A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D703A.

Preview

Color preview on black background

This text has color #7D703A on black background.


Color preview on white background

This text has color #7D703A on white background.


Black color preview on #7D703A background

This text has black color on #7D703A background.


White color preview on #7D703A background

This text has white color on #7D703A background.


Related colors

Complementary color

Complementary color for #hex is #828FC5.


I love getcolorcode.com

Triadic colors

1 #3A7D70 and #703A7D with #7D703A are triadic colors.

2 #3A707D and #707D3A with #7D703A are triadic colors.