COLOR #088509

HEX: #088509
RGB: (8,133,9)

Renk bilgisi

#088509 contains mainly green color. #088509 ‘ nin web güvenlik rengi #009900 (ya da #090) dir.

RGB renk modeli

#088509 color RGB value is (8,133,9).

  • kırmız ton 8;
  • yeşil ton 133;
  • mavi ton 9.
RGB:
(8,133,9)
(3%,52%,4%)

RGB bağlantıları ve doygunluk

R 8 of 255 = 3%
G 133 of 255 = 52%
B 9 of 255 = 4%

8
133
9

R + G + B ~ 20%. #088509 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
8 + 133 + 9 = 150 (100%)
R 8 of 150 ~ 5.33%
G 133 of 150 ~ 88.67%
B 9 of 150 ~ 6%

%88.67

CMYK RENK MODELİ

#088509 rengi CMYK tonu (94,0,93,48).

  • camgöbeği tonu 93.98%
  • eflatun tonu 0.00%
  • sarı tonu 93.23%
  • ana renk tonu 47.84%
CMYK:
(94,0,93,48)
C94M0Y93K48 
(94%,0%,93%,48%)
(0.94/0.00/0.93/0.48)	

CMYK yüzdeleri

%93.98
%0
%93.23
%47.84

Codes

Color #088509 in popluar color models

088509
RGB81339
HSL120°88.65%27.65%
HSB/HSV120°93.98%52.16%
CMYK93.98%0.00%93.23%
47.84%

Color #088509 in popluar number systems.

HEX088509
Decimal81339
Binary1000100001011001
Octal1020511

Shades and tints

Shades of #088509

#088509
(8,133,9)
#087909
(8,121,9)
#086D09
(8,109,9)
#086109
(8,97,9)
#085509
(8,85,9)
#084909
(8,73,9)
#083D09
(8,61,9)
#083109
(8,49,9)
#082509
(8,37,9)
#081909
(8,25,9)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #088509

#088509
(8,133,9)
#1E901F
(30,144,31)
#349B35
(52,155,53)
#4AA64B
(74,166,75)
#60B161
(96,177,97)
#76BC77
(118,188,119)
#8CC78D
(140,199,141)
#A2D2A3
(162,210,163)
#B8DDB9
(184,221,185)
#CEE8CF
(206,232,207)
#E4F3E5
(228,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #088509 color. Also use rgb(8,133,9) instead hex code.

Text Font Color

.myTextColor { color: #088509; }

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

This text font color is #088509.


Background Color

.myBgColor { background-color: #088509; }

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

This div background color is #088509.


Border color

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

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

This div border color is #088509.


Opacity

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

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

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

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

This text has shadow with #088509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #088509 on black background.


Color preview on white background

This text has color #088509 on white background.



Black color preview on #088509 background

This text has black color on #088509 background.


White color preview on #088509 background

This text has white color on #088509 background.