COLOR #595235

HEX: #595235
RGB: (89,82,53)

Renk bilgisi

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

RGB renk modeli

#595235 color RGB value is (89,82,53).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 82 of 255 = 32%
B 53 of 255 = 21%

89
82
53

R + G + B ~ 29%. #595235 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 82 + 53 = 224 (100%)
R 89 of 224 ~ 39.73%
G 82 of 224 ~ 36.61%
B 53 of 224 ~ 23.66%

%39.73
%36.61
%23.66

CMYK RENK MODELİ

#595235 rengi CMYK tonu (0,8,40,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.87%
  • sarı tonu 40.45%
  • ana renk tonu 65.10%
CMYK:
(0,8,40,65)
C0M8Y40K65 
(0%,8%,40%,65%)
(0.00/0.08/0.40/0.65)	

CMYK yüzdeleri

%0
%7.87
%40.45
%65.1

Codes

Color #595235 in popluar color models

595235
RGB898253
HSL48°25.35%27.84%
HSB/HSV48°40.45%34.90%
CMYK0.00%7.87%40.45%
65.10%

Color #595235 in popluar number systems.

HEX595235
Decimal898253
Binary10110011010010110101
Octal13112265

Shades and tints

Shades of #595235

#595235
(89,82,53)
#514B31
(81,75,49)
#49442D
(73,68,45)
#413D29
(65,61,41)
#393625
(57,54,37)
#312F21
(49,47,33)
#29281D
(41,40,29)
#212119
(33,33,25)
#191A15
(25,26,21)
#111311
(17,19,17)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #595235

#595235
(89,82,53)
#686147
(104,97,71)
#777059
(119,112,89)
#867F6B
(134,127,107)
#958E7D
(149,142,125)
#A49D8F
(164,157,143)
#B3ACA1
(179,172,161)
#C2BBB3
(194,187,179)
#D1CAC5
(209,202,197)
#E0D9D7
(224,217,215)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595235; }

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

This text font color is #595235.


Background Color

.myBgColor { background-color: #595235; }

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

This div background color is #595235.


Border color

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

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

This div border color is #595235.


Opacity

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

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

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

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

This text has shadow with #595235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595235 on black background.


Color preview on white background

This text has color #595235 on white background.



Black color preview on #595235 background

This text has black color on #595235 background.


White color preview on #595235 background

This text has white color on #595235 background.