COLOR #595147

HEX: #595147
RGB: (89,81,71)

Renk bilgisi

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

RGB renk modeli

#595147 color RGB value is (89,81,71).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 81 of 255 = 32%
B 71 of 255 = 28%

89
81
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 81 + 71 = 241 (100%)
R 89 of 241 ~ 36.93%
G 81 of 241 ~ 33.61%
B 71 of 241 ~ 29.46%

%36.93
%33.61
%29.46

CMYK RENK MODELİ

#595147 rengi CMYK tonu (0,9,20,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.99%
  • sarı tonu 20.22%
  • ana renk tonu 65.10%
CMYK:
(0,9,20,65)
C0M9Y20K65 
(0%,9%,20%,65%)
(0.00/0.09/0.20/0.65)	

CMYK yüzdeleri

%0
%8.99
%20.22
%65.1

Codes

Color #595147 in popluar color models

595147
RGB898171
HSL33°11.25%31.37%
HSB/HSV33°20.22%34.90%
CMYK0.00%8.99%20.22%
65.10%

Color #595147 in popluar number systems.

HEX595147
Decimal898171
Binary101100110100011000111
Octal131121107

Shades and tints

Shades of #595147

#595147
(89,81,71)
#514A41
(81,74,65)
#49433B
(73,67,59)
#413C35
(65,60,53)
#39352F
(57,53,47)
#312E29
(49,46,41)
#292723
(41,39,35)
#21201D
(33,32,29)
#191917
(25,25,23)
#111211
(17,18,17)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #595147

#595147
(89,81,71)
#686057
(104,96,87)
#776F67
(119,111,103)
#867E77
(134,126,119)
#958D87
(149,141,135)
#A49C97
(164,156,151)
#B3ABA7
(179,171,167)
#C2BAB7
(194,186,183)
#D1C9C7
(209,201,199)
#E0D8D7
(224,216,215)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595147 color. Also use rgb(89,81,71) instead hex code.

Text Font Color

.myTextColor { color: #595147; }

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

This text font color is #595147.


Background Color

.myBgColor { background-color: #595147; }

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

This div background color is #595147.


Border color

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

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

This div border color is #595147.


Opacity

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

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

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

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

This text has shadow with #595147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595147 on black background.


Color preview on white background

This text has color #595147 on white background.



Black color preview on #595147 background

This text has black color on #595147 background.


White color preview on #595147 background

This text has white color on #595147 background.