COLOR #7D5F20

HEX: #7D5F20 RGB: (125,95,32)

Color info

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

RGB color model

#7D5F20 color RGB value is (125,95,32).

RGB: (125,95,32) (49%, 37%, 13%)

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 32 of 255 = 13%

125
95
32

R + G + B ~ 33%. #7D5F20 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 95 + 32 = 252 (100%)
R 125 of 252 ~ 49.6%
G 95 of 252 ~ 37.7%
B 32 of 252 ~ 12.7'%

%49.6
%37.7
%12.7

CMYK color model

#7D5F20 color CMYK value is (0,24,74,51).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 74.40%
  • key color value is 50.98%

CMYK: (0,24,74,51)
C0M24Y74K51 (0%, 24%, 74%, 51%)
(0.00 / 0.24 / 0.74 / 0.51)

CMYK percentages

%0
%24
%74.4
%50.98

Codes

Color #7D5F20 in popluar color models

7D 5F 20
RGB 125 95 32
HSL 41° 59.24% 30.78%
HSB/HSV 41° 74.40% 49.02%
CMYK 0.00% 24.00% 74.40%
50.98%

Color #7D5F20 in popluar number systems.

HEX 7D 5F 20
Decimal 125 95 32
Binary 1111101 1011111 100000
Octal 175 137 40

Shades and tints

Shades of #7D5F20

#7D5F20
(125,95,32)
#72571E
(114,87,30)
#674F1C
(103,79,28)
#5C471A
(92,71,26)
#513F18
(81,63,24)
#463716
(70,55,22)
#3B2F14
(59,47,20)
#302712
(48,39,18)
#251F10
(37,31,16)
#1A170E
(26,23,14)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #7D5F20

#7D5F20
(125,95,32)
#886D34
(136,109,52)
#937B48
(147,123,72)
#9E895C
(158,137,92)
#A99770
(169,151,112)
#B4A584
(180,165,132)
#BFB398
(191,179,152)
#CAC1AC
(202,193,172)
#D5CFC0
(213,207,192)
#E0DDD4
(224,221,212)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5F20 color. Also use rgb(125,95,32) instead hex code.

Text Font Color

.myTextColor { color: #7D5F20; }

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

This text font color is #7D5F20.

Background Color

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

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

This div background color is #7D5F20.

Border color

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

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

This div border color is #7D5F20.

Opacity

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

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

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

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

This text has shadow with #7D5F20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5F20.

Preview

Color preview on black background

This text has color #7D5F20 on black background.


Color preview on white background

This text has color #7D5F20 on white background.


Black color preview on #7D5F20 background

This text has black color on #7D5F20 background.


White color preview on #7D5F20 background

This text has white color on #7D5F20 background.


Related colors

Complementary color

Complementary color for #hex is #82A0DF.


I love getcolorcode.com

Triadic colors

1 #207D5F and #5F207D with #7D5F20 are triadic colors.

2 #205F7D and #5F7D20 with #7D5F20 are triadic colors.