COLOR #599255

HEX: #599255
RGB: (89,146,85)

Renk bilgisi

#599255 contains mainly red and green colors. #599255 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#599255 color RGB value is (89,146,85).

  • kırmız ton 89;
  • yeşil ton 146;
  • mavi ton 85.
RGB:
(89,146,85)
(35%,57%,33%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 146 of 255 = 57%
B 85 of 255 = 33%

89
146
85

R + G + B ~ 42%. #599255 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 146 + 85 = 320 (100%)
R 89 of 320 ~ 27.81%
G 146 of 320 ~ 45.63%
B 85 of 320 ~ 26.56%

%27.81
%45.63
%26.56

CMYK RENK MODELİ

#599255 rengi CMYK tonu (39,0,42,43).

  • camgöbeği tonu 39.04%
  • eflatun tonu 0.00%
  • sarı tonu 41.78%
  • ana renk tonu 42.75%
CMYK:
(39,0,42,43)
C39M0Y42K43 
(39%,0%,42%,43%)
(0.39/0.00/0.42/0.43)	

CMYK yüzdeleri

%39.04
%0
%41.78
%42.75

Codes

Color #599255 in popluar color models

599255
RGB8914685
HSL116°26.41%45.29%
HSB/HSV116°41.78%57.25%
CMYK39.04%0.00%41.78%
42.75%

Color #599255 in popluar number systems.

HEX599255
Decimal8914685
Binary1011001100100101010101
Octal131222125

Shades and tints

Shades of #599255

#599255
(89,146,85)
#51854E
(81,133,78)
#497847
(73,120,71)
#416B40
(65,107,64)
#395E39
(57,94,57)
#315132
(49,81,50)
#29442B
(41,68,43)
#213724
(33,55,36)
#192A1D
(25,42,29)
#111D16
(17,29,22)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #599255

#599255
(89,146,85)
#689B64
(104,155,100)
#77A473
(119,164,115)
#86AD82
(134,173,130)
#95B691
(149,182,145)
#A4BFA0
(164,191,160)
#B3C8AF
(179,200,175)
#C2D1BE
(194,209,190)
#D1DACD
(209,218,205)
#E0E3DC
(224,227,220)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599255 color. Also use rgb(89,146,85) instead hex code.

Text Font Color

.myTextColor { color: #599255; }

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

This text font color is #599255.


Background Color

.myBgColor { background-color: #599255; }

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

This div background color is #599255.


Border color

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

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

This div border color is #599255.


Opacity

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

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

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

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

This text has shadow with #599255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599255 on black background.


Color preview on white background

This text has color #599255 on white background.



Black color preview on #599255 background

This text has black color on #599255 background.


White color preview on #599255 background

This text has white color on #599255 background.