COLOR #7A581F

HEX: #7A581F
RGB: (122,88,31)

Color info

#7A581F contains mainly red and green colors. Web safe color of #7A581F is #666633 (or #663).

RGB color model

#7A581F color RGB value is (122,88,31).

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

RGB channels and saturation

R 122 of 255 = 48%
G 88 of 255 = 35%
B 31 of 255 = 12%

122
88
31

R + G + B ~ 32%. #7A581F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 88 + 31 = 241 (100%)
R 122 of 241 ~ 50.62%
G 88 of 241 ~ 36.51%
B 31 of 241 ~ 12.86%

%50.62
%36.51
%12.86

CMYK color model

#7A581F color CMYK value is (0,28,75,52).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 74.59%
  • key color value is 52.16%
CMYK:
(0,28,75,52)
C0M28Y75K52 
(0%,28%,75%,52%)
(0.00/0.28/0.75/0.52)	

CMYK percentages

%0
%27.87
%74.59
%52.16

Codes

Color #7A581F in popluar color models

7A581F
RGB1228831
HSL38°59.48%30.00%
HSB/HSV38°74.59%47.84%
CMYK0.00%27.87%74.59%
52.16%

Color #7A581F in popluar number systems.

HEX7A581F
Decimal1228831
Binary1111010101100011111
Octal17213037

Shades and tints

Shades of #7A581F

#7A581F
(122,88,31)
#6F501D
(111,80,29)
#64481B
(100,72,27)
#594019
(89,64,25)
#4E3817
(78,56,23)
#433015
(67,48,21)
#382813
(56,40,19)
#2D2011
(45,32,17)
#22180F
(34,24,15)
#17100D
(23,16,13)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #7A581F

#7A581F
(122,88,31)
#866733
(134,103,51)
#927647
(146,118,71)
#9E855B
(158,133,91)
#AA946F
(170,148,111)
#B6A383
(182,163,131)
#C2B297
(194,178,151)
#CEC1AB
(206,193,171)
#DAD0BF
(218,208,191)
#E6DFD3
(230,223,211)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A581F; }

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

This text font color is #7A581F.


Background Color

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

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

This div background color is #7A581F.


Border color

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

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

This div border color is #7A581F.


Opacity

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

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

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

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

This text has shadow with #7A581F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A581F on black background.


Color preview on white background

This text has color #7A581F on white background.



Black color preview on #7A581F background

This text has black color on #7A581F background.


White color preview on #7A581F background

This text has white color on #7A581F background.