COLOR #7A5B30

HEX: #7A5B30
RGB: (122,91,48)

Color info

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

RGB color model

#7A5B30 color RGB value is (122,91,48).

  • red value is 122;
  • green value is 91;
  • blue value is 48.
RGB:
(122,91,48)
(48%,36%,19%)

RGB channels and saturation

R 122 of 255 = 48%
G 91 of 255 = 36%
B 48 of 255 = 19%

122
91
48

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

Portions of RGB colors in percentages

R + G + B =
122 + 91 + 48 = 261 (100%)
R 122 of 261 ~ 46.74%
G 91 of 261 ~ 34.87%
B 48 of 261 ~ 18.39%

%46.74
%34.87
%18.39

CMYK color model

#7A5B30 color CMYK value is (0,25,61,52).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 60.66%
  • key color value is 52.16%
CMYK:
(0,25,61,52)
C0M25Y61K52 
(0%,25%,61%,52%)
(0.00/0.25/0.61/0.52)	

CMYK percentages

%0
%25.41
%60.66
%52.16

Codes

Color #7A5B30 in popluar color models

7A5B30
RGB1229148
HSL35°43.53%33.33%
HSB/HSV35°60.66%47.84%
CMYK0.00%25.41%60.66%
52.16%

Color #7A5B30 in popluar number systems.

HEX7A5B30
Decimal1229148
Binary11110101011011110000
Octal17213360

Shades and tints

Shades of #7A5B30

#7A5B30
(122,91,48)
#6F532C
(111,83,44)
#644B28
(100,75,40)
#594324
(89,67,36)
#4E3B20
(78,59,32)
#43331C
(67,51,28)
#382B18
(56,43,24)
#2D2314
(45,35,20)
#221B10
(34,27,16)
#17130C
(23,19,12)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #7A5B30

#7A5B30
(122,91,48)
#866942
(134,105,66)
#927754
(146,119,84)
#9E8566
(158,133,102)
#AA9378
(170,147,120)
#B6A18A
(182,161,138)
#C2AF9C
(194,175,156)
#CEBDAE
(206,189,174)
#DACBC0
(218,203,192)
#E6D9D2
(230,217,210)
#F2E7E4
(242,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5B30 color. Also use rgb(122,91,48) instead hex code.

Text Font Color

.myTextColor { color: #7A5B30; }

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

This text font color is #7A5B30.


Background Color

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

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

This div background color is #7A5B30.


Border color

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

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

This div border color is #7A5B30.


Opacity

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

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

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

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

This text has shadow with #7A5B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5B30 on black background.


Color preview on white background

This text has color #7A5B30 on white background.



Black color preview on #7A5B30 background

This text has black color on #7A5B30 background.


White color preview on #7A5B30 background

This text has white color on #7A5B30 background.