COLOR #A78383

HEX: #A78383
RGB: (167,131,131)

Color info

#A78383 contains red, green and blue colors in about the same proportion. Web safe color of #A78383 is #999999 (or #999).

RGB color model

#A78383 color RGB value is (167,131,131).

  • red value is 167;
  • green value is 131;
  • blue value is 131.
RGB:
(167,131,131)
(65%,51%,51%)

RGB channels and saturation

R 167 of 255 = 65%
G 131 of 255 = 51%
B 131 of 255 = 51%

167
131
131

R + G + B ~ 56%. #A78383 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 131 + 131 = 429 (100%)
R 167 of 429 ~ 38.93%
G 131 of 429 ~ 30.54%
B 131 of 429 ~ 30.54%

%38.93
%30.54
%30.54

CMYK color model

#A78383 color CMYK value is (0,22,22,35).

  • cyan value is 0.00%
  • magenta value is 21.56%
  • yellow value is 21.56%
  • key color value is 34.51%
CMYK:
(0,22,22,35)
C0M22Y22K35 
(0%,22%,22%,35%)
(0.00/0.22/0.22/0.35)	

CMYK percentages

%0
%21.56
%21.56
%34.51

Codes

Color #A78383 in popluar color models

A78383
RGB167131131
HSL16.98%58.43%
HSB/HSV21.56%65.49%
CMYK0.00%21.56%21.56%
34.51%

Color #A78383 in popluar number systems.

HEXA78383
Decimal167131131
Binary101001111000001110000011
Octal247203203

Shades and tints

Shades of #A78383

#A78383
(167,131,131)
#987878
(152,120,120)
#896D6D
(137,109,109)
#7A6262
(122,98,98)
#6B5757
(107,87,87)
#5C4C4C
(92,76,76)
#4D4141
(77,65,65)
#3E3636
(62,54,54)
#2F2B2B
(47,43,43)
#202020
(32,32,32)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #A78383

#A78383
(167,131,131)
#AF8E8E
(175,142,142)
#B79999
(183,153,153)
#BFA4A4
(191,164,164)
#C7AFAF
(199,175,175)
#CFBABA
(207,186,186)
#D7C5C5
(215,197,197)
#DFD0D0
(223,208,208)
#E7DBDB
(231,219,219)
#EFE6E6
(239,230,230)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78383 color. Also use rgb(167,131,131) instead hex code.

Text Font Color

.myTextColor { color: #A78383; }

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

This text font color is #A78383.


Background Color

.myBgColor { background-color: #A78383; }

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

This div background color is #A78383.


Border color

.myBorderColor { border: 1px solid #A78383; }

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

This div border color is #A78383.


Opacity

.myOpacity80 { color: #A78383; opacity: 0.8; }

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

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

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

This text has shadow with #A78383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78383 on black background.


Color preview on white background

This text has color #A78383 on white background.



Black color preview on #A78383 background

This text has black color on #A78383 background.


White color preview on #A78383 background

This text has white color on #A78383 background.