COLOR #7D884B

HEX: #7D884B RGB: (125,136,75)

Color info

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

RGB color model

#7D884B color RGB value is (125,136,75).

RGB: (125,136,75) (49%, 53%, 29%)

RGB channels and saturation

R 125 of 255 = 49%
G 136 of 255 = 53%
B 75 of 255 = 29%

125
136
75

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

Portions of RGB colors in percentages

R + G + B = 125 + 136 + 75 = 336 (100%)
R 125 of 336 ~ 37.2%
G 136 of 336 ~ 40.48%
B 75 of 336 ~ 22.32'%

%37.2
%40.48
%22.32

CMYK color model

#7D884B color CMYK value is (8,0,45,47).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 44.85%
  • key color value is 46.67%

CMYK: (8,0,45,47)
C8M0Y45K47 (8%, 0%, 45%, 47%)
(0.08 / 0.00 / 0.45 / 0.47)

CMYK percentages

%8.09
%0
%44.85
%46.67

Codes

Color #7D884B in popluar color models

7D 88 4B
RGB 125 136 75
HSL 71° 28.91% 41.37%
HSB/HSV 71° 44.85% 53.33%
CMYK 8.09% 0.00% 44.85%
46.67%

Color #7D884B in popluar number systems.

HEX 7D 88 4B
Decimal 125 136 75
Binary 1111101 10001000 1001011
Octal 175 210 113

Shades and tints

Shades of #7D884B

#7D884B
(125,136,75)
#727C45
(114,124,69)
#67703F
(103,112,63)
#5C6439
(92,100,57)
#515833
(81,88,51)
#464C2D
(70,76,45)
#3B4027
(59,64,39)
#303421
(48,52,33)
#25281B
(37,40,27)
#1A1C15
(26,28,21)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #7D884B

#7D884B
(125,136,75)
#88925B
(136,146,91)
#939C6B
(147,156,107)
#9EA67B
(158,166,123)
#A9B08B
(169,176,139)
#B4BA9B
(180,186,155)
#BFC4AB
(191,196,171)
#CACEBB
(202,206,187)
#D5D8CB
(213,216,203)
#E0E2DB
(224,226,219)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D884B color. Also use rgb(125,136,75) instead hex code.

Text Font Color

.myTextColor { color: #7D884B; }

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

This text font color is #7D884B.

Background Color

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

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

This div background color is #7D884B.

Border color

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

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

This div border color is #7D884B.

Opacity

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

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

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

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

This text has shadow with #7D884B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D884B.

Preview

Color preview on black background

This text has color #7D884B on black background.


Color preview on white background

This text has color #7D884B on white background.


Black color preview on #7D884B background

This text has black color on #7D884B background.


White color preview on #7D884B background

This text has white color on #7D884B background.


Related colors

Complementary color

Complementary color for #hex is #8277B4.


I love getcolorcode.com

Triadic colors

1 #4B7D88 and #884B7D with #7D884B are triadic colors.

2 #4B887D and #887D4B with #7D884B are triadic colors.