COLOR #A4737D

HEX: #A4737D
RGB: (164,115,125)

Renk bilgisi

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

RGB renk modeli

#A4737D color RGB value is (164,115,125).

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

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 115 of 255 = 45%
B 125 of 255 = 49%

164
115
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 115 + 125 = 404 (100%)
R 164 of 404 ~ 40.59%
G 115 of 404 ~ 28.47%
B 125 of 404 ~ 30.94%

%40.59
%28.47
%30.94

CMYK RENK MODELİ

#A4737D rengi CMYK tonu (0,30,24,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.88%
  • sarı tonu 23.78%
  • ana renk tonu 35.69%
CMYK:
(0,30,24,36)
C0M30Y24K36 
(0%,30%,24%,36%)
(0.00/0.30/0.24/0.36)	

CMYK yüzdeleri

%0
%29.88
%23.78
%35.69

Codes

Color #A4737D in popluar color models

A4737D
RGB164115125
HSL348°21.21%54.71%
HSB/HSV348°29.88%64.31%
CMYK0.00%29.88%23.78%
35.69%

Color #A4737D in popluar number systems.

HEXA4737D
Decimal164115125
Binary1010010011100111111101
Octal244163175

Shades and tints

Shades of #A4737D

#A4737D
(164,115,125)
#966972
(150,105,114)
#885F67
(136,95,103)
#7A555C
(122,85,92)
#6C4B51
(108,75,81)
#5E4146
(94,65,70)
#50373B
(80,55,59)
#422D30
(66,45,48)
#342325
(52,35,37)
#26191A
(38,25,26)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #A4737D

#A4737D
(164,115,125)
#AC7F88
(172,127,136)
#B48B93
(180,139,147)
#BC979E
(188,151,158)
#C4A3A9
(196,163,169)
#CCAFB4
(204,175,180)
#D4BBBF
(212,187,191)
#DCC7CA
(220,199,202)
#E4D3D5
(228,211,213)
#ECDFE0
(236,223,224)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4737D; }

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

This text font color is #A4737D.


Background Color

.myBgColor { background-color: #A4737D; }

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

This div background color is #A4737D.


Border color

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

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

This div border color is #A4737D.


Opacity

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

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

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

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

This text has shadow with #A4737D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4737D on black background.


Color preview on white background

This text has color #A4737D on white background.



Black color preview on #A4737D background

This text has black color on #A4737D background.


White color preview on #A4737D background

This text has white color on #A4737D background.