COLOR #008B59

HEX: #008B59
RGB: (0,139,89)

Renk bilgisi

#008B59 contains only green and blue colors. #008B59 ‘ nin web güvenlik rengi #009966 (ya da #096) dir.

RGB renk modeli

#008B59 color RGB value is (0,139,89).

  • kırmız ton 0;
  • yeşil ton 139;
  • mavi ton 89.
RGB:
(0,139,89)
(0%,55%,35%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 139 of 255 = 55%
B 89 of 255 = 35%

0
139
89

R + G + B ~ 30%. #008B59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 139 + 89 = 228 (100%)
R 0 of 228 ~ 0%
G 139 of 228 ~ 60.96%
B 89 of 228 ~ 39.04%

%60.96
%39.04

CMYK RENK MODELİ

#008B59 rengi CMYK tonu (100,0,36,45).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 35.97%
  • ana renk tonu 45.49%
CMYK:
(100,0,36,45)
C100M0Y36K45 
(100%,0%,36%,45%)
(1.00/0.00/0.36/0.45)	

CMYK yüzdeleri

%100
%0
%35.97
%45.49

Codes

Color #008B59 in popluar color models

008B59
RGB013989
HSL158°100.00%27.25%
HSB/HSV158°100.00%54.51%
CMYK100.00%0.00%35.97%
45.49%

Color #008B59 in popluar number systems.

HEX008B59
Decimal013989
Binary0100010111011001
Octal0213131

Shades and tints

Shades of #008B59

#008B59
(0,139,89)
#007F51
(0,127,81)
#007349
(0,115,73)
#006741
(0,103,65)
#005B39
(0,91,57)
#004F31
(0,79,49)
#004329
(0,67,41)
#003721
(0,55,33)
#002B19
(0,43,25)
#001F11
(0,31,17)
#001309
(0,19,9)
#000000
(0,0,0)

Tints of #008B59

#008B59
(0,139,89)
#179568
(23,149,104)
#2E9F77
(46,159,119)
#45A986
(69,169,134)
#5CB395
(92,179,149)
#73BDA4
(115,189,164)
#8AC7B3
(138,199,179)
#A1D1C2
(161,209,194)
#B8DBD1
(184,219,209)
#CFE5E0
(207,229,224)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008B59 color. Also use rgb(0,139,89) instead hex code.

Text Font Color

.myTextColor { color: #008B59; }

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

This text font color is #008B59.


Background Color

.myBgColor { background-color: #008B59; }

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

This div background color is #008B59.


Border color

.myBorderColor { border: 1px solid #008B59; }

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

This div border color is #008B59.


Opacity

.myOpacity80 { color: #008B59; opacity: 0.8; }

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

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

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

This text has shadow with #008B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008B59 on black background.


Color preview on white background

This text has color #008B59 on white background.



Black color preview on #008B59 background

This text has black color on #008B59 background.


White color preview on #008B59 background

This text has white color on #008B59 background.