COLOR #7A5253

HEX: #7A5253
RGB: (122,82,83)

Color info

#7A5253 contains red, green and blue colors in about the same proportion. Web safe color of #7A5253 is #666666 (or #666).

RGB color model

#7A5253 color RGB value is (122,82,83).

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

RGB channels and saturation

R 122 of 255 = 48%
G 82 of 255 = 32%
B 83 of 255 = 33%

122
82
83

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

Portions of RGB colors in percentages

R + G + B =
122 + 82 + 83 = 287 (100%)
R 122 of 287 ~ 42.51%
G 82 of 287 ~ 28.57%
B 83 of 287 ~ 28.92%

%42.51
%28.57
%28.92

CMYK color model

#7A5253 color CMYK value is (0,33,32,52).

  • cyan value is 0.00%
  • magenta value is 32.79%
  • yellow value is 31.97%
  • key color value is 52.16%
CMYK:
(0,33,32,52)
C0M33Y32K52 
(0%,33%,32%,52%)
(0.00/0.33/0.32/0.52)	

CMYK percentages

%0
%32.79
%31.97
%52.16

Codes

Color #7A5253 in popluar color models

7A5253
RGB1228283
HSL359°19.61%40.00%
HSB/HSV359°32.79%47.84%
CMYK0.00%32.79%31.97%
52.16%

Color #7A5253 in popluar number systems.

HEX7A5253
Decimal1228283
Binary111101010100101010011
Octal172122123

Shades and tints

Shades of #7A5253

#7A5253
(122,82,83)
#6F4B4C
(111,75,76)
#644445
(100,68,69)
#593D3E
(89,61,62)
#4E3637
(78,54,55)
#432F30
(67,47,48)
#382829
(56,40,41)
#2D2122
(45,33,34)
#221A1B
(34,26,27)
#171314
(23,19,20)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #7A5253

#7A5253
(122,82,83)
#866162
(134,97,98)
#927071
(146,112,113)
#9E7F80
(158,127,128)
#AA8E8F
(170,142,143)
#B69D9E
(182,157,158)
#C2ACAD
(194,172,173)
#CEBBBC
(206,187,188)
#DACACB
(218,202,203)
#E6D9DA
(230,217,218)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5253; }

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

This text font color is #7A5253.


Background Color

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

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

This div background color is #7A5253.


Border color

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

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

This div border color is #7A5253.


Opacity

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

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

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

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

This text has shadow with #7A5253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5253 on black background.


Color preview on white background

This text has color #7A5253 on white background.



Black color preview on #7A5253 background

This text has black color on #7A5253 background.


White color preview on #7A5253 background

This text has white color on #7A5253 background.