COLOR #7C501B

HEX: #7C501B
RGB: (124,80,27)

Color info

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

RGB color model

#7C501B color RGB value is (124,80,27).

  • red value is 124;
  • green value is 80;
  • blue value is 27.
RGB:
(124,80,27)
(49%,31%,11%)

RGB channels and saturation

R 124 of 255 = 49%
G 80 of 255 = 31%
B 27 of 255 = 11%

124
80
27

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

Portions of RGB colors in percentages

R + G + B =
124 + 80 + 27 = 231 (100%)
R 124 of 231 ~ 53.68%
G 80 of 231 ~ 34.63%
B 27 of 231 ~ 11.69%

%53.68
%34.63
%11.69

CMYK color model

#7C501B color CMYK value is (0,35,78,51).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 78.23%
  • key color value is 51.37%
CMYK:
(0,35,78,51)
C0M35Y78K51 
(0%,35%,78%,51%)
(0.00/0.35/0.78/0.51)	

CMYK percentages

%0
%35.48
%78.23
%51.37

Codes

Color #7C501B in popluar color models

7C501B
RGB1248027
HSL33°64.24%29.61%
HSB/HSV33°78.23%48.63%
CMYK0.00%35.48%78.23%
51.37%

Color #7C501B in popluar number systems.

HEX7C501B
Decimal1248027
Binary1111100101000011011
Octal17412033

Shades and tints

Shades of #7C501B

#7C501B
(124,80,27)
#714919
(113,73,25)
#664217
(102,66,23)
#5B3B15
(91,59,21)
#503413
(80,52,19)
#452D11
(69,45,17)
#3A260F
(58,38,15)
#2F1F0D
(47,31,13)
#24180B
(36,24,11)
#191109
(25,17,9)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #7C501B

#7C501B
(124,80,27)
#875F2F
(135,95,47)
#926E43
(146,110,67)
#9D7D57
(157,125,87)
#A88C6B
(168,140,107)
#B39B7F
(179,155,127)
#BEAA93
(190,170,147)
#C9B9A7
(201,185,167)
#D4C8BB
(212,200,187)
#DFD7CF
(223,215,207)
#EAE6E3
(234,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C501B color. Also use rgb(124,80,27) instead hex code.

Text Font Color

.myTextColor { color: #7C501B; }

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

This text font color is #7C501B.


Background Color

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

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

This div background color is #7C501B.


Border color

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

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

This div border color is #7C501B.


Opacity

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

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

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

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

This text has shadow with #7C501B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C501B on black background.


Color preview on white background

This text has color #7C501B on white background.



Black color preview on #7C501B background

This text has black color on #7C501B background.


White color preview on #7C501B background

This text has white color on #7C501B background.