COLOR #588A4D

HEX: #588A4D
RGB: (88,138,77)

Renk bilgisi

#588A4D contains mainly red and green colors. #588A4D ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#588A4D color RGB value is (88,138,77).

  • kırmız ton 88;
  • yeşil ton 138;
  • mavi ton 77.
RGB:
(88,138,77)
(35%,54%,30%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 138 of 255 = 54%
B 77 of 255 = 30%

88
138
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 138 + 77 = 303 (100%)
R 88 of 303 ~ 29.04%
G 138 of 303 ~ 45.54%
B 77 of 303 ~ 25.41%

%29.04
%45.54
%25.41

CMYK RENK MODELİ

#588A4D rengi CMYK tonu (36,0,44,46).

  • camgöbeği tonu 36.23%
  • eflatun tonu 0.00%
  • sarı tonu 44.20%
  • ana renk tonu 45.88%
CMYK:
(36,0,44,46)
C36M0Y44K46 
(36%,0%,44%,46%)
(0.36/0.00/0.44/0.46)	

CMYK yüzdeleri

%36.23
%0
%44.2
%45.88

Codes

Color #588A4D in popluar color models

588A4D
RGB8813877
HSL109°28.37%42.16%
HSB/HSV109°44.20%54.12%
CMYK36.23%0.00%44.20%
45.88%

Color #588A4D in popluar number systems.

HEX588A4D
Decimal8813877
Binary1011000100010101001101
Octal130212115

Shades and tints

Shades of #588A4D

#588A4D
(88,138,77)
#507E46
(80,126,70)
#48723F
(72,114,63)
#406638
(64,102,56)
#385A31
(56,90,49)
#304E2A
(48,78,42)
#284223
(40,66,35)
#20361C
(32,54,28)
#182A15
(24,42,21)
#101E0E
(16,30,14)
#081207
(8,18,7)
#000000
(0,0,0)

Tints of #588A4D

#588A4D
(88,138,77)
#67945D
(103,148,93)
#769E6D
(118,158,109)
#85A87D
(133,168,125)
#94B28D
(148,178,141)
#A3BC9D
(163,188,157)
#B2C6AD
(178,198,173)
#C1D0BD
(193,208,189)
#D0DACD
(208,218,205)
#DFE4DD
(223,228,221)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588A4D color. Also use rgb(88,138,77) instead hex code.

Text Font Color

.myTextColor { color: #588A4D; }

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

This text font color is #588A4D.


Background Color

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

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

This div background color is #588A4D.


Border color

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

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

This div border color is #588A4D.


Opacity

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

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

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

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

This text has shadow with #588A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588A4D on black background.


Color preview on white background

This text has color #588A4D on white background.



Black color preview on #588A4D background

This text has black color on #588A4D background.


White color preview on #588A4D background

This text has white color on #588A4D background.