COLOR #595248

HEX: #595248
RGB: (89,82,72)

Renk bilgisi

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

RGB renk modeli

#595248 color RGB value is (89,82,72).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 82 of 255 = 32%
B 72 of 255 = 28%

89
82
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 82 + 72 = 243 (100%)
R 89 of 243 ~ 36.63%
G 82 of 243 ~ 33.74%
B 72 of 243 ~ 29.63%

%36.63
%33.74
%29.63

CMYK RENK MODELİ

#595248 rengi CMYK tonu (0,8,19,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.87%
  • sarı tonu 19.10%
  • ana renk tonu 65.10%
CMYK:
(0,8,19,65)
C0M8Y19K65 
(0%,8%,19%,65%)
(0.00/0.08/0.19/0.65)	

CMYK yüzdeleri

%0
%7.87
%19.1
%65.1

Codes

Color #595248 in popluar color models

595248
RGB898272
HSL35°10.56%31.57%
HSB/HSV35°19.10%34.90%
CMYK0.00%7.87%19.10%
65.10%

Color #595248 in popluar number systems.

HEX595248
Decimal898272
Binary101100110100101001000
Octal131122110

Shades and tints

Shades of #595248

#595248
(89,82,72)
#514B42
(81,75,66)
#49443C
(73,68,60)
#413D36
(65,61,54)
#393630
(57,54,48)
#312F2A
(49,47,42)
#292824
(41,40,36)
#21211E
(33,33,30)
#191A18
(25,26,24)
#111312
(17,19,18)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #595248

#595248
(89,82,72)
#686158
(104,97,88)
#777068
(119,112,104)
#867F78
(134,127,120)
#958E88
(149,142,136)
#A49D98
(164,157,152)
#B3ACA8
(179,172,168)
#C2BBB8
(194,187,184)
#D1CAC8
(209,202,200)
#E0D9D8
(224,217,216)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595248; }

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

This text font color is #595248.


Background Color

.myBgColor { background-color: #595248; }

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

This div background color is #595248.


Border color

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

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

This div border color is #595248.


Opacity

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

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

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

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

This text has shadow with #595248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595248 on black background.


Color preview on white background

This text has color #595248 on white background.



Black color preview on #595248 background

This text has black color on #595248 background.


White color preview on #595248 background

This text has white color on #595248 background.