COLOR #00893A

HEX: #00893A
RGB: (0,137,58)

Renk bilgisi

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

RGB renk modeli

#00893A color RGB value is (0,137,58).

  • kırmız ton 0;
  • yeşil ton 137;
  • mavi ton 58.
RGB:
(0,137,58)
(0%,54%,23%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 137 of 255 = 54%
B 58 of 255 = 23%

0
137
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 137 + 58 = 195 (100%)
R 0 of 195 ~ 0%
G 137 of 195 ~ 70.26%
B 58 of 195 ~ 29.74%

%70.26
%29.74

CMYK RENK MODELİ

#00893A rengi CMYK tonu (100,0,58,46).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 57.66%
  • ana renk tonu 46.27%
CMYK:
(100,0,58,46)
C100M0Y58K46 
(100%,0%,58%,46%)
(1.00/0.00/0.58/0.46)	

CMYK yüzdeleri

%100
%0
%57.66
%46.27

Codes

Color #00893A in popluar color models

00893A
RGB013758
HSL145°100.00%26.86%
HSB/HSV145°100.00%53.73%
CMYK100.00%0.00%57.66%
46.27%

Color #00893A in popluar number systems.

HEX00893A
Decimal013758
Binary010001001111010
Octal021172

Shades and tints

Shades of #00893A

#00893A
(0,137,58)
#007D35
(0,125,53)
#007130
(0,113,48)
#00652B
(0,101,43)
#005926
(0,89,38)
#004D21
(0,77,33)
#00411C
(0,65,28)
#003517
(0,53,23)
#002912
(0,41,18)
#001D0D
(0,29,13)
#001108
(0,17,8)
#000000
(0,0,0)

Tints of #00893A

#00893A
(0,137,58)
#17934B
(23,147,75)
#2E9D5C
(46,157,92)
#45A76D
(69,167,109)
#5CB17E
(92,177,126)
#73BB8F
(115,187,143)
#8AC5A0
(138,197,160)
#A1CFB1
(161,207,177)
#B8D9C2
(184,217,194)
#CFE3D3
(207,227,211)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00893A color. Also use rgb(0,137,58) instead hex code.

Text Font Color

.myTextColor { color: #00893A; }

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

This text font color is #00893A.


Background Color

.myBgColor { background-color: #00893A; }

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

This div background color is #00893A.


Border color

.myBorderColor { border: 1px solid #00893A; }

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

This div border color is #00893A.


Opacity

.myOpacity80 { color: #00893A; opacity: 0.8; }

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

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

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

This text has shadow with #00893A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00893A on black background.


Color preview on white background

This text has color #00893A on white background.



Black color preview on #00893A background

This text has black color on #00893A background.


White color preview on #00893A background

This text has white color on #00893A background.