COLOR #7A371F

HEX: #7A371F
RGB: (122,55,31)

Color info

#7A371F contains mainly red color. Web safe color of #7A371F is #663333 (or #633).

RGB color model

#7A371F color RGB value is (122,55,31).

  • red value is 122;
  • green value is 55;
  • blue value is 31.
RGB:
(122,55,31)
(48%,22%,12%)

RGB channels and saturation

R 122 of 255 = 48%
G 55 of 255 = 22%
B 31 of 255 = 12%

122
55
31

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

Portions of RGB colors in percentages

R + G + B =
122 + 55 + 31 = 208 (100%)
R 122 of 208 ~ 58.65%
G 55 of 208 ~ 26.44%
B 31 of 208 ~ 14.9%

%58.65
%26.44
%14.9

CMYK color model

#7A371F color CMYK value is (0,55,75,52).

  • cyan value is 0.00%
  • magenta value is 54.92%
  • yellow value is 74.59%
  • key color value is 52.16%
CMYK:
(0,55,75,52)
C0M55Y75K52 
(0%,55%,75%,52%)
(0.00/0.55/0.75/0.52)	

CMYK percentages

%0
%54.92
%74.59
%52.16

Codes

Color #7A371F in popluar color models

7A371F
RGB1225531
HSL16°59.48%30.00%
HSB/HSV16°74.59%47.84%
CMYK0.00%54.92%74.59%
52.16%

Color #7A371F in popluar number systems.

HEX7A371F
Decimal1225531
Binary111101011011111111
Octal1726737

Shades and tints

Shades of #7A371F

#7A371F
(122,55,31)
#6F321D
(111,50,29)
#642D1B
(100,45,27)
#592819
(89,40,25)
#4E2317
(78,35,23)
#431E15
(67,30,21)
#381913
(56,25,19)
#2D1411
(45,20,17)
#220F0F
(34,15,15)
#170A0D
(23,10,13)
#0C050B
(12,5,11)
#000000
(0,0,0)

Tints of #7A371F

#7A371F
(122,55,31)
#864933
(134,73,51)
#925B47
(146,91,71)
#9E6D5B
(158,109,91)
#AA7F6F
(170,127,111)
#B69183
(182,145,131)
#C2A397
(194,163,151)
#CEB5AB
(206,181,171)
#DAC7BF
(218,199,191)
#E6D9D3
(230,217,211)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A371F color. Also use rgb(122,55,31) instead hex code.

Text Font Color

.myTextColor { color: #7A371F; }

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

This text font color is #7A371F.


Background Color

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

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

This div background color is #7A371F.


Border color

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

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

This div border color is #7A371F.


Opacity

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

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

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

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

This text has shadow with #7A371F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A371F on black background.


Color preview on white background

This text has color #7A371F on white background.



Black color preview on #7A371F background

This text has black color on #7A371F background.


White color preview on #7A371F background

This text has white color on #7A371F background.