COLOR #7C481F

HEX: #7C481F
RGB: (124,72,31)

Color info

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

RGB color model

#7C481F color RGB value is (124,72,31).

  • red value is 124;
  • green value is 72;
  • blue value is 31.
RGB:
(124,72,31)
(49%,28%,12%)

RGB channels and saturation

R 124 of 255 = 49%
G 72 of 255 = 28%
B 31 of 255 = 12%

124
72
31

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

Portions of RGB colors in percentages

R + G + B =
124 + 72 + 31 = 227 (100%)
R 124 of 227 ~ 54.63%
G 72 of 227 ~ 31.72%
B 31 of 227 ~ 13.66%

%54.63
%31.72
%13.66

CMYK color model

#7C481F color CMYK value is (0,42,75,51).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 75.00%
  • key color value is 51.37%
CMYK:
(0,42,75,51)
C0M42Y75K51 
(0%,42%,75%,51%)
(0.00/0.42/0.75/0.51)	

CMYK percentages

%0
%41.94
%75
%51.37

Codes

Color #7C481F in popluar color models

7C481F
RGB1247231
HSL26°60.00%30.39%
HSB/HSV26°75.00%48.63%
CMYK0.00%41.94%75.00%
51.37%

Color #7C481F in popluar number systems.

HEX7C481F
Decimal1247231
Binary1111100100100011111
Octal17411037

Shades and tints

Shades of #7C481F

#7C481F
(124,72,31)
#71421D
(113,66,29)
#663C1B
(102,60,27)
#5B3619
(91,54,25)
#503017
(80,48,23)
#452A15
(69,42,21)
#3A2413
(58,36,19)
#2F1E11
(47,30,17)
#24180F
(36,24,15)
#19120D
(25,18,13)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #7C481F

#7C481F
(124,72,31)
#875833
(135,88,51)
#926847
(146,104,71)
#9D785B
(157,120,91)
#A8886F
(168,136,111)
#B39883
(179,152,131)
#BEA897
(190,168,151)
#C9B8AB
(201,184,171)
#D4C8BF
(212,200,191)
#DFD8D3
(223,216,211)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C481F; }

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

This text font color is #7C481F.


Background Color

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

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

This div background color is #7C481F.


Border color

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

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

This div border color is #7C481F.


Opacity

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

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

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

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

This text has shadow with #7C481F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C481F on black background.


Color preview on white background

This text has color #7C481F on white background.



Black color preview on #7C481F background

This text has black color on #7C481F background.


White color preview on #7C481F background

This text has white color on #7C481F background.