COLOR #595141

HEX: #595141
RGB: (89,81,65)

Renk bilgisi

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

RGB renk modeli

#595141 color RGB value is (89,81,65).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 81 of 255 = 32%
B 65 of 255 = 25%

89
81
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 81 + 65 = 235 (100%)
R 89 of 235 ~ 37.87%
G 81 of 235 ~ 34.47%
B 65 of 235 ~ 27.66%

%37.87
%34.47
%27.66

CMYK RENK MODELİ

#595141 rengi CMYK tonu (0,9,27,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.99%
  • sarı tonu 26.97%
  • ana renk tonu 65.10%
CMYK:
(0,9,27,65)
C0M9Y27K65 
(0%,9%,27%,65%)
(0.00/0.09/0.27/0.65)	

CMYK yüzdeleri

%0
%8.99
%26.97
%65.1

Codes

Color #595141 in popluar color models

595141
RGB898165
HSL40°15.58%30.20%
HSB/HSV40°26.97%34.90%
CMYK0.00%8.99%26.97%
65.10%

Color #595141 in popluar number systems.

HEX595141
Decimal898165
Binary101100110100011000001
Octal131121101

Shades and tints

Shades of #595141

#595141
(89,81,65)
#514A3C
(81,74,60)
#494337
(73,67,55)
#413C32
(65,60,50)
#39352D
(57,53,45)
#312E28
(49,46,40)
#292723
(41,39,35)
#21201E
(33,32,30)
#191919
(25,25,25)
#111214
(17,18,20)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #595141

#595141
(89,81,65)
#686052
(104,96,82)
#776F63
(119,111,99)
#867E74
(134,126,116)
#958D85
(149,141,133)
#A49C96
(164,156,150)
#B3ABA7
(179,171,167)
#C2BAB8
(194,186,184)
#D1C9C9
(209,201,201)
#E0D8DA
(224,216,218)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595141; }

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

This text font color is #595141.


Background Color

.myBgColor { background-color: #595141; }

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

This div background color is #595141.


Border color

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

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

This div border color is #595141.


Opacity

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

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

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

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

This text has shadow with #595141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595141 on black background.


Color preview on white background

This text has color #595141 on white background.



Black color preview on #595141 background

This text has black color on #595141 background.


White color preview on #595141 background

This text has white color on #595141 background.