COLOR #7C584D

HEX: #7C584D
RGB: (124,88,77)

Color info

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

RGB color model

#7C584D color RGB value is (124,88,77).

  • red value is 124;
  • green value is 88;
  • blue value is 77.
RGB:
(124,88,77)
(49%,35%,30%)

RGB channels and saturation

R 124 of 255 = 49%
G 88 of 255 = 35%
B 77 of 255 = 30%

124
88
77

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

Portions of RGB colors in percentages

R + G + B =
124 + 88 + 77 = 289 (100%)
R 124 of 289 ~ 42.91%
G 88 of 289 ~ 30.45%
B 77 of 289 ~ 26.64%

%42.91
%30.45
%26.64

CMYK color model

#7C584D color CMYK value is (0,29,38,51).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 37.90%
  • key color value is 51.37%
CMYK:
(0,29,38,51)
C0M29Y38K51 
(0%,29%,38%,51%)
(0.00/0.29/0.38/0.51)	

CMYK percentages

%0
%29.03
%37.9
%51.37

Codes

Color #7C584D in popluar color models

7C584D
RGB1248877
HSL14°23.38%39.41%
HSB/HSV14°37.90%48.63%
CMYK0.00%29.03%37.90%
51.37%

Color #7C584D in popluar number systems.

HEX7C584D
Decimal1248877
Binary111110010110001001101
Octal174130115

Shades and tints

Shades of #7C584D

#7C584D
(124,88,77)
#715046
(113,80,70)
#66483F
(102,72,63)
#5B4038
(91,64,56)
#503831
(80,56,49)
#45302A
(69,48,42)
#3A2823
(58,40,35)
#2F201C
(47,32,28)
#241815
(36,24,21)
#19100E
(25,16,14)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #7C584D

#7C584D
(124,88,77)
#87675D
(135,103,93)
#92766D
(146,118,109)
#9D857D
(157,133,125)
#A8948D
(168,148,141)
#B3A39D
(179,163,157)
#BEB2AD
(190,178,173)
#C9C1BD
(201,193,189)
#D4D0CD
(212,208,205)
#DFDFDD
(223,223,221)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C584D color. Also use rgb(124,88,77) instead hex code.

Text Font Color

.myTextColor { color: #7C584D; }

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

This text font color is #7C584D.


Background Color

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

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

This div background color is #7C584D.


Border color

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

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

This div border color is #7C584D.


Opacity

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

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

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

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

This text has shadow with #7C584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C584D on black background.


Color preview on white background

This text has color #7C584D on white background.



Black color preview on #7C584D background

This text has black color on #7C584D background.


White color preview on #7C584D background

This text has white color on #7C584D background.