COLOR #7C5915

HEX: #7C5915
RGB: (124,89,21)

Color info

#7C5915 contains mainly red and green colors. Web safe color of #7C5915 is #666600 (or #660).

RGB color model

#7C5915 color RGB value is (124,89,21).

  • red value is 124;
  • green value is 89;
  • blue value is 21.
RGB:
(124,89,21)
(49%,35%,8%)

RGB channels and saturation

R 124 of 255 = 49%
G 89 of 255 = 35%
B 21 of 255 = 8%

124
89
21

R + G + B ~ 31%. #7C5915 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 89 + 21 = 234 (100%)
R 124 of 234 ~ 52.99%
G 89 of 234 ~ 38.03%
B 21 of 234 ~ 8.97%

%52.99
%38.03

CMYK color model

#7C5915 color CMYK value is (0,28,83,51).

  • cyan value is 0.00%
  • magenta value is 28.23%
  • yellow value is 83.06%
  • key color value is 51.37%
CMYK:
(0,28,83,51)
C0M28Y83K51 
(0%,28%,83%,51%)
(0.00/0.28/0.83/0.51)	

CMYK percentages

%0
%28.23
%83.06
%51.37

Codes

Color #7C5915 in popluar color models

7C5915
RGB1248921
HSL40°71.03%28.43%
HSB/HSV40°83.06%48.63%
CMYK0.00%28.23%83.06%
51.37%

Color #7C5915 in popluar number systems.

HEX7C5915
Decimal1248921
Binary1111100101100110101
Octal17413125

Shades and tints

Shades of #7C5915

#7C5915
(124,89,21)
#715114
(113,81,20)
#664913
(102,73,19)
#5B4112
(91,65,18)
#503911
(80,57,17)
#453110
(69,49,16)
#3A290F
(58,41,15)
#2F210E
(47,33,14)
#24190D
(36,25,13)
#19110C
(25,17,12)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #7C5915

#7C5915
(124,89,21)
#87682A
(135,104,42)
#92773F
(146,119,63)
#9D8654
(157,134,84)
#A89569
(168,149,105)
#B3A47E
(179,164,126)
#BEB393
(190,179,147)
#C9C2A8
(201,194,168)
#D4D1BD
(212,209,189)
#DFE0D2
(223,224,210)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5915 color. Also use rgb(124,89,21) instead hex code.

Text Font Color

.myTextColor { color: #7C5915; }

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

This text font color is #7C5915.


Background Color

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

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

This div background color is #7C5915.


Border color

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

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

This div border color is #7C5915.


Opacity

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

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

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

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

This text has shadow with #7C5915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5915 on black background.


Color preview on white background

This text has color #7C5915 on white background.



Black color preview on #7C5915 background

This text has black color on #7C5915 background.


White color preview on #7C5915 background

This text has white color on #7C5915 background.