COLOR #A5B37B

HEX: #A5B37B
RGB: (165,179,123)

Renk bilgisi

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

RGB renk modeli

#A5B37B color RGB value is (165,179,123).

  • kırmız ton 165;
  • yeşil ton 179;
  • mavi ton 123.
RGB:
(165,179,123)
(65%,70%,48%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 179 of 255 = 70%
B 123 of 255 = 48%

165
179
123

R + G + B ~ 61%. #A5B37B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 179 + 123 = 467 (100%)
R 165 of 467 ~ 35.33%
G 179 of 467 ~ 38.33%
B 123 of 467 ~ 26.34%

%35.33
%38.33
%26.34

CMYK RENK MODELİ

#A5B37B rengi CMYK tonu (8,0,31,30).

  • camgöbeği tonu 7.82%
  • eflatun tonu 0.00%
  • sarı tonu 31.28%
  • ana renk tonu 29.80%
CMYK:
(8,0,31,30)
C8M0Y31K30 
(8%,0%,31%,30%)
(0.08/0.00/0.31/0.30)	

CMYK yüzdeleri

%7.82
%0
%31.28
%29.8

Codes

Color #A5B37B in popluar color models

A5B37B
RGB165179123
HSL75°26.92%59.22%
HSB/HSV75°31.28%70.20%
CMYK7.82%0.00%31.28%
29.80%

Color #A5B37B in popluar number systems.

HEXA5B37B
Decimal165179123
Binary10100101101100111111011
Octal245263173

Shades and tints

Shades of #A5B37B

#A5B37B
(165,179,123)
#96A370
(150,163,112)
#879365
(135,147,101)
#78835A
(120,131,90)
#69734F
(105,115,79)
#5A6344
(90,99,68)
#4B5339
(75,83,57)
#3C432E
(60,67,46)
#2D3323
(45,51,35)
#1E2318
(30,35,24)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #A5B37B

#A5B37B
(165,179,123)
#ADB987
(173,185,135)
#B5BF93
(181,191,147)
#BDC59F
(189,197,159)
#C5CBAB
(197,203,171)
#CDD1B7
(205,209,183)
#D5D7C3
(213,215,195)
#DDDDCF
(221,221,207)
#E5E3DB
(229,227,219)
#EDE9E7
(237,233,231)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B37B color. Also use rgb(165,179,123) instead hex code.

Text Font Color

.myTextColor { color: #A5B37B; }

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

This text font color is #A5B37B.


Background Color

.myBgColor { background-color: #A5B37B; }

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

This div background color is #A5B37B.


Border color

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

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

This div border color is #A5B37B.


Opacity

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

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

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

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

This text has shadow with #A5B37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B37B on black background.


Color preview on white background

This text has color #A5B37B on white background.



Black color preview on #A5B37B background

This text has black color on #A5B37B background.


White color preview on #A5B37B background

This text has white color on #A5B37B background.