COLOR #7D7331

HEX: #7D7331 RGB: (125,115,49)

Color info

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

RGB color model

#7D7331 color RGB value is (125,115,49).

RGB: (125,115,49) (49%, 45%, 19%)

RGB channels and saturation

R 125 of 255 = 49%
G 115 of 255 = 45%
B 49 of 255 = 19%

125
115
49

R + G + B ~ 38%. #7D7331 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 115 + 49 = 289 (100%)
R 125 of 289 ~ 43.25%
G 115 of 289 ~ 39.79%
B 49 of 289 ~ 16.96'%

%43.25
%39.79
%16.96

CMYK color model

#7D7331 color CMYK value is (0,8,61,51).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 60.80%
  • key color value is 50.98%

CMYK: (0,8,61,51)
C0M8Y61K51 (0%, 8%, 61%, 51%)
(0.00 / 0.08 / 0.61 / 0.51)

CMYK percentages

%0
%8
%60.8
%50.98

Codes

Color #7D7331 in popluar color models

7D 73 31
RGB 125 115 49
HSL 52° 43.68% 34.12%
HSB/HSV 52° 60.80% 49.02%
CMYK 0.00% 8.00% 60.80%
50.98%

Color #7D7331 in popluar number systems.

HEX 7D 73 31
Decimal 125 115 49
Binary 1111101 1110011 110001
Octal 175 163 61

Shades and tints

Shades of #7D7331

#7D7331
(125,115,49)
#72692D
(114,105,45)
#675F29
(103,95,41)
#5C5525
(92,85,37)
#514B21
(81,75,33)
#46411D
(70,65,29)
#3B3719
(59,55,25)
#302D15
(48,45,21)
#252311
(37,35,17)
#1A190D
(26,25,13)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #7D7331

#7D7331
(125,115,49)
#887F43
(136,127,67)
#938B55
(147,139,85)
#9E9767
(158,151,103)
#A9A379
(169,163,121)
#B4AF8B
(180,175,139)
#BFBB9D
(191,187,157)
#CAC7AF
(202,199,175)
#D5D3C1
(213,211,193)
#E0DFD3
(224,223,211)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7331 color. Also use rgb(125,115,49) instead hex code.

Text Font Color

.myTextColor { color: #7D7331; }

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

This text font color is #7D7331.

Background Color

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

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

This div background color is #7D7331.

Border color

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

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

This div border color is #7D7331.

Opacity

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

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

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

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

This text has shadow with #7D7331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7331.

Preview

Color preview on black background

This text has color #7D7331 on black background.


Color preview on white background

This text has color #7D7331 on white background.


Black color preview on #7D7331 background

This text has black color on #7D7331 background.


White color preview on #7D7331 background

This text has white color on #7D7331 background.


Related colors

Complementary color

Complementary color for #hex is #828CCE.


I love getcolorcode.com

Triadic colors

1 #317D73 and #73317D with #7D7331 are triadic colors.

2 #31737D and #737D31 with #7D7331 are triadic colors.