COLOR #025303

HEX: #025303 RGB: (2,83,3)

Color info

#025303 contains mainly green color. Web safe color of #025303 is #006600 (or #060).

RGB color model

#025303 color RGB value is (2,83,3).

RGB: (2,83,3) (1%, 33%, 1%)

RGB channels and saturation

R 2 of 255 = 1%
G 83 of 255 = 33%
B 3 of 255 = 1%

2
83
3

R + G + B ~ 12%. #025303 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 83 + 3 = 88 (100%)
R 2 of 88 ~ 2.27%
G 83 of 88 ~ 94.32%
B 3 of 88 ~ 3.41'%

%94.32

CMYK color model

#025303 color CMYK value is (98,0,96,67).

  • cyan value is 97.59%
  • magenta value is 0.00%
  • yellow value is 96.39%
  • key color value is 67.45%

CMYK: (98,0,96,67)
C98M0Y96K67 (98%, 0%, 96%, 67%)
(0.98 / 0.00 / 0.96 / 0.67)

CMYK percentages

%97.59
%0
%96.39
%67.45

Codes

Color #025303 in popluar color models

02 53 03
RGB 2 83 3
HSL 121° 95.29% 16.67%
HSB/HSV 121° 97.59% 32.55%
CMYK 97.59% 0.00% 96.39%
67.45%

Color #025303 in popluar number systems.

HEX 02 53 03
Decimal 2 83 3
Binary 10 1010011 11
Octal 2 123 3

Shades and tints

Shades of #025303

#025303
(2,83,3)
#024C03
(2,76,3)
#024503
(2,69,3)
#023E03
(2,62,3)
#023703
(2,55,3)
#023003
(2,48,3)
#022903
(2,41,3)
#022203
(2,34,3)
#021B03
(2,27,3)
#021403
(2,20,3)
#020D03
(2,13,3)
#000000
(0,0,0)

Tints of #025303

#025303
(2,83,3)
#196219
(25,98,25)
#30712F
(48,113,47)
#478045
(71,128,69)
#5E8F5B
(94,143,91)
#759E71
(117,158,113)
#8CAD87
(140,173,135)
#A3BC9D
(163,188,157)
#BACBB3
(186,203,179)
#D1DAC9
(209,218,201)
#E8E9DF
(232,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025303 color. Also use rgb(2,83,3) instead hex code.

Text Font Color

.myTextColor { color: #025303; }

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

This text font color is #025303.

Background Color

.myBgColor { background-color: #025303; }

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

This div background color is #025303.

Border color

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

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

This div border color is #025303.

Opacity

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

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

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

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

This text has shadow with #025303 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #025303.

Preview

Color preview on black background

This text has color #025303 on black background.


Color preview on white background

This text has color #025303 on white background.


Black color preview on #025303 background

This text has black color on #025303 background.


White color preview on #025303 background

This text has white color on #025303 background.


Related colors

Complementary color

Complementary color for #hex is #FDACFC.


I love getcolorcode.com

Triadic colors

1 #030253 and #530302 with #025303 are triadic colors.

2 #035302 and #530203 with #025303 are triadic colors.