COLOR #7C3807

HEX: #7C3807
RGB: (124,56,7)

Color info

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

RGB color model

#7C3807 color RGB value is (124,56,7).

  • red value is 124;
  • green value is 56;
  • blue value is 7.
RGB:
(124,56,7)
(49%,22%,3%)

RGB channels and saturation

R 124 of 255 = 49%
G 56 of 255 = 22%
B 7 of 255 = 3%

124
56
7

R + G + B ~ 25%. #7C3807 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 56 + 7 = 187 (100%)
R 124 of 187 ~ 66.31%
G 56 of 187 ~ 29.95%
B 7 of 187 ~ 3.74%

%66.31
%29.95

CMYK color model

#7C3807 color CMYK value is (0,55,94,51).

  • cyan value is 0.00%
  • magenta value is 54.84%
  • yellow value is 94.35%
  • key color value is 51.37%
CMYK:
(0,55,94,51)
C0M55Y94K51 
(0%,55%,94%,51%)
(0.00/0.55/0.94/0.51)	

CMYK percentages

%0
%54.84
%94.35
%51.37

Codes

Color #7C3807 in popluar color models

7C3807
RGB124567
HSL25°89.31%25.69%
HSB/HSV25°94.35%48.63%
CMYK0.00%54.84%94.35%
51.37%

Color #7C3807 in popluar number systems.

HEX7C3807
Decimal124567
Binary1111100111000111
Octal174707

Shades and tints

Shades of #7C3807

#7C3807
(124,56,7)
#713307
(113,51,7)
#662E07
(102,46,7)
#5B2907
(91,41,7)
#502407
(80,36,7)
#451F07
(69,31,7)
#3A1A07
(58,26,7)
#2F1507
(47,21,7)
#241007
(36,16,7)
#190B07
(25,11,7)
#0E0607
(14,6,7)
#000000
(0,0,0)

Tints of #7C3807

#7C3807
(124,56,7)
#874A1D
(135,74,29)
#925C33
(146,92,51)
#9D6E49
(157,110,73)
#A8805F
(168,128,95)
#B39275
(179,146,117)
#BEA48B
(190,164,139)
#C9B6A1
(201,182,161)
#D4C8B7
(212,200,183)
#DFDACD
(223,218,205)
#EAECE3
(234,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3807; }

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

This text font color is #7C3807.


Background Color

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

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

This div background color is #7C3807.


Border color

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

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

This div border color is #7C3807.


Opacity

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

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

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

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

This text has shadow with #7C3807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3807 on black background.


Color preview on white background

This text has color #7C3807 on white background.



Black color preview on #7C3807 background

This text has black color on #7C3807 background.


White color preview on #7C3807 background

This text has white color on #7C3807 background.