COLOR #588462

HEX: #588462
RGB: (88,132,98)

Renk bilgisi

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

RGB renk modeli

#588462 color RGB value is (88,132,98).

  • kırmız ton 88;
  • yeşil ton 132;
  • mavi ton 98.
RGB:
(88,132,98)
(35%,52%,38%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 132 of 255 = 52%
B 98 of 255 = 38%

88
132
98

R + G + B ~ 42%. #588462 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 132 + 98 = 318 (100%)
R 88 of 318 ~ 27.67%
G 132 of 318 ~ 41.51%
B 98 of 318 ~ 30.82%

%27.67
%41.51
%30.82

CMYK RENK MODELİ

#588462 rengi CMYK tonu (33,0,26,48).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 25.76%
  • ana renk tonu 48.24%
CMYK:
(33,0,26,48)
C33M0Y26K48 
(33%,0%,26%,48%)
(0.33/0.00/0.26/0.48)	

CMYK yüzdeleri

%33.33
%0
%25.76
%48.24

Codes

Color #588462 in popluar color models

588462
RGB8813298
HSL134°20.00%43.14%
HSB/HSV134°33.33%51.76%
CMYK33.33%0.00%25.76%
48.24%

Color #588462 in popluar number systems.

HEX588462
Decimal8813298
Binary1011000100001001100010
Octal130204142

Shades and tints

Shades of #588462

#588462
(88,132,98)
#50785A
(80,120,90)
#486C52
(72,108,82)
#40604A
(64,96,74)
#385442
(56,84,66)
#30483A
(48,72,58)
#283C32
(40,60,50)
#20302A
(32,48,42)
#182422
(24,36,34)
#10181A
(16,24,26)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #588462

#588462
(88,132,98)
#678F70
(103,143,112)
#769A7E
(118,154,126)
#85A58C
(133,165,140)
#94B09A
(148,176,154)
#A3BBA8
(163,187,168)
#B2C6B6
(178,198,182)
#C1D1C4
(193,209,196)
#D0DCD2
(208,220,210)
#DFE7E0
(223,231,224)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588462 color. Also use rgb(88,132,98) instead hex code.

Text Font Color

.myTextColor { color: #588462; }

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

This text font color is #588462.


Background Color

.myBgColor { background-color: #588462; }

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

This div background color is #588462.


Border color

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

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

This div border color is #588462.


Opacity

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

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

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

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

This text has shadow with #588462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588462 on black background.


Color preview on white background

This text has color #588462 on white background.



Black color preview on #588462 background

This text has black color on #588462 background.


White color preview on #588462 background

This text has white color on #588462 background.