COLOR #7D803D

HEX: #7D803D RGB: (125,128,61)

Color info

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

RGB color model

#7D803D color RGB value is (125,128,61).

RGB: (125,128,61) (49%, 50%, 24%)

RGB channels and saturation

R 125 of 255 = 49%
G 128 of 255 = 50%
B 61 of 255 = 24%

125
128
61

R + G + B ~ 41%. #7D803D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 125 + 128 + 61 = 314 (100%)
R 125 of 314 ~ 39.81%
G 128 of 314 ~ 40.76%
B 61 of 314 ~ 19.43'%

%39.81
%40.76
%19.43

CMYK color model

#7D803D color CMYK value is (2,0,52,50).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 52.34%
  • key color value is 49.80%

CMYK: (2,0,52,50)
C2M0Y52K50 (2%, 0%, 52%, 50%)
(0.02 / 0.00 / 0.52 / 0.50)

CMYK percentages

%2.34
%0
%52.34
%49.8

Codes

Color #7D803D in popluar color models

7D 80 3D
RGB 125 128 61
HSL 63° 35.45% 37.06%
HSB/HSV 63° 52.34% 50.20%
CMYK 2.34% 0.00% 52.34%
49.80%

Color #7D803D in popluar number systems.

HEX 7D 80 3D
Decimal 125 128 61
Binary 1111101 10000000 111101
Octal 175 200 75

Shades and tints

Shades of #7D803D

#7D803D
(125,128,61)
#727538
(114,117,56)
#676A33
(103,106,51)
#5C5F2E
(92,95,46)
#515429
(81,84,41)
#464924
(70,73,36)
#3B3E1F
(59,62,31)
#30331A
(48,51,26)
#252815
(37,40,21)
#1A1D10
(26,29,16)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #7D803D

#7D803D
(125,128,61)
#888B4E
(136,139,78)
#93965F
(147,150,95)
#9EA170
(158,161,112)
#A9AC81
(169,172,129)
#B4B792
(180,183,146)
#BFC2A3
(191,194,163)
#CACDB4
(202,205,180)
#D5D8C5
(213,216,197)
#E0E3D6
(224,227,214)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D803D color. Also use rgb(125,128,61) instead hex code.

Text Font Color

.myTextColor { color: #7D803D; }

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

This text font color is #7D803D.

Background Color

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

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

This div background color is #7D803D.

Border color

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

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

This div border color is #7D803D.

Opacity

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

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

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

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

This text has shadow with #7D803D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D803D.

Preview

Color preview on black background

This text has color #7D803D on black background.


Color preview on white background

This text has color #7D803D on white background.


Black color preview on #7D803D background

This text has black color on #7D803D background.


White color preview on #7D803D background

This text has white color on #7D803D background.


Related colors

Complementary color

Complementary color for #hex is #827FC2.


I love getcolorcode.com

Triadic colors

1 #3D7D80 and #803D7D with #7D803D are triadic colors.

2 #3D807D and #807D3D with #7D803D are triadic colors.