COLOR #7D593F

HEX: #7D593F
RGB: (125,89,63)

Color info

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

RGB color model

#7D593F color RGB value is (125,89,63).

  • red value is 125;
  • green value is 89;
  • blue value is 63.
RGB:
(125,89,63)
(49%,35%,25%)

RGB channels and saturation

R 125 of 255 = 49%
G 89 of 255 = 35%
B 63 of 255 = 25%

125
89
63

R + G + B ~ 36%. #7D593F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 89 + 63 = 277 (100%)
R 125 of 277 ~ 45.13%
G 89 of 277 ~ 32.13%
B 63 of 277 ~ 22.74%

%45.13
%32.13
%22.74

CMYK color model

#7D593F color CMYK value is (0,29,50,51).

  • cyan value is 0.00%
  • magenta value is 28.80%
  • yellow value is 49.60%
  • key color value is 50.98%
CMYK:
(0,29,50,51)
C0M29Y50K51 
(0%,29%,50%,51%)
(0.00/0.29/0.50/0.51)	

CMYK percentages

%0
%28.8
%49.6
%50.98

Codes

Color #7D593F in popluar color models

7D593F
RGB1258963
HSL25°32.98%36.86%
HSB/HSV25°49.60%49.02%
CMYK0.00%28.80%49.60%
50.98%

Color #7D593F in popluar number systems.

HEX7D593F
Decimal1258963
Binary11111011011001111111
Octal17513177

Shades and tints

Shades of #7D593F

#7D593F
(125,89,63)
#72513A
(114,81,58)
#674935
(103,73,53)
#5C4130
(92,65,48)
#51392B
(81,57,43)
#463126
(70,49,38)
#3B2921
(59,41,33)
#30211C
(48,33,28)
#251917
(37,25,23)
#1A1112
(26,17,18)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #7D593F

#7D593F
(125,89,63)
#886850
(136,104,80)
#937761
(147,119,97)
#9E8672
(158,134,114)
#A99583
(169,149,131)
#B4A494
(180,164,148)
#BFB3A5
(191,179,165)
#CAC2B6
(202,194,182)
#D5D1C7
(213,209,199)
#E0E0D8
(224,224,216)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D593F color. Also use rgb(125,89,63) instead hex code.

Text Font Color

.myTextColor { color: #7D593F; }

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

This text font color is #7D593F.


Background Color

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

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

This div background color is #7D593F.


Border color

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

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

This div border color is #7D593F.


Opacity

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

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

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

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

This text has shadow with #7D593F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D593F on black background.


Color preview on white background

This text has color #7D593F on white background.



Black color preview on #7D593F background

This text has black color on #7D593F background.


White color preview on #7D593F background

This text has white color on #7D593F background.