COLOR #7D812D

HEX: #7D812D RGB: (125,129,45)

Color info

#7D812D contains mainly red and green colors. Web safe color of #7D812D is #669933 (or #693).

RGB color model

#7D812D color RGB value is (125,129,45).

RGB: (125,129,45) (49%, 51%, 18%)

RGB channels and saturation

R 125 of 255 = 49%
G 129 of 255 = 51%
B 45 of 255 = 18%

125
129
45

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

Portions of RGB colors in percentages

R + G + B = 125 + 129 + 45 = 299 (100%)
R 125 of 299 ~ 41.81%
G 129 of 299 ~ 43.14%
B 45 of 299 ~ 15.05'%

%41.81
%43.14
%15.05

CMYK color model

#7D812D color CMYK value is (3,0,65,49).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 65.12%
  • key color value is 49.41%

CMYK: (3,0,65,49)
C3M0Y65K49 (3%, 0%, 65%, 49%)
(0.03 / 0.00 / 0.65 / 0.49)

CMYK percentages

%3.1
%0
%65.12
%49.41

Codes

Color #7D812D in popluar color models

7D 81 2D
RGB 125 129 45
HSL 63° 48.28% 34.12%
HSB/HSV 63° 65.12% 50.59%
CMYK 3.10% 0.00% 65.12%
49.41%

Color #7D812D in popluar number systems.

HEX 7D 81 2D
Decimal 125 129 45
Binary 1111101 10000001 101101
Octal 175 201 55

Shades and tints

Shades of #7D812D

#7D812D
(125,129,45)
#727629
(114,118,41)
#676B25
(103,107,37)
#5C6021
(92,96,33)
#51551D
(81,85,29)
#464A19
(70,74,25)
#3B3F15
(59,63,21)
#303411
(48,52,17)
#25290D
(37,41,13)
#1A1E09
(26,30,9)
#0F1305
(15,19,5)
#000000
(0,0,0)

Tints of #7D812D

#7D812D
(125,129,45)
#888C40
(136,140,64)
#939753
(147,151,83)
#9EA266
(158,162,102)
#A9AD79
(169,173,121)
#B4B88C
(180,184,140)
#BFC39F
(191,195,159)
#CACEB2
(202,206,178)
#D5D9C5
(213,217,197)
#E0E4D8
(224,228,216)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D812D color. Also use rgb(125,129,45) instead hex code.

Text Font Color

.myTextColor { color: #7D812D; }

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

This text font color is #7D812D.

Background Color

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

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

This div background color is #7D812D.

Border color

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

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

This div border color is #7D812D.

Opacity

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

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

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

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

This text has shadow with #7D812D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D812D.

Preview

Color preview on black background

This text has color #7D812D on black background.


Color preview on white background

This text has color #7D812D on white background.


Black color preview on #7D812D background

This text has black color on #7D812D background.


White color preview on #7D812D background

This text has white color on #7D812D background.


Related colors

Complementary color

Complementary color for #hex is #827ED2.


I love getcolorcode.com

Triadic colors

1 #2D7D81 and #812D7D with #7D812D are triadic colors.

2 #2D817D and #817D2D with #7D812D are triadic colors.