COLOR #02594F

HEX: #02594F
RGB: (2,89,79)

Color info

#02594F contains mainly green and blue colors. Web safe color of #02594F is #006666 (or #066).

RGB color model

#02594F color RGB value is (2,89,79).

  • red value is 2;
  • green value is 89;
  • blue value is 79.
RGB:
(2,89,79)
(1%,35%,31%)

RGB channels and saturation

R 2 of 255 = 1%
G 89 of 255 = 35%
B 79 of 255 = 31%

2
89
79

R + G + B ~ 22%. #02594F is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 89 + 79 = 170 (100%)
R 2 of 170 ~ 1.18%
G 89 of 170 ~ 52.35%
B 79 of 170 ~ 46.47%

%52.35
%46.47

CMYK color model

#02594F color CMYK value is (98,0,11,65).

  • cyan value is 97.75%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(98,0,11,65)
C98M0Y11K65 
(98%,0%,11%,65%)
(0.98/0.00/0.11/0.65)	

CMYK percentages

%97.75
%0
%11.24
%65.1

Codes

Color #02594F in popluar color models

02594F
RGB28979
HSL173°95.60%17.84%
HSB/HSV173°97.75%34.90%
CMYK97.75%0.00%11.24%
65.10%

Color #02594F in popluar number systems.

HEX02594F
Decimal28979
Binary1010110011001111
Octal2131117

Shades and tints

Shades of #02594F

#02594F
(2,89,79)
#025148
(2,81,72)
#024941
(2,73,65)
#02413A
(2,65,58)
#023933
(2,57,51)
#02312C
(2,49,44)
#022925
(2,41,37)
#02211E
(2,33,30)
#021917
(2,25,23)
#021110
(2,17,16)
#020909
(2,9,9)
#000000
(0,0,0)

Tints of #02594F

#02594F
(2,89,79)
#19685F
(25,104,95)
#30776F
(48,119,111)
#47867F
(71,134,127)
#5E958F
(94,149,143)
#75A49F
(117,164,159)
#8CB3AF
(140,179,175)
#A3C2BF
(163,194,191)
#BAD1CF
(186,209,207)
#D1E0DF
(209,224,223)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02594F color. Also use rgb(2,89,79) instead hex code.

Text Font Color

.myTextColor { color: #02594F; }

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

This text font color is #02594F.


Background Color

.myBgColor { background-color: #02594F; }

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

This div background color is #02594F.


Border color

.myBorderColor { border: 1px solid #02594F; }

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

This div border color is #02594F.


Opacity

.myOpacity80 { color: #02594F; opacity: 0.8; }

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

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

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

This text has shadow with #02594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02594F on black background.


Color preview on white background

This text has color #02594F on white background.



Black color preview on #02594F background

This text has black color on #02594F background.


White color preview on #02594F background

This text has white color on #02594F background.