COLOR #A37F78

HEX: #A37F78
RGB: (163,127,120)

Renk bilgisi

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

RGB renk modeli

#A37F78 color RGB value is (163,127,120).

  • kırmız ton 163;
  • yeşil ton 127;
  • mavi ton 120.
RGB:
(163,127,120)
(64%,50%,47%)

RGB bağlantıları ve doygunluk

R 163 of 255 = 64%
G 127 of 255 = 50%
B 120 of 255 = 47%

163
127
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
163 + 127 + 120 = 410 (100%)
R 163 of 410 ~ 39.76%
G 127 of 410 ~ 30.98%
B 120 of 410 ~ 29.27%

%39.76
%30.98
%29.27

CMYK RENK MODELİ

#A37F78 rengi CMYK tonu (0,22,26,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.09%
  • sarı tonu 26.38%
  • ana renk tonu 36.08%
CMYK:
(0,22,26,36)
C0M22Y26K36 
(0%,22%,26%,36%)
(0.00/0.22/0.26/0.36)	

CMYK yüzdeleri

%0
%22.09
%26.38
%36.08

Codes

Color #A37F78 in popluar color models

A37F78
RGB163127120
HSL10°18.94%55.49%
HSB/HSV10°26.38%63.92%
CMYK0.00%22.09%26.38%
36.08%

Color #A37F78 in popluar number systems.

HEXA37F78
Decimal163127120
Binary1010001111111111111000
Octal243177170

Shades and tints

Shades of #A37F78

#A37F78
(163,127,120)
#95746E
(149,116,110)
#876964
(135,105,100)
#795E5A
(121,94,90)
#6B5350
(107,83,80)
#5D4846
(93,72,70)
#4F3D3C
(79,61,60)
#413232
(65,50,50)
#332728
(51,39,40)
#251C1E
(37,28,30)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #A37F78

#A37F78
(163,127,120)
#AB8A84
(171,138,132)
#B39590
(179,149,144)
#BBA09C
(187,160,156)
#C3ABA8
(195,171,168)
#CBB6B4
(203,182,180)
#D3C1C0
(211,193,192)
#DBCCCC
(219,204,204)
#E3D7D8
(227,215,216)
#EBE2E4
(235,226,228)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37F78 color. Also use rgb(163,127,120) instead hex code.

Text Font Color

.myTextColor { color: #A37F78; }

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

This text font color is #A37F78.


Background Color

.myBgColor { background-color: #A37F78; }

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

This div background color is #A37F78.


Border color

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

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

This div border color is #A37F78.


Opacity

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

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

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

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

This text has shadow with #A37F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37F78 on black background.


Color preview on white background

This text has color #A37F78 on white background.



Black color preview on #A37F78 background

This text has black color on #A37F78 background.


White color preview on #A37F78 background

This text has white color on #A37F78 background.