COLOR #7C534E

HEX: #7C534E
RGB: (124,83,78)

Color info

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

RGB color model

#7C534E color RGB value is (124,83,78).

  • red value is 124;
  • green value is 83;
  • blue value is 78.
RGB:
(124,83,78)
(49%,33%,31%)

RGB channels and saturation

R 124 of 255 = 49%
G 83 of 255 = 33%
B 78 of 255 = 31%

124
83
78

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

Portions of RGB colors in percentages

R + G + B =
124 + 83 + 78 = 285 (100%)
R 124 of 285 ~ 43.51%
G 83 of 285 ~ 29.12%
B 78 of 285 ~ 27.37%

%43.51
%29.12
%27.37

CMYK color model

#7C534E color CMYK value is (0,33,37,51).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 37.10%
  • key color value is 51.37%
CMYK:
(0,33,37,51)
C0M33Y37K51 
(0%,33%,37%,51%)
(0.00/0.33/0.37/0.51)	

CMYK percentages

%0
%33.06
%37.1
%51.37

Codes

Color #7C534E in popluar color models

7C534E
RGB1248378
HSL22.77%39.61%
HSB/HSV37.10%48.63%
CMYK0.00%33.06%37.10%
51.37%

Color #7C534E in popluar number systems.

HEX7C534E
Decimal1248378
Binary111110010100111001110
Octal174123116

Shades and tints

Shades of #7C534E

#7C534E
(124,83,78)
#714C47
(113,76,71)
#664540
(102,69,64)
#5B3E39
(91,62,57)
#503732
(80,55,50)
#45302B
(69,48,43)
#3A2924
(58,41,36)
#2F221D
(47,34,29)
#241B16
(36,27,22)
#19140F
(25,20,15)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #7C534E

#7C534E
(124,83,78)
#87625E
(135,98,94)
#92716E
(146,113,110)
#9D807E
(157,128,126)
#A88F8E
(168,143,142)
#B39E9E
(179,158,158)
#BEADAE
(190,173,174)
#C9BCBE
(201,188,190)
#D4CBCE
(212,203,206)
#DFDADE
(223,218,222)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C534E color. Also use rgb(124,83,78) instead hex code.

Text Font Color

.myTextColor { color: #7C534E; }

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

This text font color is #7C534E.


Background Color

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

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

This div background color is #7C534E.


Border color

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

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

This div border color is #7C534E.


Opacity

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

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

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

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

This text has shadow with #7C534E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C534E on black background.


Color preview on white background

This text has color #7C534E on white background.



Black color preview on #7C534E background

This text has black color on #7C534E background.


White color preview on #7C534E background

This text has white color on #7C534E background.