COLOR #7C5318

HEX: #7C5318
RGB: (124,83,24)

Color info

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

RGB color model

#7C5318 color RGB value is (124,83,24).

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

RGB channels and saturation

R 124 of 255 = 49%
G 83 of 255 = 33%
B 24 of 255 = 9%

124
83
24

R + G + B ~ 30%. #7C5318 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 83 + 24 = 231 (100%)
R 124 of 231 ~ 53.68%
G 83 of 231 ~ 35.93%
B 24 of 231 ~ 10.39%

%53.68
%35.93
%10.39

CMYK color model

#7C5318 color CMYK value is (0,33,81,51).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 80.65%
  • key color value is 51.37%
CMYK:
(0,33,81,51)
C0M33Y81K51 
(0%,33%,81%,51%)
(0.00/0.33/0.81/0.51)	

CMYK percentages

%0
%33.06
%80.65
%51.37

Codes

Color #7C5318 in popluar color models

7C5318
RGB1248324
HSL35°67.57%29.02%
HSB/HSV35°80.65%48.63%
CMYK0.00%33.06%80.65%
51.37%

Color #7C5318 in popluar number systems.

HEX7C5318
Decimal1248324
Binary1111100101001111000
Octal17412330

Shades and tints

Shades of #7C5318

#7C5318
(124,83,24)
#714C16
(113,76,22)
#664514
(102,69,20)
#5B3E12
(91,62,18)
#503710
(80,55,16)
#45300E
(69,48,14)
#3A290C
(58,41,12)
#2F220A
(47,34,10)
#241B08
(36,27,8)
#191406
(25,20,6)
#0E0D04
(14,13,4)
#000000
(0,0,0)

Tints of #7C5318

#7C5318
(124,83,24)
#87622D
(135,98,45)
#927142
(146,113,66)
#9D8057
(157,128,87)
#A88F6C
(168,143,108)
#B39E81
(179,158,129)
#BEAD96
(190,173,150)
#C9BCAB
(201,188,171)
#D4CBC0
(212,203,192)
#DFDAD5
(223,218,213)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5318; }

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

This text font color is #7C5318.


Background Color

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

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

This div background color is #7C5318.


Border color

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

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

This div border color is #7C5318.


Opacity

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

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

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

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

This text has shadow with #7C5318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5318 on black background.


Color preview on white background

This text has color #7C5318 on white background.



Black color preview on #7C5318 background

This text has black color on #7C5318 background.


White color preview on #7C5318 background

This text has white color on #7C5318 background.