COLOR #A47B73

HEX: #A47B73
RGB: (164,123,115)

Renk bilgisi

#A47B73 contains red, green and blue colors in about the same proportion. #A47B73 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#A47B73 color RGB value is (164,123,115).

  • kırmız ton 164;
  • yeşil ton 123;
  • mavi ton 115.
RGB:
(164,123,115)
(64%,48%,45%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 123 of 255 = 48%
B 115 of 255 = 45%

164
123
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 123 + 115 = 402 (100%)
R 164 of 402 ~ 40.8%
G 123 of 402 ~ 30.6%
B 115 of 402 ~ 28.61%

%40.8
%30.6
%28.61

CMYK RENK MODELİ

#A47B73 rengi CMYK tonu (0,25,30,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 29.88%
  • ana renk tonu 35.69%
CMYK:
(0,25,30,36)
C0M25Y30K36 
(0%,25%,30%,36%)
(0.00/0.25/0.30/0.36)	

CMYK yüzdeleri

%0
%25
%29.88
%35.69

Codes

Color #A47B73 in popluar color models

A47B73
RGB164123115
HSL10°21.21%54.71%
HSB/HSV10°29.88%64.31%
CMYK0.00%25.00%29.88%
35.69%

Color #A47B73 in popluar number systems.

HEXA47B73
Decimal164123115
Binary1010010011110111110011
Octal244173163

Shades and tints

Shades of #A47B73

#A47B73
(164,123,115)
#967069
(150,112,105)
#88655F
(136,101,95)
#7A5A55
(122,90,85)
#6C4F4B
(108,79,75)
#5E4441
(94,68,65)
#503937
(80,57,55)
#422E2D
(66,46,45)
#342323
(52,35,35)
#261819
(38,24,25)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #A47B73

#A47B73
(164,123,115)
#AC877F
(172,135,127)
#B4938B
(180,147,139)
#BC9F97
(188,159,151)
#C4ABA3
(196,171,163)
#CCB7AF
(204,183,175)
#D4C3BB
(212,195,187)
#DCCFC7
(220,207,199)
#E4DBD3
(228,219,211)
#ECE7DF
(236,231,223)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47B73 color. Also use rgb(164,123,115) instead hex code.

Text Font Color

.myTextColor { color: #A47B73; }

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

This text font color is #A47B73.


Background Color

.myBgColor { background-color: #A47B73; }

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

This div background color is #A47B73.


Border color

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

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

This div border color is #A47B73.


Opacity

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

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

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

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

This text has shadow with #A47B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47B73 on black background.


Color preview on white background

This text has color #A47B73 on white background.



Black color preview on #A47B73 background

This text has black color on #A47B73 background.


White color preview on #A47B73 background

This text has white color on #A47B73 background.