COLOR #598B50

HEX: #598B50
RGB: (89,139,80)

Renk bilgisi

#598B50 contains red, green and blue colors in about the same proportion. #598B50 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#598B50 color RGB value is (89,139,80).

  • kırmız ton 89;
  • yeşil ton 139;
  • mavi ton 80.
RGB:
(89,139,80)
(35%,55%,31%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 139 of 255 = 55%
B 80 of 255 = 31%

89
139
80

R + G + B ~ 40%. #598B50 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 139 + 80 = 308 (100%)
R 89 of 308 ~ 28.9%
G 139 of 308 ~ 45.13%
B 80 of 308 ~ 25.97%

%28.9
%45.13
%25.97

CMYK RENK MODELİ

#598B50 rengi CMYK tonu (36,0,42,45).

  • camgöbeği tonu 35.97%
  • eflatun tonu 0.00%
  • sarı tonu 42.45%
  • ana renk tonu 45.49%
CMYK:
(36,0,42,45)
C36M0Y42K45 
(36%,0%,42%,45%)
(0.36/0.00/0.42/0.45)	

CMYK yüzdeleri

%35.97
%0
%42.45
%45.49

Codes

Color #598B50 in popluar color models

598B50
RGB8913980
HSL111°26.94%42.94%
HSB/HSV111°42.45%54.51%
CMYK35.97%0.00%42.45%
45.49%

Color #598B50 in popluar number systems.

HEX598B50
Decimal8913980
Binary1011001100010111010000
Octal131213120

Shades and tints

Shades of #598B50

#598B50
(89,139,80)
#517F49
(81,127,73)
#497342
(73,115,66)
#41673B
(65,103,59)
#395B34
(57,91,52)
#314F2D
(49,79,45)
#294326
(41,67,38)
#21371F
(33,55,31)
#192B18
(25,43,24)
#111F11
(17,31,17)
#09130A
(9,19,10)
#000000
(0,0,0)

Tints of #598B50

#598B50
(89,139,80)
#68955F
(104,149,95)
#779F6E
(119,159,110)
#86A97D
(134,169,125)
#95B38C
(149,179,140)
#A4BD9B
(164,189,155)
#B3C7AA
(179,199,170)
#C2D1B9
(194,209,185)
#D1DBC8
(209,219,200)
#E0E5D7
(224,229,215)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598B50 color. Also use rgb(89,139,80) instead hex code.

Text Font Color

.myTextColor { color: #598B50; }

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

This text font color is #598B50.


Background Color

.myBgColor { background-color: #598B50; }

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

This div background color is #598B50.


Border color

.myBorderColor { border: 1px solid #598B50; }

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

This div border color is #598B50.


Opacity

.myOpacity80 { color: #598B50; opacity: 0.8; }

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

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

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

This text has shadow with #598B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598B50 on black background.


Color preview on white background

This text has color #598B50 on white background.



Black color preview on #598B50 background

This text has black color on #598B50 background.


White color preview on #598B50 background

This text has white color on #598B50 background.