COLOR #7C513E

HEX: #7C513E
RGB: (124,81,62)

Color info

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

RGB color model

#7C513E color RGB value is (124,81,62).

  • red value is 124;
  • green value is 81;
  • blue value is 62.
RGB:
(124,81,62)
(49%,32%,24%)

RGB channels and saturation

R 124 of 255 = 49%
G 81 of 255 = 32%
B 62 of 255 = 24%

124
81
62

R + G + B ~ 35%. #7C513E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 81 + 62 = 267 (100%)
R 124 of 267 ~ 46.44%
G 81 of 267 ~ 30.34%
B 62 of 267 ~ 23.22%

%46.44
%30.34
%23.22

CMYK color model

#7C513E color CMYK value is (0,35,50,51).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 50.00%
  • key color value is 51.37%
CMYK:
(0,35,50,51)
C0M35Y50K51 
(0%,35%,50%,51%)
(0.00/0.35/0.50/0.51)	

CMYK percentages

%0
%34.68
%50
%51.37

Codes

Color #7C513E in popluar color models

7C513E
RGB1248162
HSL18°33.33%36.47%
HSB/HSV18°50.00%48.63%
CMYK0.00%34.68%50.00%
51.37%

Color #7C513E in popluar number systems.

HEX7C513E
Decimal1248162
Binary11111001010001111110
Octal17412176

Shades and tints

Shades of #7C513E

#7C513E
(124,81,62)
#714A39
(113,74,57)
#664334
(102,67,52)
#5B3C2F
(91,60,47)
#50352A
(80,53,42)
#452E25
(69,46,37)
#3A2720
(58,39,32)
#2F201B
(47,32,27)
#241916
(36,25,22)
#191211
(25,18,17)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #7C513E

#7C513E
(124,81,62)
#87604F
(135,96,79)
#926F60
(146,111,96)
#9D7E71
(157,126,113)
#A88D82
(168,141,130)
#B39C93
(179,156,147)
#BEABA4
(190,171,164)
#C9BAB5
(201,186,181)
#D4C9C6
(212,201,198)
#DFD8D7
(223,216,215)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C513E color. Also use rgb(124,81,62) instead hex code.

Text Font Color

.myTextColor { color: #7C513E; }

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

This text font color is #7C513E.


Background Color

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

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

This div background color is #7C513E.


Border color

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

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

This div border color is #7C513E.


Opacity

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

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

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

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

This text has shadow with #7C513E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C513E on black background.


Color preview on white background

This text has color #7C513E on white background.



Black color preview on #7C513E background

This text has black color on #7C513E background.


White color preview on #7C513E background

This text has white color on #7C513E background.