COLOR #7D5F58

HEX: #7D5F58
RGB: (125,95,88)

Color info

#7D5F58 contains red, green and blue colors in about the same proportion. Web safe color of #7D5F58 is #666666 (or #666).

RGB color model

#7D5F58 color RGB value is (125,95,88).

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

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 88 of 255 = 35%

125
95
88

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

Portions of RGB colors in percentages

R + G + B =
125 + 95 + 88 = 308 (100%)
R 125 of 308 ~ 40.58%
G 95 of 308 ~ 30.84%
B 88 of 308 ~ 28.57%

%40.58
%30.84
%28.57

CMYK color model

#7D5F58 color CMYK value is (0,24,30,51).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 29.60%
  • key color value is 50.98%
CMYK:
(0,24,30,51)
C0M24Y30K51 
(0%,24%,30%,51%)
(0.00/0.24/0.30/0.51)	

CMYK percentages

%0
%24
%29.6
%50.98

Codes

Color #7D5F58 in popluar color models

7D5F58
RGB1259588
HSL11°17.37%41.76%
HSB/HSV11°29.60%49.02%
CMYK0.00%24.00%29.60%
50.98%

Color #7D5F58 in popluar number systems.

HEX7D5F58
Decimal1259588
Binary111110110111111011000
Octal175137130

Shades and tints

Shades of #7D5F58

#7D5F58
(125,95,88)
#725750
(114,87,80)
#674F48
(103,79,72)
#5C4740
(92,71,64)
#513F38
(81,63,56)
#463730
(70,55,48)
#3B2F28
(59,47,40)
#302720
(48,39,32)
#251F18
(37,31,24)
#1A1710
(26,23,16)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #7D5F58

#7D5F58
(125,95,88)
#886D67
(136,109,103)
#937B76
(147,123,118)
#9E8985
(158,137,133)
#A99794
(169,151,148)
#B4A5A3
(180,165,163)
#BFB3B2
(191,179,178)
#CAC1C1
(202,193,193)
#D5CFD0
(213,207,208)
#E0DDDF
(224,221,223)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5F58; }

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

This text font color is #7D5F58.


Background Color

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

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

This div background color is #7D5F58.


Border color

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

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

This div border color is #7D5F58.


Opacity

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

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

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

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

This text has shadow with #7D5F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5F58 on black background.


Color preview on white background

This text has color #7D5F58 on white background.



Black color preview on #7D5F58 background

This text has black color on #7D5F58 background.


White color preview on #7D5F58 background

This text has white color on #7D5F58 background.