COLOR #7C6F53

HEX: #7C6F53
RGB: (124,111,83)

Color info

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

RGB color model

#7C6F53 color RGB value is (124,111,83).

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

RGB channels and saturation

R 124 of 255 = 49%
G 111 of 255 = 44%
B 83 of 255 = 33%

124
111
83

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

Portions of RGB colors in percentages

R + G + B =
124 + 111 + 83 = 318 (100%)
R 124 of 318 ~ 38.99%
G 111 of 318 ~ 34.91%
B 83 of 318 ~ 26.1%

%38.99
%34.91
%26.1

CMYK color model

#7C6F53 color CMYK value is (0,10,33,51).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 33.06%
  • key color value is 51.37%
CMYK:
(0,10,33,51)
C0M10Y33K51 
(0%,10%,33%,51%)
(0.00/0.10/0.33/0.51)	

CMYK percentages

%0
%10.48
%33.06
%51.37

Codes

Color #7C6F53 in popluar color models

7C6F53
RGB12411183
HSL41°19.81%40.59%
HSB/HSV41°33.06%48.63%
CMYK0.00%10.48%33.06%
51.37%

Color #7C6F53 in popluar number systems.

HEX7C6F53
Decimal12411183
Binary111110011011111010011
Octal174157123

Shades and tints

Shades of #7C6F53

#7C6F53
(124,111,83)
#71654C
(113,101,76)
#665B45
(102,91,69)
#5B513E
(91,81,62)
#504737
(80,71,55)
#453D30
(69,61,48)
#3A3329
(58,51,41)
#2F2922
(47,41,34)
#241F1B
(36,31,27)
#191514
(25,21,20)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #7C6F53

#7C6F53
(124,111,83)
#877C62
(135,124,98)
#928971
(146,137,113)
#9D9680
(157,150,128)
#A8A38F
(168,163,143)
#B3B09E
(179,176,158)
#BEBDAD
(190,189,173)
#C9CABC
(201,202,188)
#D4D7CB
(212,215,203)
#DFE4DA
(223,228,218)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6F53; }

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

This text font color is #7C6F53.


Background Color

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

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

This div background color is #7C6F53.


Border color

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

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

This div border color is #7C6F53.


Opacity

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

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

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

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

This text has shadow with #7C6F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6F53 on black background.


Color preview on white background

This text has color #7C6F53 on white background.



Black color preview on #7C6F53 background

This text has black color on #7C6F53 background.


White color preview on #7C6F53 background

This text has white color on #7C6F53 background.