COLOR #7A7335

HEX: #7A7335
RGB: (122,115,53)

Color info

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

RGB color model

#7A7335 color RGB value is (122,115,53).

  • red value is 122;
  • green value is 115;
  • blue value is 53.
RGB:
(122,115,53)
(48%,45%,21%)

RGB channels and saturation

R 122 of 255 = 48%
G 115 of 255 = 45%
B 53 of 255 = 21%

122
115
53

R + G + B ~ 38%. #7A7335 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 115 + 53 = 290 (100%)
R 122 of 290 ~ 42.07%
G 115 of 290 ~ 39.66%
B 53 of 290 ~ 18.28%

%42.07
%39.66
%18.28

CMYK color model

#7A7335 color CMYK value is (0,6,57,52).

  • cyan value is 0.00%
  • magenta value is 5.74%
  • yellow value is 56.56%
  • key color value is 52.16%
CMYK:
(0,6,57,52)
C0M6Y57K52 
(0%,6%,57%,52%)
(0.00/0.06/0.57/0.52)	

CMYK percentages

%0
%5.74
%56.56
%52.16

Codes

Color #7A7335 in popluar color models

7A7335
RGB12211553
HSL54°39.43%34.31%
HSB/HSV54°56.56%47.84%
CMYK0.00%5.74%56.56%
52.16%

Color #7A7335 in popluar number systems.

HEX7A7335
Decimal12211553
Binary11110101110011110101
Octal17216365

Shades and tints

Shades of #7A7335

#7A7335
(122,115,53)
#6F6931
(111,105,49)
#645F2D
(100,95,45)
#595529
(89,85,41)
#4E4B25
(78,75,37)
#434121
(67,65,33)
#38371D
(56,55,29)
#2D2D19
(45,45,25)
#222315
(34,35,21)
#171911
(23,25,17)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #7A7335

#7A7335
(122,115,53)
#867F47
(134,127,71)
#928B59
(146,139,89)
#9E976B
(158,151,107)
#AAA37D
(170,163,125)
#B6AF8F
(182,175,143)
#C2BBA1
(194,187,161)
#CEC7B3
(206,199,179)
#DAD3C5
(218,211,197)
#E6DFD7
(230,223,215)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7335 color. Also use rgb(122,115,53) instead hex code.

Text Font Color

.myTextColor { color: #7A7335; }

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

This text font color is #7A7335.


Background Color

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

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

This div background color is #7A7335.


Border color

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

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

This div border color is #7A7335.


Opacity

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

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

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

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

This text has shadow with #7A7335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7335 on black background.


Color preview on white background

This text has color #7A7335 on white background.



Black color preview on #7A7335 background

This text has black color on #7A7335 background.


White color preview on #7A7335 background

This text has white color on #7A7335 background.