COLOR #025056

HEX: #025056
RGB: (2,80,86)

Color info

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

RGB color model

#025056 color RGB value is (2,80,86).

  • red value is 2;
  • green value is 80;
  • blue value is 86.
RGB:
(2,80,86)
(1%,31%,34%)

RGB channels and saturation

R 2 of 255 = 1%
G 80 of 255 = 31%
B 86 of 255 = 34%

2
80
86

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

Portions of RGB colors in percentages

R + G + B =
2 + 80 + 86 = 168 (100%)
R 2 of 168 ~ 1.19%
G 80 of 168 ~ 47.62%
B 86 of 168 ~ 51.19%

%47.62
%51.19

CMYK color model

#025056 color CMYK value is (98,7,0,66).

  • cyan value is 97.67%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(98,7,0,66)
C98M7Y0K66 
(98%,7%,0%,66%)
(0.98/0.07/0.00/0.66)	

CMYK percentages

%97.67
%6.98
%0
%66.27

Codes

Color #025056 in popluar color models

025056
RGB28086
HSL184°95.45%17.25%
HSB/HSV184°97.67%33.73%
CMYK97.67%6.98%0.00%
66.27%

Color #025056 in popluar number systems.

HEX025056
Decimal28086
Binary1010100001010110
Octal2120126

Shades and tints

Shades of #025056

#025056
(2,80,86)
#02494F
(2,73,79)
#024248
(2,66,72)
#023B41
(2,59,65)
#02343A
(2,52,58)
#022D33
(2,45,51)
#02262C
(2,38,44)
#021F25
(2,31,37)
#02181E
(2,24,30)
#021117
(2,17,23)
#020A10
(2,10,16)
#000000
(0,0,0)

Tints of #025056

#025056
(2,80,86)
#195F65
(25,95,101)
#306E74
(48,110,116)
#477D83
(71,125,131)
#5E8C92
(94,140,146)
#759BA1
(117,155,161)
#8CAAB0
(140,170,176)
#A3B9BF
(163,185,191)
#BAC8CE
(186,200,206)
#D1D7DD
(209,215,221)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025056 color. Also use rgb(2,80,86) instead hex code.

Text Font Color

.myTextColor { color: #025056; }

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

This text font color is #025056.


Background Color

.myBgColor { background-color: #025056; }

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

This div background color is #025056.


Border color

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

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

This div border color is #025056.


Opacity

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

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

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

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

This text has shadow with #025056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025056 on black background.


Color preview on white background

This text has color #025056 on white background.



Black color preview on #025056 background

This text has black color on #025056 background.


White color preview on #025056 background

This text has white color on #025056 background.