COLOR #598C50

HEX: #598C50
RGB: (89,140,80)

Renk bilgisi

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

RGB renk modeli

#598C50 color RGB value is (89,140,80).

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

RGB bağlantıları ve doygunluk

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

89
140
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 140 + 80 = 309 (100%)
R 89 of 309 ~ 28.8%
G 140 of 309 ~ 45.31%
B 80 of 309 ~ 25.89%

%28.8
%45.31
%25.89

CMYK RENK MODELİ

#598C50 rengi CMYK tonu (36,0,43,45).

  • camgöbeği tonu 36.43%
  • eflatun tonu 0.00%
  • sarı tonu 42.86%
  • ana renk tonu 45.10%
CMYK:
(36,0,43,45)
C36M0Y43K45 
(36%,0%,43%,45%)
(0.36/0.00/0.43/0.45)	

CMYK yüzdeleri

%36.43
%0
%42.86
%45.1

Codes

Color #598C50 in popluar color models

598C50
RGB8914080
HSL111°27.27%43.14%
HSB/HSV111°42.86%54.90%
CMYK36.43%0.00%42.86%
45.10%

Color #598C50 in popluar number systems.

HEX598C50
Decimal8914080
Binary1011001100011001010000
Octal131214120

Shades and tints

Shades of #598C50

#598C50
(89,140,80)
#518049
(81,128,73)
#497442
(73,116,66)
#41683B
(65,104,59)
#395C34
(57,92,52)
#31502D
(49,80,45)
#294426
(41,68,38)
#21381F
(33,56,31)
#192C18
(25,44,24)
#112011
(17,32,17)
#09140A
(9,20,10)
#000000
(0,0,0)

Tints of #598C50

#598C50
(89,140,80)
#68965F
(104,150,95)
#77A06E
(119,160,110)
#86AA7D
(134,170,125)
#95B48C
(149,180,140)
#A4BE9B
(164,190,155)
#B3C8AA
(179,200,170)
#C2D2B9
(194,210,185)
#D1DCC8
(209,220,200)
#E0E6D7
(224,230,215)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598C50; }

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

This text font color is #598C50.


Background Color

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

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

This div background color is #598C50.


Border color

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

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

This div border color is #598C50.


Opacity

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

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

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

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

This text has shadow with #598C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598C50 on black background.


Color preview on white background

This text has color #598C50 on white background.



Black color preview on #598C50 background

This text has black color on #598C50 background.


White color preview on #598C50 background

This text has white color on #598C50 background.