COLOR #7D573A

HEX: #7D573A
RGB: (125,87,58)

Color info

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

RGB color model

#7D573A color RGB value is (125,87,58).

  • red value is 125;
  • green value is 87;
  • blue value is 58.
RGB:
(125,87,58)
(49%,34%,23%)

RGB channels and saturation

R 125 of 255 = 49%
G 87 of 255 = 34%
B 58 of 255 = 23%

125
87
58

R + G + B ~ 35%. #7D573A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 87 + 58 = 270 (100%)
R 125 of 270 ~ 46.3%
G 87 of 270 ~ 32.22%
B 58 of 270 ~ 21.48%

%46.3
%32.22
%21.48

CMYK color model

#7D573A color CMYK value is (0,30,54,51).

  • cyan value is 0.00%
  • magenta value is 30.40%
  • yellow value is 53.60%
  • key color value is 50.98%
CMYK:
(0,30,54,51)
C0M30Y54K51 
(0%,30%,54%,51%)
(0.00/0.30/0.54/0.51)	

CMYK percentages

%0
%30.4
%53.6
%50.98

Codes

Color #7D573A in popluar color models

7D573A
RGB1258758
HSL26°36.61%35.88%
HSB/HSV26°53.60%49.02%
CMYK0.00%30.40%53.60%
50.98%

Color #7D573A in popluar number systems.

HEX7D573A
Decimal1258758
Binary11111011010111111010
Octal17512772

Shades and tints

Shades of #7D573A

#7D573A
(125,87,58)
#725035
(114,80,53)
#674930
(103,73,48)
#5C422B
(92,66,43)
#513B26
(81,59,38)
#463421
(70,52,33)
#3B2D1C
(59,45,28)
#302617
(48,38,23)
#251F12
(37,31,18)
#1A180D
(26,24,13)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #7D573A

#7D573A
(125,87,58)
#88664B
(136,102,75)
#93755C
(147,117,92)
#9E846D
(158,132,109)
#A9937E
(169,147,126)
#B4A28F
(180,162,143)
#BFB1A0
(191,177,160)
#CAC0B1
(202,192,177)
#D5CFC2
(213,207,194)
#E0DED3
(224,222,211)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D573A color. Also use rgb(125,87,58) instead hex code.

Text Font Color

.myTextColor { color: #7D573A; }

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

This text font color is #7D573A.


Background Color

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

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

This div background color is #7D573A.


Border color

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

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

This div border color is #7D573A.


Opacity

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

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

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

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

This text has shadow with #7D573A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D573A on black background.


Color preview on white background

This text has color #7D573A on white background.



Black color preview on #7D573A background

This text has black color on #7D573A background.


White color preview on #7D573A background

This text has white color on #7D573A background.