COLOR #A47740

HEX: #A47740
RGB: (164,119,64)

Renk bilgisi

#A47740 contains mainly red and green colors. #A47740 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#A47740 color RGB value is (164,119,64).

  • kırmız ton 164;
  • yeşil ton 119;
  • mavi ton 64.
RGB:
(164,119,64)
(64%,47%,25%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 119 of 255 = 47%
B 64 of 255 = 25%

164
119
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 119 + 64 = 347 (100%)
R 164 of 347 ~ 47.26%
G 119 of 347 ~ 34.29%
B 64 of 347 ~ 18.44%

%47.26
%34.29
%18.44

CMYK RENK MODELİ

#A47740 rengi CMYK tonu (0,27,61,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.44%
  • sarı tonu 60.98%
  • ana renk tonu 35.69%
CMYK:
(0,27,61,36)
C0M27Y61K36 
(0%,27%,61%,36%)
(0.00/0.27/0.61/0.36)	

CMYK yüzdeleri

%0
%27.44
%60.98
%35.69

Codes

Color #A47740 in popluar color models

A47740
RGB16411964
HSL33°43.86%44.71%
HSB/HSV33°60.98%64.31%
CMYK0.00%27.44%60.98%
35.69%

Color #A47740 in popluar number systems.

HEXA47740
Decimal16411964
Binary1010010011101111000000
Octal244167100

Shades and tints

Shades of #A47740

#A47740
(164,119,64)
#966D3B
(150,109,59)
#886336
(136,99,54)
#7A5931
(122,89,49)
#6C4F2C
(108,79,44)
#5E4527
(94,69,39)
#503B22
(80,59,34)
#42311D
(66,49,29)
#342718
(52,39,24)
#261D13
(38,29,19)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #A47740

#A47740
(164,119,64)
#AC8351
(172,131,81)
#B48F62
(180,143,98)
#BC9B73
(188,155,115)
#C4A784
(196,167,132)
#CCB395
(204,179,149)
#D4BFA6
(212,191,166)
#DCCBB7
(220,203,183)
#E4D7C8
(228,215,200)
#ECE3D9
(236,227,217)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47740 color. Also use rgb(164,119,64) instead hex code.

Text Font Color

.myTextColor { color: #A47740; }

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

This text font color is #A47740.


Background Color

.myBgColor { background-color: #A47740; }

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

This div background color is #A47740.


Border color

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

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

This div border color is #A47740.


Opacity

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

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

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

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

This text has shadow with #A47740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47740 on black background.


Color preview on white background

This text has color #A47740 on white background.



Black color preview on #A47740 background

This text has black color on #A47740 background.


White color preview on #A47740 background

This text has white color on #A47740 background.