COLOR #7A5D34

HEX: #7A5D34
RGB: (122,93,52)

Color info

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

RGB color model

#7A5D34 color RGB value is (122,93,52).

  • red value is 122;
  • green value is 93;
  • blue value is 52.
RGB:
(122,93,52)
(48%,36%,20%)

RGB channels and saturation

R 122 of 255 = 48%
G 93 of 255 = 36%
B 52 of 255 = 20%

122
93
52

R + G + B ~ 35%. #7A5D34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 93 + 52 = 267 (100%)
R 122 of 267 ~ 45.69%
G 93 of 267 ~ 34.83%
B 52 of 267 ~ 19.48%

%45.69
%34.83
%19.48

CMYK color model

#7A5D34 color CMYK value is (0,24,57,52).

  • cyan value is 0.00%
  • magenta value is 23.77%
  • yellow value is 57.38%
  • key color value is 52.16%
CMYK:
(0,24,57,52)
C0M24Y57K52 
(0%,24%,57%,52%)
(0.00/0.24/0.57/0.52)	

CMYK percentages

%0
%23.77
%57.38
%52.16

Codes

Color #7A5D34 in popluar color models

7A5D34
RGB1229352
HSL35°40.23%34.12%
HSB/HSV35°57.38%47.84%
CMYK0.00%23.77%57.38%
52.16%

Color #7A5D34 in popluar number systems.

HEX7A5D34
Decimal1229352
Binary11110101011101110100
Octal17213564

Shades and tints

Shades of #7A5D34

#7A5D34
(122,93,52)
#6F5530
(111,85,48)
#644D2C
(100,77,44)
#594528
(89,69,40)
#4E3D24
(78,61,36)
#433520
(67,53,32)
#382D1C
(56,45,28)
#2D2518
(45,37,24)
#221D14
(34,29,20)
#171510
(23,21,16)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #7A5D34

#7A5D34
(122,93,52)
#866B46
(134,107,70)
#927958
(146,121,88)
#9E876A
(158,135,106)
#AA957C
(170,149,124)
#B6A38E
(182,163,142)
#C2B1A0
(194,177,160)
#CEBFB2
(206,191,178)
#DACDC4
(218,205,196)
#E6DBD6
(230,219,214)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5D34 color. Also use rgb(122,93,52) instead hex code.

Text Font Color

.myTextColor { color: #7A5D34; }

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

This text font color is #7A5D34.


Background Color

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

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

This div background color is #7A5D34.


Border color

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

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

This div border color is #7A5D34.


Opacity

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

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

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

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

This text has shadow with #7A5D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5D34 on black background.


Color preview on white background

This text has color #7A5D34 on white background.



Black color preview on #7A5D34 background

This text has black color on #7A5D34 background.


White color preview on #7A5D34 background

This text has white color on #7A5D34 background.