COLOR #588276

HEX: #588276
RGB: (88,130,118)

Renk bilgisi

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

RGB renk modeli

#588276 color RGB value is (88,130,118).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 130 of 255 = 51%
B 118 of 255 = 46%

88
130
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 130 + 118 = 336 (100%)
R 88 of 336 ~ 26.19%
G 130 of 336 ~ 38.69%
B 118 of 336 ~ 35.12%

%26.19
%38.69
%35.12

CMYK RENK MODELİ

#588276 rengi CMYK tonu (32,0,9,49).

  • camgöbeği tonu 32.31%
  • eflatun tonu 0.00%
  • sarı tonu 9.23%
  • ana renk tonu 49.02%
CMYK:
(32,0,9,49)
C32M0Y9K49 
(32%,0%,9%,49%)
(0.32/0.00/0.09/0.49)	

CMYK yüzdeleri

%32.31
%0
%9.23
%49.02

Codes

Color #588276 in popluar color models

588276
RGB88130118
HSL163°19.27%42.75%
HSB/HSV163°32.31%50.98%
CMYK32.31%0.00%9.23%
49.02%

Color #588276 in popluar number systems.

HEX588276
Decimal88130118
Binary1011000100000101110110
Octal130202166

Shades and tints

Shades of #588276

#588276
(88,130,118)
#50776C
(80,119,108)
#486C62
(72,108,98)
#406158
(64,97,88)
#38564E
(56,86,78)
#304B44
(48,75,68)
#28403A
(40,64,58)
#203530
(32,53,48)
#182A26
(24,42,38)
#101F1C
(16,31,28)
#081412
(8,20,18)
#000000
(0,0,0)

Tints of #588276

#588276
(88,130,118)
#678D82
(103,141,130)
#76988E
(118,152,142)
#85A39A
(133,163,154)
#94AEA6
(148,174,166)
#A3B9B2
(163,185,178)
#B2C4BE
(178,196,190)
#C1CFCA
(193,207,202)
#D0DAD6
(208,218,214)
#DFE5E2
(223,229,226)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588276; }

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

This text font color is #588276.


Background Color

.myBgColor { background-color: #588276; }

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

This div background color is #588276.


Border color

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

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

This div border color is #588276.


Opacity

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

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

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

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

This text has shadow with #588276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588276 on black background.


Color preview on white background

This text has color #588276 on white background.



Black color preview on #588276 background

This text has black color on #588276 background.


White color preview on #588276 background

This text has white color on #588276 background.