COLOR #7C6053

HEX: #7C6053
RGB: (124,96,83)

Color info

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

RGB color model

#7C6053 color RGB value is (124,96,83).

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

RGB channels and saturation

R 124 of 255 = 49%
G 96 of 255 = 38%
B 83 of 255 = 33%

124
96
83

R + G + B ~ 40%. #7C6053 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 96 + 83 = 303 (100%)
R 124 of 303 ~ 40.92%
G 96 of 303 ~ 31.68%
B 83 of 303 ~ 27.39%

%40.92
%31.68
%27.39

CMYK color model

#7C6053 color CMYK value is (0,23,33,51).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 33.06%
  • key color value is 51.37%
CMYK:
(0,23,33,51)
C0M23Y33K51 
(0%,23%,33%,51%)
(0.00/0.23/0.33/0.51)	

CMYK percentages

%0
%22.58
%33.06
%51.37

Codes

Color #7C6053 in popluar color models

7C6053
RGB1249683
HSL19°19.81%40.59%
HSB/HSV19°33.06%48.63%
CMYK0.00%22.58%33.06%
51.37%

Color #7C6053 in popluar number systems.

HEX7C6053
Decimal1249683
Binary111110011000001010011
Octal174140123

Shades and tints

Shades of #7C6053

#7C6053
(124,96,83)
#71584C
(113,88,76)
#665045
(102,80,69)
#5B483E
(91,72,62)
#504037
(80,64,55)
#453830
(69,56,48)
#3A3029
(58,48,41)
#2F2822
(47,40,34)
#24201B
(36,32,27)
#191814
(25,24,20)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #7C6053

#7C6053
(124,96,83)
#876E62
(135,110,98)
#927C71
(146,124,113)
#9D8A80
(157,138,128)
#A8988F
(168,152,143)
#B3A69E
(179,166,158)
#BEB4AD
(190,180,173)
#C9C2BC
(201,194,188)
#D4D0CB
(212,208,203)
#DFDEDA
(223,222,218)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6053; }

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

This text font color is #7C6053.


Background Color

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

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

This div background color is #7C6053.


Border color

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

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

This div border color is #7C6053.


Opacity

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

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

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

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

This text has shadow with #7C6053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6053 on black background.


Color preview on white background

This text has color #7C6053 on white background.



Black color preview on #7C6053 background

This text has black color on #7C6053 background.


White color preview on #7C6053 background

This text has white color on #7C6053 background.