COLOR #A49741

HEX: #A49741
RGB: (164,151,65)

Renk bilgisi

#A49741 contains mainly red and green colors. #A49741 ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#A49741 color RGB value is (164,151,65).

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

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 151 of 255 = 59%
B 65 of 255 = 25%

164
151
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 151 + 65 = 380 (100%)
R 164 of 380 ~ 43.16%
G 151 of 380 ~ 39.74%
B 65 of 380 ~ 17.11%

%43.16
%39.74
%17.11

CMYK RENK MODELİ

#A49741 rengi CMYK tonu (0,8,60,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.93%
  • sarı tonu 60.37%
  • ana renk tonu 35.69%
CMYK:
(0,8,60,36)
C0M8Y60K36 
(0%,8%,60%,36%)
(0.00/0.08/0.60/0.36)	

CMYK yüzdeleri

%0
%7.93
%60.37
%35.69

Codes

Color #A49741 in popluar color models

A49741
RGB16415165
HSL52°43.23%44.90%
HSB/HSV52°60.37%64.31%
CMYK0.00%7.93%60.37%
35.69%

Color #A49741 in popluar number systems.

HEXA49741
Decimal16415165
Binary10100100100101111000001
Octal244227101

Shades and tints

Shades of #A49741

#A49741
(164,151,65)
#968A3C
(150,138,60)
#887D37
(136,125,55)
#7A7032
(122,112,50)
#6C632D
(108,99,45)
#5E5628
(94,86,40)
#504923
(80,73,35)
#423C1E
(66,60,30)
#342F19
(52,47,25)
#262214
(38,34,20)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #A49741

#A49741
(164,151,65)
#ACA052
(172,160,82)
#B4A963
(180,169,99)
#BCB274
(188,178,116)
#C4BB85
(196,187,133)
#CCC496
(204,196,150)
#D4CDA7
(212,205,167)
#DCD6B8
(220,214,184)
#E4DFC9
(228,223,201)
#ECE8DA
(236,232,218)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49741 color. Also use rgb(164,151,65) instead hex code.

Text Font Color

.myTextColor { color: #A49741; }

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

This text font color is #A49741.


Background Color

.myBgColor { background-color: #A49741; }

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

This div background color is #A49741.


Border color

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

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

This div border color is #A49741.


Opacity

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

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

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

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

This text has shadow with #A49741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49741 on black background.


Color preview on white background

This text has color #A49741 on white background.



Black color preview on #A49741 background

This text has black color on #A49741 background.


White color preview on #A49741 background

This text has white color on #A49741 background.