COLOR #7C4C1B

HEX: #7C4C1B
RGB: (124,76,27)

Color info

#7C4C1B contains mainly red and green colors. Web safe color of #7C4C1B is #663333 (or #633).

RGB color model

#7C4C1B color RGB value is (124,76,27).

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

RGB channels and saturation

R 124 of 255 = 49%
G 76 of 255 = 30%
B 27 of 255 = 11%

124
76
27

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

Portions of RGB colors in percentages

R + G + B =
124 + 76 + 27 = 227 (100%)
R 124 of 227 ~ 54.63%
G 76 of 227 ~ 33.48%
B 27 of 227 ~ 11.89%

%54.63
%33.48
%11.89

CMYK color model

#7C4C1B color CMYK value is (0,39,78,51).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 78.23%
  • key color value is 51.37%
CMYK:
(0,39,78,51)
C0M39Y78K51 
(0%,39%,78%,51%)
(0.00/0.39/0.78/0.51)	

CMYK percentages

%0
%38.71
%78.23
%51.37

Codes

Color #7C4C1B in popluar color models

7C4C1B
RGB1247627
HSL30°64.24%29.61%
HSB/HSV30°78.23%48.63%
CMYK0.00%38.71%78.23%
51.37%

Color #7C4C1B in popluar number systems.

HEX7C4C1B
Decimal1247627
Binary1111100100110011011
Octal17411433

Shades and tints

Shades of #7C4C1B

#7C4C1B
(124,76,27)
#714619
(113,70,25)
#664017
(102,64,23)
#5B3A15
(91,58,21)
#503413
(80,52,19)
#452E11
(69,46,17)
#3A280F
(58,40,15)
#2F220D
(47,34,13)
#241C0B
(36,28,11)
#191609
(25,22,9)
#0E1007
(14,16,7)
#000000
(0,0,0)

Tints of #7C4C1B

#7C4C1B
(124,76,27)
#875C2F
(135,92,47)
#926C43
(146,108,67)
#9D7C57
(157,124,87)
#A88C6B
(168,140,107)
#B39C7F
(179,156,127)
#BEAC93
(190,172,147)
#C9BCA7
(201,188,167)
#D4CCBB
(212,204,187)
#DFDCCF
(223,220,207)
#EAECE3
(234,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4C1B; }

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

This text font color is #7C4C1B.


Background Color

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

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

This div background color is #7C4C1B.


Border color

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

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

This div border color is #7C4C1B.


Opacity

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

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

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

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

This text has shadow with #7C4C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4C1B on black background.


Color preview on white background

This text has color #7C4C1B on white background.



Black color preview on #7C4C1B background

This text has black color on #7C4C1B background.


White color preview on #7C4C1B background

This text has white color on #7C4C1B background.