COLOR #598C52

HEX: #598C52
RGB: (89,140,82)

Renk bilgisi

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

RGB renk modeli

#598C52 color RGB value is (89,140,82).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 140 of 255 = 55%
B 82 of 255 = 32%

89
140
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 140 + 82 = 311 (100%)
R 89 of 311 ~ 28.62%
G 140 of 311 ~ 45.02%
B 82 of 311 ~ 26.37%

%28.62
%45.02
%26.37

CMYK RENK MODELİ

#598C52 rengi CMYK tonu (36,0,41,45).

  • camgöbeği tonu 36.43%
  • eflatun tonu 0.00%
  • sarı tonu 41.43%
  • ana renk tonu 45.10%
CMYK:
(36,0,41,45)
C36M0Y41K45 
(36%,0%,41%,45%)
(0.36/0.00/0.41/0.45)	

CMYK yüzdeleri

%36.43
%0
%41.43
%45.1

Codes

Color #598C52 in popluar color models

598C52
RGB8914082
HSL113°26.13%43.53%
HSB/HSV113°41.43%54.90%
CMYK36.43%0.00%41.43%
45.10%

Color #598C52 in popluar number systems.

HEX598C52
Decimal8914082
Binary1011001100011001010010
Octal131214122

Shades and tints

Shades of #598C52

#598C52
(89,140,82)
#51804B
(81,128,75)
#497444
(73,116,68)
#41683D
(65,104,61)
#395C36
(57,92,54)
#31502F
(49,80,47)
#294428
(41,68,40)
#213821
(33,56,33)
#192C1A
(25,44,26)
#112013
(17,32,19)
#09140C
(9,20,12)
#000000
(0,0,0)

Tints of #598C52

#598C52
(89,140,82)
#689661
(104,150,97)
#77A070
(119,160,112)
#86AA7F
(134,170,127)
#95B48E
(149,180,142)
#A4BE9D
(164,190,157)
#B3C8AC
(179,200,172)
#C2D2BB
(194,210,187)
#D1DCCA
(209,220,202)
#E0E6D9
(224,230,217)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598C52; }

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

This text font color is #598C52.


Background Color

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

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

This div background color is #598C52.


Border color

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

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

This div border color is #598C52.


Opacity

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

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

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

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

This text has shadow with #598C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598C52 on black background.


Color preview on white background

This text has color #598C52 on white background.



Black color preview on #598C52 background

This text has black color on #598C52 background.


White color preview on #598C52 background

This text has white color on #598C52 background.