COLOR #598248

HEX: #598248
RGB: (89,130,72)

Renk bilgisi

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

RGB renk modeli

#598248 color RGB value is (89,130,72).

  • kırmız ton 89;
  • yeşil ton 130;
  • mavi ton 72.
RGB:
(89,130,72)
(35%,51%,28%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 130 of 255 = 51%
B 72 of 255 = 28%

89
130
72

R + G + B ~ 38%. #598248 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 130 + 72 = 291 (100%)
R 89 of 291 ~ 30.58%
G 130 of 291 ~ 44.67%
B 72 of 291 ~ 24.74%

%30.58
%44.67
%24.74

CMYK RENK MODELİ

#598248 rengi CMYK tonu (32,0,45,49).

  • camgöbeği tonu 31.54%
  • eflatun tonu 0.00%
  • sarı tonu 44.62%
  • ana renk tonu 49.02%
CMYK:
(32,0,45,49)
C32M0Y45K49 
(32%,0%,45%,49%)
(0.32/0.00/0.45/0.49)	

CMYK yüzdeleri

%31.54
%0
%44.62
%49.02

Codes

Color #598248 in popluar color models

598248
RGB8913072
HSL102°28.71%39.61%
HSB/HSV102°44.62%50.98%
CMYK31.54%0.00%44.62%
49.02%

Color #598248 in popluar number systems.

HEX598248
Decimal8913072
Binary1011001100000101001000
Octal131202110

Shades and tints

Shades of #598248

#598248
(89,130,72)
#517742
(81,119,66)
#496C3C
(73,108,60)
#416136
(65,97,54)
#395630
(57,86,48)
#314B2A
(49,75,42)
#294024
(41,64,36)
#21351E
(33,53,30)
#192A18
(25,42,24)
#111F12
(17,31,18)
#09140C
(9,20,12)
#000000
(0,0,0)

Tints of #598248

#598248
(89,130,72)
#688D58
(104,141,88)
#779868
(119,152,104)
#86A378
(134,163,120)
#95AE88
(149,174,136)
#A4B998
(164,185,152)
#B3C4A8
(179,196,168)
#C2CFB8
(194,207,184)
#D1DAC8
(209,218,200)
#E0E5D8
(224,229,216)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598248 color. Also use rgb(89,130,72) instead hex code.

Text Font Color

.myTextColor { color: #598248; }

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

This text font color is #598248.


Background Color

.myBgColor { background-color: #598248; }

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

This div background color is #598248.


Border color

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

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

This div border color is #598248.


Opacity

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

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

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

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

This text has shadow with #598248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598248 on black background.


Color preview on white background

This text has color #598248 on white background.



Black color preview on #598248 background

This text has black color on #598248 background.


White color preview on #598248 background

This text has white color on #598248 background.