COLOR #588D14

HEX: #588D14
RGB: (88,141,20)

Renk bilgisi

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

RGB renk modeli

#588D14 color RGB value is (88,141,20).

  • kırmız ton 88;
  • yeşil ton 141;
  • mavi ton 20.
RGB:
(88,141,20)
(35%,55%,8%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 141 of 255 = 55%
B 20 of 255 = 8%

88
141
20

R + G + B ~ 33%. #588D14 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 141 + 20 = 249 (100%)
R 88 of 249 ~ 35.34%
G 141 of 249 ~ 56.63%
B 20 of 249 ~ 8.03%

%35.34
%56.63

CMYK RENK MODELİ

#588D14 rengi CMYK tonu (38,0,86,45).

  • camgöbeği tonu 37.59%
  • eflatun tonu 0.00%
  • sarı tonu 85.82%
  • ana renk tonu 44.71%
CMYK:
(38,0,86,45)
C38M0Y86K45 
(38%,0%,86%,45%)
(0.38/0.00/0.86/0.45)	

CMYK yüzdeleri

%37.59
%0
%85.82
%44.71

Codes

Color #588D14 in popluar color models

588D14
RGB8814120
HSL86°75.16%31.57%
HSB/HSV86°85.82%55.29%
CMYK37.59%0.00%85.82%
44.71%

Color #588D14 in popluar number systems.

HEX588D14
Decimal8814120
Binary10110001000110110100
Octal13021524

Shades and tints

Shades of #588D14

#588D14
(88,141,20)
#508113
(80,129,19)
#487512
(72,117,18)
#406911
(64,105,17)
#385D10
(56,93,16)
#30510F
(48,81,15)
#28450E
(40,69,14)
#20390D
(32,57,13)
#182D0C
(24,45,12)
#10210B
(16,33,11)
#08150A
(8,21,10)
#000000
(0,0,0)

Tints of #588D14

#588D14
(88,141,20)
#679729
(103,151,41)
#76A13E
(118,161,62)
#85AB53
(133,171,83)
#94B568
(148,181,104)
#A3BF7D
(163,191,125)
#B2C992
(178,201,146)
#C1D3A7
(193,211,167)
#D0DDBC
(208,221,188)
#DFE7D1
(223,231,209)
#EEF1E6
(238,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588D14 color. Also use rgb(88,141,20) instead hex code.

Text Font Color

.myTextColor { color: #588D14; }

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

This text font color is #588D14.


Background Color

.myBgColor { background-color: #588D14; }

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

This div background color is #588D14.


Border color

.myBorderColor { border: 1px solid #588D14; }

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

This div border color is #588D14.


Opacity

.myOpacity80 { color: #588D14; opacity: 0.8; }

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

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

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

This text has shadow with #588D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588D14 on black background.


Color preview on white background

This text has color #588D14 on white background.



Black color preview on #588D14 background

This text has black color on #588D14 background.


White color preview on #588D14 background

This text has white color on #588D14 background.