COLOR #598F14

HEX: #598F14
RGB: (89,143,20)

Renk bilgisi

#598F14 contains mainly red and green colors. #598F14 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#598F14 color RGB value is (89,143,20).

  • kırmız ton 89;
  • yeşil ton 143;
  • mavi ton 20.
RGB:
(89,143,20)
(35%,56%,8%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 143 of 255 = 56%
B 20 of 255 = 8%

89
143
20

R + G + B ~ 33%. #598F14 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 143 + 20 = 252 (100%)
R 89 of 252 ~ 35.32%
G 143 of 252 ~ 56.75%
B 20 of 252 ~ 7.94%

%35.32
%56.75

CMYK RENK MODELİ

#598F14 rengi CMYK tonu (38,0,86,44).

  • camgöbeği tonu 37.76%
  • eflatun tonu 0.00%
  • sarı tonu 86.01%
  • ana renk tonu 43.92%
CMYK:
(38,0,86,44)
C38M0Y86K44 
(38%,0%,86%,44%)
(0.38/0.00/0.86/0.44)	

CMYK yüzdeleri

%37.76
%0
%86.01
%43.92

Codes

Color #598F14 in popluar color models

598F14
RGB8914320
HSL86°75.46%31.96%
HSB/HSV86°86.01%56.08%
CMYK37.76%0.00%86.01%
43.92%

Color #598F14 in popluar number systems.

HEX598F14
Decimal8914320
Binary10110011000111110100
Octal13121724

Shades and tints

Shades of #598F14

#598F14
(89,143,20)
#518213
(81,130,19)
#497512
(73,117,18)
#416811
(65,104,17)
#395B10
(57,91,16)
#314E0F
(49,78,15)
#29410E
(41,65,14)
#21340D
(33,52,13)
#19270C
(25,39,12)
#111A0B
(17,26,11)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #598F14

#598F14
(89,143,20)
#689929
(104,153,41)
#77A33E
(119,163,62)
#86AD53
(134,173,83)
#95B768
(149,183,104)
#A4C17D
(164,193,125)
#B3CB92
(179,203,146)
#C2D5A7
(194,213,167)
#D1DFBC
(209,223,188)
#E0E9D1
(224,233,209)
#EFF3E6
(239,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598F14 color. Also use rgb(89,143,20) instead hex code.

Text Font Color

.myTextColor { color: #598F14; }

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

This text font color is #598F14.


Background Color

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

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

This div background color is #598F14.


Border color

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

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

This div border color is #598F14.


Opacity

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

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

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

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

This text has shadow with #598F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598F14 on black background.


Color preview on white background

This text has color #598F14 on white background.



Black color preview on #598F14 background

This text has black color on #598F14 background.


White color preview on #598F14 background

This text has white color on #598F14 background.