COLOR #7C3B17

HEX: #7C3B17
RGB: (124,59,23)

Color info

#7C3B17 contains mainly red color. Web safe color of #7C3B17 is #663300 (or #630).

RGB color model

#7C3B17 color RGB value is (124,59,23).

  • red value is 124;
  • green value is 59;
  • blue value is 23.
RGB:
(124,59,23)
(49%,23%,9%)

RGB channels and saturation

R 124 of 255 = 49%
G 59 of 255 = 23%
B 23 of 255 = 9%

124
59
23

R + G + B ~ 27%. #7C3B17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 59 + 23 = 206 (100%)
R 124 of 206 ~ 60.19%
G 59 of 206 ~ 28.64%
B 23 of 206 ~ 11.17%

%60.19
%28.64
%11.17

CMYK color model

#7C3B17 color CMYK value is (0,52,81,51).

  • cyan value is 0.00%
  • magenta value is 52.42%
  • yellow value is 81.45%
  • key color value is 51.37%
CMYK:
(0,52,81,51)
C0M52Y81K51 
(0%,52%,81%,51%)
(0.00/0.52/0.81/0.51)	

CMYK percentages

%0
%52.42
%81.45
%51.37

Codes

Color #7C3B17 in popluar color models

7C3B17
RGB1245923
HSL21°68.71%28.82%
HSB/HSV21°81.45%48.63%
CMYK0.00%52.42%81.45%
51.37%

Color #7C3B17 in popluar number systems.

HEX7C3B17
Decimal1245923
Binary111110011101110111
Octal1747327

Shades and tints

Shades of #7C3B17

#7C3B17
(124,59,23)
#713615
(113,54,21)
#663113
(102,49,19)
#5B2C11
(91,44,17)
#50270F
(80,39,15)
#45220D
(69,34,13)
#3A1D0B
(58,29,11)
#2F1809
(47,24,9)
#241307
(36,19,7)
#190E05
(25,14,5)
#0E0903
(14,9,3)
#000000
(0,0,0)

Tints of #7C3B17

#7C3B17
(124,59,23)
#874C2C
(135,76,44)
#925D41
(146,93,65)
#9D6E56
(157,110,86)
#A87F6B
(168,127,107)
#B39080
(179,144,128)
#BEA195
(190,161,149)
#C9B2AA
(201,178,170)
#D4C3BF
(212,195,191)
#DFD4D4
(223,212,212)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3B17 color. Also use rgb(124,59,23) instead hex code.

Text Font Color

.myTextColor { color: #7C3B17; }

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

This text font color is #7C3B17.


Background Color

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

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

This div background color is #7C3B17.


Border color

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

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

This div border color is #7C3B17.


Opacity

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

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

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

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

This text has shadow with #7C3B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3B17 on black background.


Color preview on white background

This text has color #7C3B17 on white background.



Black color preview on #7C3B17 background

This text has black color on #7C3B17 background.


White color preview on #7C3B17 background

This text has white color on #7C3B17 background.