COLOR #00603B

HEX: #00603B
RGB: (0,96,59)

Renk bilgisi

#00603B contains only green and blue colors. #00603B ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#00603B color RGB value is (0,96,59).

  • kırmız ton 0;
  • yeşil ton 96;
  • mavi ton 59.
RGB:
(0,96,59)
(0%,38%,23%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 96 of 255 = 38%
B 59 of 255 = 23%

0
96
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 96 + 59 = 155 (100%)
R 0 of 155 ~ 0%
G 96 of 155 ~ 61.94%
B 59 of 155 ~ 38.06%

%61.94
%38.06

CMYK RENK MODELİ

#00603B rengi CMYK tonu (100,0,39,62).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 38.54%
  • ana renk tonu 62.35%
CMYK:
(100,0,39,62)
C100M0Y39K62 
(100%,0%,39%,62%)
(1.00/0.00/0.39/0.62)	

CMYK yüzdeleri

%100
%0
%38.54
%62.35

Codes

Color #00603B in popluar color models

00603B
RGB09659
HSL157°100.00%18.82%
HSB/HSV157°100.00%37.65%
CMYK100.00%0.00%38.54%
62.35%

Color #00603B in popluar number systems.

HEX00603B
Decimal09659
Binary01100000111011
Octal014073

Shades and tints

Shades of #00603B

#00603B
(0,96,59)
#005836
(0,88,54)
#005031
(0,80,49)
#00482C
(0,72,44)
#004027
(0,64,39)
#003822
(0,56,34)
#00301D
(0,48,29)
#002818
(0,40,24)
#002013
(0,32,19)
#00180E
(0,24,14)
#001009
(0,16,9)
#000000
(0,0,0)

Tints of #00603B

#00603B
(0,96,59)
#176E4C
(23,110,76)
#2E7C5D
(46,124,93)
#458A6E
(69,138,110)
#5C987F
(92,152,127)
#73A690
(115,166,144)
#8AB4A1
(138,180,161)
#A1C2B2
(161,194,178)
#B8D0C3
(184,208,195)
#CFDED4
(207,222,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00603B color. Also use rgb(0,96,59) instead hex code.

Text Font Color

.myTextColor { color: #00603B; }

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

This text font color is #00603B.


Background Color

.myBgColor { background-color: #00603B; }

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

This div background color is #00603B.


Border color

.myBorderColor { border: 1px solid #00603B; }

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

This div border color is #00603B.


Opacity

.myOpacity80 { color: #00603B; opacity: 0.8; }

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

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

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

This text has shadow with #00603B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00603B on black background.


Color preview on white background

This text has color #00603B on white background.



Black color preview on #00603B background

This text has black color on #00603B background.


White color preview on #00603B background

This text has white color on #00603B background.