COLOR #7A5828

HEX: #7A5828
RGB: (122,88,40)

Color info

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

RGB color model

#7A5828 color RGB value is (122,88,40).

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

RGB channels and saturation

R 122 of 255 = 48%
G 88 of 255 = 35%
B 40 of 255 = 16%

122
88
40

R + G + B ~ 33%. #7A5828 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 88 + 40 = 250 (100%)
R 122 of 250 ~ 48.8%
G 88 of 250 ~ 35.2%
B 40 of 250 ~ 16%

%48.8
%35.2
%16

CMYK color model

#7A5828 color CMYK value is (0,28,67,52).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 67.21%
  • key color value is 52.16%
CMYK: (0,28,67,52) C0M28Y67K52 (0%,28%,67%,52%) (0.00/0.28/0.67/0.52)

CMYK percentages

%0
%27.87
%67.21
%52.16

Codes

Color #7A5828 in popluar color models

7A5828
RGB1228840
HSL35°50.62%31.76%
HSB/HSV35°67.21%47.84%
CMYK0.00%27.87%67.21%
52.16%

Color #7A5828 in popluar number systems.

HEX7A5828
Decimal1228840
Binary11110101011000101000
Octal17213050

Shades and tints

Shades of #7A5828

#7A5828
(122,88,40)
#6F5025
(111,80,37)
#644822
(100,72,34)
#59401F
(89,64,31)
#4E381C
(78,56,28)
#433019
(67,48,25)
#382816
(56,40,22)
#2D2013
(45,32,19)
#221810
(34,24,16)
#17100D
(23,16,13)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #7A5828

#7A5828
(122,88,40)
#86673B
(134,103,59)
#92764E
(146,118,78)
#9E8561
(158,133,97)
#AA9474
(170,148,116)
#B6A387
(182,163,135)
#C2B29A
(194,178,154)
#CEC1AD
(206,193,173)
#DAD0C0
(218,208,192)
#E6DFD3
(230,223,211)
#F2EEE6
(242,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5828; }

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

This text font color is #7A5828.


Background Color

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

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

This div background color is #7A5828.


Border color

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

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

This div border color is #7A5828.


Opacity

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

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

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

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

This text has shadow with #7A5828 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A5828 on black background.


Color preview on white background

This text has color #7A5828 on white background.



Black color preview on #7A5828 background

This text has black color on #7A5828 background.


White color preview on #7A5828 background

This text has white color on #7A5828 background.