COLOR #7C3A05

HEX: #7C3A05
RGB: (124,58,5)

Color info

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

RGB color model

#7C3A05 color RGB value is (124,58,5).

  • red value is 124;
  • green value is 58;
  • blue value is 5.
RGB:
(124,58,5)
(49%,23%,2%)

RGB channels and saturation

R 124 of 255 = 49%
G 58 of 255 = 23%
B 5 of 255 = 2%

124
58
5

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

Portions of RGB colors in percentages

R + G + B =
124 + 58 + 5 = 187 (100%)
R 124 of 187 ~ 66.31%
G 58 of 187 ~ 31.02%
B 5 of 187 ~ 2.67%

%66.31
%31.02

CMYK color model

#7C3A05 color CMYK value is (0,53,96,51).

  • cyan value is 0.00%
  • magenta value is 53.23%
  • yellow value is 95.97%
  • key color value is 51.37%
CMYK:
(0,53,96,51)
C0M53Y96K51 
(0%,53%,96%,51%)
(0.00/0.53/0.96/0.51)	

CMYK percentages

%0
%53.23
%95.97
%51.37

Codes

Color #7C3A05 in popluar color models

7C3A05
RGB124585
HSL27°92.25%25.29%
HSB/HSV27°95.97%48.63%
CMYK0.00%53.23%95.97%
51.37%

Color #7C3A05 in popluar number systems.

HEX7C3A05
Decimal124585
Binary1111100111010101
Octal174725

Shades and tints

Shades of #7C3A05

#7C3A05
(124,58,5)
#713505
(113,53,5)
#663005
(102,48,5)
#5B2B05
(91,43,5)
#502605
(80,38,5)
#452105
(69,33,5)
#3A1C05
(58,28,5)
#2F1705
(47,23,5)
#241205
(36,18,5)
#190D05
(25,13,5)
#0E0805
(14,8,5)
#000000
(0,0,0)

Tints of #7C3A05

#7C3A05
(124,58,5)
#874B1B
(135,75,27)
#925C31
(146,92,49)
#9D6D47
(157,109,71)
#A87E5D
(168,126,93)
#B38F73
(179,143,115)
#BEA089
(190,160,137)
#C9B19F
(201,177,159)
#D4C2B5
(212,194,181)
#DFD3CB
(223,211,203)
#EAE4E1
(234,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3A05; }

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

This text font color is #7C3A05.


Background Color

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

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

This div background color is #7C3A05.


Border color

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

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

This div border color is #7C3A05.


Opacity

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

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

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

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

This text has shadow with #7C3A05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3A05 on black background.


Color preview on white background

This text has color #7C3A05 on white background.



Black color preview on #7C3A05 background

This text has black color on #7C3A05 background.


White color preview on #7C3A05 background

This text has white color on #7C3A05 background.