COLOR #7D5F4B

HEX: #7D5F4B
RGB: (125,95,75)

Color info

#7D5F4B contains red, green and blue colors in about the same proportion. Web safe color of #7D5F4B is #666633 (or #663).

RGB color model

#7D5F4B color RGB value is (125,95,75).

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

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 75 of 255 = 29%

125
95
75

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

Portions of RGB colors in percentages

R + G + B =
125 + 95 + 75 = 295 (100%)
R 125 of 295 ~ 42.37%
G 95 of 295 ~ 32.2%
B 75 of 295 ~ 25.42%

%42.37
%32.2
%25.42

CMYK color model

#7D5F4B color CMYK value is (0,24,40,51).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 40.00%
  • key color value is 50.98%
CMYK:
(0,24,40,51)
C0M24Y40K51 
(0%,24%,40%,51%)
(0.00/0.24/0.40/0.51)	

CMYK percentages

%0
%24
%40
%50.98

Codes

Color #7D5F4B in popluar color models

7D5F4B
RGB1259575
HSL24°25.00%39.22%
HSB/HSV24°40.00%49.02%
CMYK0.00%24.00%40.00%
50.98%

Color #7D5F4B in popluar number systems.

HEX7D5F4B
Decimal1259575
Binary111110110111111001011
Octal175137113

Shades and tints

Shades of #7D5F4B

#7D5F4B
(125,95,75)
#725745
(114,87,69)
#674F3F
(103,79,63)
#5C4739
(92,71,57)
#513F33
(81,63,51)
#46372D
(70,55,45)
#3B2F27
(59,47,39)
#302721
(48,39,33)
#251F1B
(37,31,27)
#1A1715
(26,23,21)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #7D5F4B

#7D5F4B
(125,95,75)
#886D5B
(136,109,91)
#937B6B
(147,123,107)
#9E897B
(158,137,123)
#A9978B
(169,151,139)
#B4A59B
(180,165,155)
#BFB3AB
(191,179,171)
#CAC1BB
(202,193,187)
#D5CFCB
(213,207,203)
#E0DDDB
(224,221,219)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5F4B; }

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

This text font color is #7D5F4B.


Background Color

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

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

This div background color is #7D5F4B.


Border color

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

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

This div border color is #7D5F4B.


Opacity

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

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

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

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

This text has shadow with #7D5F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5F4B on black background.


Color preview on white background

This text has color #7D5F4B on white background.



Black color preview on #7D5F4B background

This text has black color on #7D5F4B background.


White color preview on #7D5F4B background

This text has white color on #7D5F4B background.