COLOR #525049

HEX: #525049
RGB: (82,80,73)

Renk bilgisi

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

RGB renk modeli

#525049 color RGB value is (82,80,73).

  • kırmız ton 82;
  • yeşil ton 80;
  • mavi ton 73.
RGB:
(82,80,73)
(32%,31%,29%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 80 of 255 = 31%
B 73 of 255 = 29%

82
80
73

R + G + B ~ 31%. #525049 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 80 + 73 = 235 (100%)
R 82 of 235 ~ 34.89%
G 80 of 235 ~ 34.04%
B 73 of 235 ~ 31.06%

%34.89
%34.04
%31.06

CMYK RENK MODELİ

#525049 rengi CMYK tonu (0,2,11,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.44%
  • sarı tonu 10.98%
  • ana renk tonu 67.84%
CMYK:
(0,2,11,68)
C0M2Y11K68 
(0%,2%,11%,68%)
(0.00/0.02/0.11/0.68)	

CMYK yüzdeleri

%0
%2.44
%10.98
%67.84

Codes

Color #525049 in popluar color models

525049
RGB828073
HSL47°5.81%30.39%
HSB/HSV47°10.98%32.16%
CMYK0.00%2.44%10.98%
67.84%

Color #525049 in popluar number systems.

HEX525049
Decimal828073
Binary101001010100001001001
Octal122120111

Shades and tints

Shades of #525049

#525049
(82,80,73)
#4B4943
(75,73,67)
#44423D
(68,66,61)
#3D3B37
(61,59,55)
#363431
(54,52,49)
#2F2D2B
(47,45,43)
#282625
(40,38,37)
#211F1F
(33,31,31)
#1A1819
(26,24,25)
#131113
(19,17,19)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #525049

#525049
(82,80,73)
#615F59
(97,95,89)
#706E69
(112,110,105)
#7F7D79
(127,125,121)
#8E8C89
(142,140,137)
#9D9B99
(157,155,153)
#ACAAA9
(172,170,169)
#BBB9B9
(187,185,185)
#CAC8C9
(202,200,201)
#D9D7D9
(217,215,217)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525049 color. Also use rgb(82,80,73) instead hex code.

Text Font Color

.myTextColor { color: #525049; }

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

This text font color is #525049.


Background Color

.myBgColor { background-color: #525049; }

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

This div background color is #525049.


Border color

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

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

This div border color is #525049.


Opacity

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

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

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

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

This text has shadow with #525049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525049 on black background.


Color preview on white background

This text has color #525049 on white background.



Black color preview on #525049 background

This text has black color on #525049 background.


White color preview on #525049 background

This text has white color on #525049 background.