COLOR #7A5F2B

HEX: #7A5F2B
RGB: (122,95,43)

Color info

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

RGB color model

#7A5F2B color RGB value is (122,95,43).

  • red value is 122;
  • green value is 95;
  • blue value is 43.
RGB:
(122,95,43)
(48%,37%,17%)

RGB channels and saturation

R 122 of 255 = 48%
G 95 of 255 = 37%
B 43 of 255 = 17%

122
95
43

R + G + B ~ 34%. #7A5F2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 95 + 43 = 260 (100%)
R 122 of 260 ~ 46.92%
G 95 of 260 ~ 36.54%
B 43 of 260 ~ 16.54%

%46.92
%36.54
%16.54

CMYK color model

#7A5F2B color CMYK value is (0,22,65,52).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 64.75%
  • key color value is 52.16%
CMYK:
(0,22,65,52)
C0M22Y65K52 
(0%,22%,65%,52%)
(0.00/0.22/0.65/0.52)	

CMYK percentages

%0
%22.13
%64.75
%52.16

Codes

Color #7A5F2B in popluar color models

7A5F2B
RGB1229543
HSL39°47.88%32.35%
HSB/HSV39°64.75%47.84%
CMYK0.00%22.13%64.75%
52.16%

Color #7A5F2B in popluar number systems.

HEX7A5F2B
Decimal1229543
Binary11110101011111101011
Octal17213753

Shades and tints

Shades of #7A5F2B

#7A5F2B
(122,95,43)
#6F5728
(111,87,40)
#644F25
(100,79,37)
#594722
(89,71,34)
#4E3F1F
(78,63,31)
#43371C
(67,55,28)
#382F19
(56,47,25)
#2D2716
(45,39,22)
#221F13
(34,31,19)
#171710
(23,23,16)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #7A5F2B

#7A5F2B
(122,95,43)
#866D3E
(134,109,62)
#927B51
(146,123,81)
#9E8964
(158,137,100)
#AA9777
(170,151,119)
#B6A58A
(182,165,138)
#C2B39D
(194,179,157)
#CEC1B0
(206,193,176)
#DACFC3
(218,207,195)
#E6DDD6
(230,221,214)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5F2B color. Also use rgb(122,95,43) instead hex code.

Text Font Color

.myTextColor { color: #7A5F2B; }

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

This text font color is #7A5F2B.


Background Color

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

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

This div background color is #7A5F2B.


Border color

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

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

This div border color is #7A5F2B.


Opacity

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

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

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

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

This text has shadow with #7A5F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5F2B on black background.


Color preview on white background

This text has color #7A5F2B on white background.



Black color preview on #7A5F2B background

This text has black color on #7A5F2B background.


White color preview on #7A5F2B background

This text has white color on #7A5F2B background.