COLOR #588374

HEX: #588374
RGB: (88,131,116)

Renk bilgisi

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

RGB renk modeli

#588374 color RGB value is (88,131,116).

  • kırmız ton 88;
  • yeşil ton 131;
  • mavi ton 116.
RGB:
(88,131,116)
(35%,51%,45%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 131 of 255 = 51%
B 116 of 255 = 45%

88
131
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 131 + 116 = 335 (100%)
R 88 of 335 ~ 26.27%
G 131 of 335 ~ 39.1%
B 116 of 335 ~ 34.63%

%26.27
%39.1
%34.63

CMYK RENK MODELİ

#588374 rengi CMYK tonu (33,0,11,49).

  • camgöbeği tonu 32.82%
  • eflatun tonu 0.00%
  • sarı tonu 11.45%
  • ana renk tonu 48.63%
CMYK:
(33,0,11,49)
C33M0Y11K49 
(33%,0%,11%,49%)
(0.33/0.00/0.11/0.49)	

CMYK yüzdeleri

%32.82
%0
%11.45
%48.63

Codes

Color #588374 in popluar color models

588374
RGB88131116
HSL159°19.63%42.94%
HSB/HSV159°32.82%51.37%
CMYK32.82%0.00%11.45%
48.63%

Color #588374 in popluar number systems.

HEX588374
Decimal88131116
Binary1011000100000111110100
Octal130203164

Shades and tints

Shades of #588374

#588374
(88,131,116)
#50786A
(80,120,106)
#486D60
(72,109,96)
#406256
(64,98,86)
#38574C
(56,87,76)
#304C42
(48,76,66)
#284138
(40,65,56)
#20362E
(32,54,46)
#182B24
(24,43,36)
#10201A
(16,32,26)
#081510
(8,21,16)
#000000
(0,0,0)

Tints of #588374

#588374
(88,131,116)
#678E80
(103,142,128)
#76998C
(118,153,140)
#85A498
(133,164,152)
#94AFA4
(148,175,164)
#A3BAB0
(163,186,176)
#B2C5BC
(178,197,188)
#C1D0C8
(193,208,200)
#D0DBD4
(208,219,212)
#DFE6E0
(223,230,224)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588374 color. Also use rgb(88,131,116) instead hex code.

Text Font Color

.myTextColor { color: #588374; }

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

This text font color is #588374.


Background Color

.myBgColor { background-color: #588374; }

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

This div background color is #588374.


Border color

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

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

This div border color is #588374.


Opacity

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

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

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

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

This text has shadow with #588374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588374 on black background.


Color preview on white background

This text has color #588374 on white background.



Black color preview on #588374 background

This text has black color on #588374 background.


White color preview on #588374 background

This text has white color on #588374 background.