COLOR #596258

HEX: #596258
RGB: (89,98,88)

Renk bilgisi

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

RGB renk modeli

#596258 color RGB value is (89,98,88).

  • kırmız ton 89;
  • yeşil ton 98;
  • mavi ton 88.
RGB:
(89,98,88)
(35%,38%,35%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 98 of 255 = 38%
B 88 of 255 = 35%

89
98
88

R + G + B ~ 36%. #596258 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 98 + 88 = 275 (100%)
R 89 of 275 ~ 32.36%
G 98 of 275 ~ 35.64%
B 88 of 275 ~ 32%

%32.36
%35.64
%32

CMYK RENK MODELİ

#596258 rengi CMYK tonu (9,0,10,62).

  • camgöbeği tonu 9.18%
  • eflatun tonu 0.00%
  • sarı tonu 10.20%
  • ana renk tonu 61.57%
CMYK:
(9,0,10,62)
C9M0Y10K62 
(9%,0%,10%,62%)
(0.09/0.00/0.10/0.62)	

CMYK yüzdeleri

%9.18
%0
%10.2
%61.57

Codes

Color #596258 in popluar color models

596258
RGB899888
HSL114°5.38%36.47%
HSB/HSV114°10.20%38.43%
CMYK9.18%0.00%10.20%
61.57%

Color #596258 in popluar number systems.

HEX596258
Decimal899888
Binary101100111000101011000
Octal131142130

Shades and tints

Shades of #596258

#596258
(89,98,88)
#515A50
(81,90,80)
#495248
(73,82,72)
#414A40
(65,74,64)
#394238
(57,66,56)
#313A30
(49,58,48)
#293228
(41,50,40)
#212A20
(33,42,32)
#192218
(25,34,24)
#111A10
(17,26,16)
#091208
(9,18,8)
#000000
(0,0,0)

Tints of #596258

#596258
(89,98,88)
#687067
(104,112,103)
#777E76
(119,126,118)
#868C85
(134,140,133)
#959A94
(149,154,148)
#A4A8A3
(164,168,163)
#B3B6B2
(179,182,178)
#C2C4C1
(194,196,193)
#D1D2D0
(209,210,208)
#E0E0DF
(224,224,223)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596258 color. Also use rgb(89,98,88) instead hex code.

Text Font Color

.myTextColor { color: #596258; }

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

This text font color is #596258.


Background Color

.myBgColor { background-color: #596258; }

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

This div background color is #596258.


Border color

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

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

This div border color is #596258.


Opacity

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

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

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

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

This text has shadow with #596258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596258 on black background.


Color preview on white background

This text has color #596258 on white background.



Black color preview on #596258 background

This text has black color on #596258 background.


White color preview on #596258 background

This text has white color on #596258 background.