COLOR #A58C7E

HEX: #A58C7E
RGB: (165,140,126)

Renk bilgisi

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

RGB renk modeli

#A58C7E color RGB value is (165,140,126).

  • kırmız ton 165;
  • yeşil ton 140;
  • mavi ton 126.
RGB:
(165,140,126)
(65%,55%,49%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 140 of 255 = 55%
B 126 of 255 = 49%

165
140
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 140 + 126 = 431 (100%)
R 165 of 431 ~ 38.28%
G 140 of 431 ~ 32.48%
B 126 of 431 ~ 29.23%

%38.28
%32.48
%29.23

CMYK RENK MODELİ

#A58C7E rengi CMYK tonu (0,15,24,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.15%
  • sarı tonu 23.64%
  • ana renk tonu 35.29%
CMYK:
(0,15,24,35)
C0M15Y24K35 
(0%,15%,24%,35%)
(0.00/0.15/0.24/0.35)	

CMYK yüzdeleri

%0
%15.15
%23.64
%35.29

Codes

Color #A58C7E in popluar color models

A58C7E
RGB165140126
HSL22°17.81%57.06%
HSB/HSV22°23.64%64.71%
CMYK0.00%15.15%23.64%
35.29%

Color #A58C7E in popluar number systems.

HEXA58C7E
Decimal165140126
Binary10100101100011001111110
Octal245214176

Shades and tints

Shades of #A58C7E

#A58C7E
(165,140,126)
#968073
(150,128,115)
#877468
(135,116,104)
#78685D
(120,104,93)
#695C52
(105,92,82)
#5A5047
(90,80,71)
#4B443C
(75,68,60)
#3C3831
(60,56,49)
#2D2C26
(45,44,38)
#1E201B
(30,32,27)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #A58C7E

#A58C7E
(165,140,126)
#AD9689
(173,150,137)
#B5A094
(181,160,148)
#BDAA9F
(189,170,159)
#C5B4AA
(197,180,170)
#CDBEB5
(205,190,181)
#D5C8C0
(213,200,192)
#DDD2CB
(221,210,203)
#E5DCD6
(229,220,214)
#EDE6E1
(237,230,225)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58C7E color. Also use rgb(165,140,126) instead hex code.

Text Font Color

.myTextColor { color: #A58C7E; }

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

This text font color is #A58C7E.


Background Color

.myBgColor { background-color: #A58C7E; }

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

This div background color is #A58C7E.


Border color

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

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

This div border color is #A58C7E.


Opacity

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

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

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

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

This text has shadow with #A58C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58C7E on black background.


Color preview on white background

This text has color #A58C7E on white background.



Black color preview on #A58C7E background

This text has black color on #A58C7E background.


White color preview on #A58C7E background

This text has white color on #A58C7E background.