COLOR #02593B

HEX: #02593B
RGB: (2,89,59)

Renk bilgisi

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

RGB renk modeli

#02593B color RGB value is (2,89,59).

  • kırmız ton 2;
  • yeşil ton 89;
  • mavi ton 59.
RGB:
(2,89,59)
(1%,35%,23%)

RGB bağlantıları ve doygunluk

R 2 of 255 = 1%
G 89 of 255 = 35%
B 59 of 255 = 23%

2
89
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 89 + 59 = 150 (100%)
R 2 of 150 ~ 1.33%
G 89 of 150 ~ 59.33%
B 59 of 150 ~ 39.33%

%59.33
%39.33

CMYK RENK MODELİ

#02593B rengi CMYK tonu (98,0,34,65).

  • camgöbeği tonu 97.75%
  • eflatun tonu 0.00%
  • sarı tonu 33.71%
  • ana renk tonu 65.10%
CMYK:
(98,0,34,65)
C98M0Y34K65 
(98%,0%,34%,65%)
(0.98/0.00/0.34/0.65)	

CMYK yüzdeleri

%97.75
%0
%33.71
%65.1

Codes

Color #02593B in popluar color models

02593B
RGB28959
HSL159°95.60%17.84%
HSB/HSV159°97.75%34.90%
CMYK97.75%0.00%33.71%
65.10%

Color #02593B in popluar number systems.

HEX02593B
Decimal28959
Binary101011001111011
Octal213173

Shades and tints

Shades of #02593B

#02593B
(2,89,59)
#025136
(2,81,54)
#024931
(2,73,49)
#02412C
(2,65,44)
#023927
(2,57,39)
#023122
(2,49,34)
#02291D
(2,41,29)
#022118
(2,33,24)
#021913
(2,25,19)
#02110E
(2,17,14)
#020909
(2,9,9)
#000000
(0,0,0)

Tints of #02593B

#02593B
(2,89,59)
#19684C
(25,104,76)
#30775D
(48,119,93)
#47866E
(71,134,110)
#5E957F
(94,149,127)
#75A490
(117,164,144)
#8CB3A1
(140,179,161)
#A3C2B2
(163,194,178)
#BAD1C3
(186,209,195)
#D1E0D4
(209,224,212)
#E8EFE5
(232,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02593B color. Also use rgb(2,89,59) instead hex code.

Text Font Color

.myTextColor { color: #02593B; }

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

This text font color is #02593B.


Background Color

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

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

This div background color is #02593B.


Border color

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

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

This div border color is #02593B.


Opacity

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

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

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

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

This text has shadow with #02593B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02593B on black background.


Color preview on white background

This text has color #02593B on white background.



Black color preview on #02593B background

This text has black color on #02593B background.


White color preview on #02593B background

This text has white color on #02593B background.