COLOR #7C6503

HEX: #7C6503
RGB: (124,101,3)

Color info

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

RGB color model

#7C6503 color RGB value is (124,101,3).

  • red value is 124;
  • green value is 101;
  • blue value is 3.
RGB:
(124,101,3)
(49%,40%,1%)

RGB channels and saturation

R 124 of 255 = 49%
G 101 of 255 = 40%
B 3 of 255 = 1%

124
101
3

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

Portions of RGB colors in percentages

R + G + B =
124 + 101 + 3 = 228 (100%)
R 124 of 228 ~ 54.39%
G 101 of 228 ~ 44.3%
B 3 of 228 ~ 1.32%

%54.39
%44.3

CMYK color model

#7C6503 color CMYK value is (0,19,98,51).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 97.58%
  • key color value is 51.37%
CMYK:
(0,19,98,51)
C0M19Y98K51 
(0%,19%,98%,51%)
(0.00/0.19/0.98/0.51)	

CMYK percentages

%0
%18.55
%97.58
%51.37

Codes

Color #7C6503 in popluar color models

7C6503
RGB1241013
HSL49°95.28%24.90%
HSB/HSV49°97.58%48.63%
CMYK0.00%18.55%97.58%
51.37%

Color #7C6503 in popluar number systems.

HEX7C6503
Decimal1241013
Binary1111100110010111
Octal1741453

Shades and tints

Shades of #7C6503

#7C6503
(124,101,3)
#715C03
(113,92,3)
#665303
(102,83,3)
#5B4A03
(91,74,3)
#504103
(80,65,3)
#453803
(69,56,3)
#3A2F03
(58,47,3)
#2F2603
(47,38,3)
#241D03
(36,29,3)
#191403
(25,20,3)
#0E0B03
(14,11,3)
#000000
(0,0,0)

Tints of #7C6503

#7C6503
(124,101,3)
#877319
(135,115,25)
#92812F
(146,129,47)
#9D8F45
(157,143,69)
#A89D5B
(168,157,91)
#B3AB71
(179,171,113)
#BEB987
(190,185,135)
#C9C79D
(201,199,157)
#D4D5B3
(212,213,179)
#DFE3C9
(223,227,201)
#EAF1DF
(234,241,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6503 color. Also use rgb(124,101,3) instead hex code.

Text Font Color

.myTextColor { color: #7C6503; }

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

This text font color is #7C6503.


Background Color

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

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

This div background color is #7C6503.


Border color

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

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

This div border color is #7C6503.


Opacity

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

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

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

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

This text has shadow with #7C6503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6503 on black background.


Color preview on white background

This text has color #7C6503 on white background.



Black color preview on #7C6503 background

This text has black color on #7C6503 background.


White color preview on #7C6503 background

This text has white color on #7C6503 background.