COLOR #008446

HEX: #008446
RGB: (0,132,70)

Renk bilgisi

#008446 contains mainly green color. #008446 ‘ nin web güvenlik rengi #009933 (ya da #093) dir.

RGB renk modeli

#008446 color RGB value is (0,132,70).

  • kırmız ton 0;
  • yeşil ton 132;
  • mavi ton 70.
RGB:
(0,132,70)
(0%,52%,27%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 132 of 255 = 52%
B 70 of 255 = 27%

0
132
70

R + G + B ~ 26%. #008446 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 132 + 70 = 202 (100%)
R 0 of 202 ~ 0%
G 132 of 202 ~ 65.35%
B 70 of 202 ~ 34.65%

%65.35
%34.65

CMYK RENK MODELİ

#008446 rengi CMYK tonu (100,0,47,48).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 46.97%
  • ana renk tonu 48.24%
CMYK:
(100,0,47,48)
C100M0Y47K48 
(100%,0%,47%,48%)
(1.00/0.00/0.47/0.48)	

CMYK yüzdeleri

%100
%0
%46.97
%48.24

Codes

Color #008446 in popluar color models

008446
RGB013270
HSL152°100.00%25.88%
HSB/HSV152°100.00%51.76%
CMYK100.00%0.00%46.97%
48.24%

Color #008446 in popluar number systems.

HEX008446
Decimal013270
Binary0100001001000110
Octal0204106

Shades and tints

Shades of #008446

#008446
(0,132,70)
#007840
(0,120,64)
#006C3A
(0,108,58)
#006034
(0,96,52)
#00542E
(0,84,46)
#004828
(0,72,40)
#003C22
(0,60,34)
#00301C
(0,48,28)
#002416
(0,36,22)
#001810
(0,24,16)
#000C0A
(0,12,10)
#000000
(0,0,0)

Tints of #008446

#008446
(0,132,70)
#178F56
(23,143,86)
#2E9A66
(46,154,102)
#45A576
(69,165,118)
#5CB086
(92,176,134)
#73BB96
(115,187,150)
#8AC6A6
(138,198,166)
#A1D1B6
(161,209,182)
#B8DCC6
(184,220,198)
#CFE7D6
(207,231,214)
#E6F2E6
(230,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008446 color. Also use rgb(0,132,70) instead hex code.

Text Font Color

.myTextColor { color: #008446; }

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

This text font color is #008446.


Background Color

.myBgColor { background-color: #008446; }

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

This div background color is #008446.


Border color

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

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

This div border color is #008446.


Opacity

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

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

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

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

This text has shadow with #008446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008446 on black background.


Color preview on white background

This text has color #008446 on white background.



Black color preview on #008446 background

This text has black color on #008446 background.


White color preview on #008446 background

This text has white color on #008446 background.