COLOR #7C6028

HEX: #7C6028
RGB: (124,96,40)

Color info

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

RGB color model

#7C6028 color RGB value is (124,96,40).

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

RGB channels and saturation

R 124 of 255 = 49%
G 96 of 255 = 38%
B 40 of 255 = 16%

124
96
40

R + G + B ~ 34%. #7C6028 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 96 + 40 = 260 (100%)
R 124 of 260 ~ 47.69%
G 96 of 260 ~ 36.92%
B 40 of 260 ~ 15.38%

%47.69
%36.92
%15.38

CMYK color model

#7C6028 color CMYK value is (0,23,68,51).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 67.74%
  • key color value is 51.37%
CMYK:
(0,23,68,51)
C0M23Y68K51 
(0%,23%,68%,51%)
(0.00/0.23/0.68/0.51)	

CMYK percentages

%0
%22.58
%67.74
%51.37

Codes

Color #7C6028 in popluar color models

7C6028
RGB1249640
HSL40°51.22%32.16%
HSB/HSV40°67.74%48.63%
CMYK0.00%22.58%67.74%
51.37%

Color #7C6028 in popluar number systems.

HEX7C6028
Decimal1249640
Binary11111001100000101000
Octal17414050

Shades and tints

Shades of #7C6028

#7C6028
(124,96,40)
#715825
(113,88,37)
#665022
(102,80,34)
#5B481F
(91,72,31)
#50401C
(80,64,28)
#453819
(69,56,25)
#3A3016
(58,48,22)
#2F2813
(47,40,19)
#242010
(36,32,16)
#19180D
(25,24,13)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #7C6028

#7C6028
(124,96,40)
#876E3B
(135,110,59)
#927C4E
(146,124,78)
#9D8A61
(157,138,97)
#A89874
(168,152,116)
#B3A687
(179,166,135)
#BEB49A
(190,180,154)
#C9C2AD
(201,194,173)
#D4D0C0
(212,208,192)
#DFDED3
(223,222,211)
#EAECE6
(234,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6028; }

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

This text font color is #7C6028.


Background Color

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

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

This div background color is #7C6028.


Border color

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

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

This div border color is #7C6028.


Opacity

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

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

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

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

This text has shadow with #7C6028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6028 on black background.


Color preview on white background

This text has color #7C6028 on white background.



Black color preview on #7C6028 background

This text has black color on #7C6028 background.


White color preview on #7C6028 background

This text has white color on #7C6028 background.