COLOR #7C573D

HEX: #7C573D
RGB: (124,87,61)

Color info

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

RGB color model

#7C573D color RGB value is (124,87,61).

  • red value is 124;
  • green value is 87;
  • blue value is 61.
RGB:
(124,87,61)
(49%,34%,24%)

RGB channels and saturation

R 124 of 255 = 49%
G 87 of 255 = 34%
B 61 of 255 = 24%

124
87
61

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

Portions of RGB colors in percentages

R + G + B =
124 + 87 + 61 = 272 (100%)
R 124 of 272 ~ 45.59%
G 87 of 272 ~ 31.99%
B 61 of 272 ~ 22.43%

%45.59
%31.99
%22.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.84%
  • yellow value is 50.81%
  • key color value is 51.37%
CMYK:
(0,30,51,51)
C0M30Y51K51 
(0%,30%,51%,51%)
(0.00/0.30/0.51/0.51)	

CMYK percentages

%0
%29.84
%50.81
%51.37

Codes

Color #7C573D in popluar color models

7C573D
RGB1248761
HSL25°34.05%36.27%
HSB/HSV25°50.81%48.63%
CMYK0.00%29.84%50.81%
51.37%

Color #7C573D in popluar number systems.

HEX7C573D
Decimal1248761
Binary11111001010111111101
Octal17412775

Shades and tints

Shades of #7C573D

#7C573D
(124,87,61)
#715038
(113,80,56)
#664933
(102,73,51)
#5B422E
(91,66,46)
#503B29
(80,59,41)
#453424
(69,52,36)
#3A2D1F
(58,45,31)
#2F261A
(47,38,26)
#241F15
(36,31,21)
#191810
(25,24,16)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #7C573D

#7C573D
(124,87,61)
#87664E
(135,102,78)
#92755F
(146,117,95)
#9D8470
(157,132,112)
#A89381
(168,147,129)
#B3A292
(179,162,146)
#BEB1A3
(190,177,163)
#C9C0B4
(201,192,180)
#D4CFC5
(212,207,197)
#DFDED6
(223,222,214)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C573D color. Also use rgb(124,87,61) instead hex code.

Text Font Color

.myTextColor { color: #7C573D; }

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

This text font color is #7C573D.


Background Color

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

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

This div background color is #7C573D.


Border color

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

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

This div border color is #7C573D.


Opacity

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

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

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

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

This text has shadow with #7C573D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C573D on black background.


Color preview on white background

This text has color #7C573D on white background.



Black color preview on #7C573D background

This text has black color on #7C573D background.


White color preview on #7C573D background

This text has white color on #7C573D background.