COLOR #588269

HEX: #588269
RGB: (88,130,105)

Renk bilgisi

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

RGB renk modeli

#588269 color RGB value is (88,130,105).

  • kırmız ton 88;
  • yeşil ton 130;
  • mavi ton 105.
RGB:
(88,130,105)
(35%,51%,41%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 130 of 255 = 51%
B 105 of 255 = 41%

88
130
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 130 + 105 = 323 (100%)
R 88 of 323 ~ 27.24%
G 130 of 323 ~ 40.25%
B 105 of 323 ~ 32.51%

%27.24
%40.25
%32.51

CMYK RENK MODELİ

#588269 rengi CMYK tonu (32,0,19,49).

  • camgöbeği tonu 32.31%
  • eflatun tonu 0.00%
  • sarı tonu 19.23%
  • ana renk tonu 49.02%
CMYK:
(32,0,19,49)
C32M0Y19K49 
(32%,0%,19%,49%)
(0.32/0.00/0.19/0.49)	

CMYK yüzdeleri

%32.31
%0
%19.23
%49.02

Codes

Color #588269 in popluar color models

588269
RGB88130105
HSL144°19.27%42.75%
HSB/HSV144°32.31%50.98%
CMYK32.31%0.00%19.23%
49.02%

Color #588269 in popluar number systems.

HEX588269
Decimal88130105
Binary1011000100000101101001
Octal130202151

Shades and tints

Shades of #588269

#588269
(88,130,105)
#507760
(80,119,96)
#486C57
(72,108,87)
#40614E
(64,97,78)
#385645
(56,86,69)
#304B3C
(48,75,60)
#284033
(40,64,51)
#20352A
(32,53,42)
#182A21
(24,42,33)
#101F18
(16,31,24)
#08140F
(8,20,15)
#000000
(0,0,0)

Tints of #588269

#588269
(88,130,105)
#678D76
(103,141,118)
#769883
(118,152,131)
#85A390
(133,163,144)
#94AE9D
(148,174,157)
#A3B9AA
(163,185,170)
#B2C4B7
(178,196,183)
#C1CFC4
(193,207,196)
#D0DAD1
(208,218,209)
#DFE5DE
(223,229,222)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588269 color. Also use rgb(88,130,105) instead hex code.

Text Font Color

.myTextColor { color: #588269; }

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

This text font color is #588269.


Background Color

.myBgColor { background-color: #588269; }

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

This div background color is #588269.


Border color

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

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

This div border color is #588269.


Opacity

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

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

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

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

This text has shadow with #588269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588269 on black background.


Color preview on white background

This text has color #588269 on white background.



Black color preview on #588269 background

This text has black color on #588269 background.


White color preview on #588269 background

This text has white color on #588269 background.