COLOR #7A5339

HEX: #7A5339
RGB: (122,83,57)

Color info

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

RGB color model

#7A5339 color RGB value is (122,83,57).

  • red value is 122;
  • green value is 83;
  • blue value is 57.
RGB:
(122,83,57)
(48%,33%,22%)

RGB channels and saturation

R 122 of 255 = 48%
G 83 of 255 = 33%
B 57 of 255 = 22%

122
83
57

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

Portions of RGB colors in percentages

R + G + B =
122 + 83 + 57 = 262 (100%)
R 122 of 262 ~ 46.56%
G 83 of 262 ~ 31.68%
B 57 of 262 ~ 21.76%

%46.56
%31.68
%21.76

CMYK color model

#7A5339 color CMYK value is (0,32,53,52).

  • cyan value is 0.00%
  • magenta value is 31.97%
  • yellow value is 53.28%
  • key color value is 52.16%
CMYK:
(0,32,53,52)
C0M32Y53K52 
(0%,32%,53%,52%)
(0.00/0.32/0.53/0.52)	

CMYK percentages

%0
%31.97
%53.28
%52.16

Codes

Color #7A5339 in popluar color models

7A5339
RGB1228357
HSL24°36.31%35.10%
HSB/HSV24°53.28%47.84%
CMYK0.00%31.97%53.28%
52.16%

Color #7A5339 in popluar number systems.

HEX7A5339
Decimal1228357
Binary11110101010011111001
Octal17212371

Shades and tints

Shades of #7A5339

#7A5339
(122,83,57)
#6F4C34
(111,76,52)
#64452F
(100,69,47)
#593E2A
(89,62,42)
#4E3725
(78,55,37)
#433020
(67,48,32)
#38291B
(56,41,27)
#2D2216
(45,34,22)
#221B11
(34,27,17)
#17140C
(23,20,12)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #7A5339

#7A5339
(122,83,57)
#86624B
(134,98,75)
#92715D
(146,113,93)
#9E806F
(158,128,111)
#AA8F81
(170,143,129)
#B69E93
(182,158,147)
#C2ADA5
(194,173,165)
#CEBCB7
(206,188,183)
#DACBC9
(218,203,201)
#E6DADB
(230,218,219)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5339 color. Also use rgb(122,83,57) instead hex code.

Text Font Color

.myTextColor { color: #7A5339; }

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

This text font color is #7A5339.


Background Color

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

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

This div background color is #7A5339.


Border color

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

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

This div border color is #7A5339.


Opacity

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

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

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

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

This text has shadow with #7A5339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5339 on black background.


Color preview on white background

This text has color #7A5339 on white background.



Black color preview on #7A5339 background

This text has black color on #7A5339 background.


White color preview on #7A5339 background

This text has white color on #7A5339 background.