COLOR #ACB390

HEX: #ACB390
RGB: (172,179,144)

Renk bilgisi

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

RGB renk modeli

#ACB390 color RGB value is (172,179,144).

  • kırmız ton 172;
  • yeşil ton 179;
  • mavi ton 144.
RGB:
(172,179,144)
(67%,70%,56%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 179 of 255 = 70%
B 144 of 255 = 56%

172
179
144

R + G + B ~ 64%. #ACB390 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 179 + 144 = 495 (100%)
R 172 of 495 ~ 34.75%
G 179 of 495 ~ 36.16%
B 144 of 495 ~ 29.09%

%34.75
%36.16
%29.09

CMYK RENK MODELİ

#ACB390 rengi CMYK tonu (4,0,20,30).

  • camgöbeği tonu 3.91%
  • eflatun tonu 0.00%
  • sarı tonu 19.55%
  • ana renk tonu 29.80%
CMYK:
(4,0,20,30)
C4M0Y20K30 
(4%,0%,20%,30%)
(0.04/0.00/0.20/0.30)	

CMYK yüzdeleri

%3.91
%0
%19.55
%29.8

Codes

Color #ACB390 in popluar color models

ACB390
RGB172179144
HSL72°18.72%63.33%
HSB/HSV72°19.55%70.20%
CMYK3.91%0.00%19.55%
29.80%

Color #ACB390 in popluar number systems.

HEXACB390
Decimal172179144
Binary101011001011001110010000
Octal254263220

Shades and tints

Shades of #ACB390

#ACB390
(172,179,144)
#9DA383
(157,163,131)
#8E9376
(142,147,118)
#7F8369
(127,131,105)
#70735C
(112,115,92)
#61634F
(97,99,79)
#525342
(82,83,66)
#434335
(67,67,53)
#343328
(52,51,40)
#25231B
(37,35,27)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #ACB390

#ACB390
(172,179,144)
#B3B99A
(179,185,154)
#BABFA4
(186,191,164)
#C1C5AE
(193,197,174)
#C8CBB8
(200,203,184)
#CFD1C2
(207,209,194)
#D6D7CC
(214,215,204)
#DDDDD6
(221,221,214)
#E4E3E0
(228,227,224)
#EBE9EA
(235,233,234)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB390 color. Also use rgb(172,179,144) instead hex code.

Text Font Color

.myTextColor { color: #ACB390; }

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

This text font color is #ACB390.


Background Color

.myBgColor { background-color: #ACB390; }

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

This div background color is #ACB390.


Border color

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

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

This div border color is #ACB390.


Opacity

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

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

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

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

This text has shadow with #ACB390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB390 on black background.


Color preview on white background

This text has color #ACB390 on white background.



Black color preview on #ACB390 background

This text has black color on #ACB390 background.


White color preview on #ACB390 background

This text has white color on #ACB390 background.