COLOR #52594C

HEX: #52594C
RGB: (82,89,76)

Renk bilgisi

#52594C contains red, green and blue colors in about the same proportion. #52594C ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#52594C color RGB value is (82,89,76).

  • kırmız ton 82;
  • yeşil ton 89;
  • mavi ton 76.
RGB:
(82,89,76)
(32%,35%,30%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 89 of 255 = 35%
B 76 of 255 = 30%

82
89
76

R + G + B ~ 32%. #52594C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 89 + 76 = 247 (100%)
R 82 of 247 ~ 33.2%
G 89 of 247 ~ 36.03%
B 76 of 247 ~ 30.77%

%33.2
%36.03
%30.77

CMYK RENK MODELİ

#52594C rengi CMYK tonu (8,0,15,65).

  • camgöbeği tonu 7.87%
  • eflatun tonu 0.00%
  • sarı tonu 14.61%
  • ana renk tonu 65.10%
CMYK:
(8,0,15,65)
C8M0Y15K65 
(8%,0%,15%,65%)
(0.08/0.00/0.15/0.65)	

CMYK yüzdeleri

%7.87
%0
%14.61
%65.1

Codes

Color #52594C in popluar color models

52594C
RGB828976
HSL92°7.88%32.35%
HSB/HSV92°14.61%34.90%
CMYK7.87%0.00%14.61%
65.10%

Color #52594C in popluar number systems.

HEX52594C
Decimal828976
Binary101001010110011001100
Octal122131114

Shades and tints

Shades of #52594C

#52594C
(82,89,76)
#4B5146
(75,81,70)
#444940
(68,73,64)
#3D413A
(61,65,58)
#363934
(54,57,52)
#2F312E
(47,49,46)
#282928
(40,41,40)
#212122
(33,33,34)
#1A191C
(26,25,28)
#131116
(19,17,22)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #52594C

#52594C
(82,89,76)
#61685C
(97,104,92)
#70776C
(112,119,108)
#7F867C
(127,134,124)
#8E958C
(142,149,140)
#9DA49C
(157,164,156)
#ACB3AC
(172,179,172)
#BBC2BC
(187,194,188)
#CAD1CC
(202,209,204)
#D9E0DC
(217,224,220)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52594C color. Also use rgb(82,89,76) instead hex code.

Text Font Color

.myTextColor { color: #52594C; }

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

This text font color is #52594C.


Background Color

.myBgColor { background-color: #52594C; }

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

This div background color is #52594C.


Border color

.myBorderColor { border: 1px solid #52594C; }

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

This div border color is #52594C.


Opacity

.myOpacity80 { color: #52594C; opacity: 0.8; }

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

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

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

This text has shadow with #52594C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52594C on black background.


Color preview on white background

This text has color #52594C on white background.



Black color preview on #52594C background

This text has black color on #52594C background.


White color preview on #52594C background

This text has white color on #52594C background.