COLOR #7D5F28

HEX: #7D5F28
RGB: (125,95,40)

Color info

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

RGB color model

#7D5F28 color RGB value is (125,95,40).

  • red value is 125;
  • green value is 95;
  • blue value is 40.
RGB:
(125,95,40)
(49%,37%,16%)

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 40 of 255 = 16%

125
95
40

R + G + B ~ 34%. #7D5F28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 95 + 40 = 260 (100%)
R 125 of 260 ~ 48.08%
G 95 of 260 ~ 36.54%
B 40 of 260 ~ 15.38%

%48.08
%36.54
%15.38

CMYK color model

#7D5F28 color CMYK value is (0,24,68,51).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 68.00%
  • key color value is 50.98%
CMYK:
(0,24,68,51)
C0M24Y68K51 
(0%,24%,68%,51%)
(0.00/0.24/0.68/0.51)	

CMYK percentages

%0
%24
%68
%50.98

Codes

Color #7D5F28 in popluar color models

7D5F28
RGB1259540
HSL39°51.52%32.35%
HSB/HSV39°68.00%49.02%
CMYK0.00%24.00%68.00%
50.98%

Color #7D5F28 in popluar number systems.

HEX7D5F28
Decimal1259540
Binary11111011011111101000
Octal17513750

Shades and tints

Shades of #7D5F28

#7D5F28
(125,95,40)
#725725
(114,87,37)
#674F22
(103,79,34)
#5C471F
(92,71,31)
#513F1C
(81,63,28)
#463719
(70,55,25)
#3B2F16
(59,47,22)
#302713
(48,39,19)
#251F10
(37,31,16)
#1A170D
(26,23,13)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #7D5F28

#7D5F28
(125,95,40)
#886D3B
(136,109,59)
#937B4E
(147,123,78)
#9E8961
(158,137,97)
#A99774
(169,151,116)
#B4A587
(180,165,135)
#BFB39A
(191,179,154)
#CAC1AD
(202,193,173)
#D5CFC0
(213,207,192)
#E0DDD3
(224,221,211)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5F28; }

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

This text font color is #7D5F28.


Background Color

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

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

This div background color is #7D5F28.


Border color

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

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

This div border color is #7D5F28.


Opacity

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

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

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

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

This text has shadow with #7D5F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5F28 on black background.


Color preview on white background

This text has color #7D5F28 on white background.



Black color preview on #7D5F28 background

This text has black color on #7D5F28 background.


White color preview on #7D5F28 background

This text has white color on #7D5F28 background.