COLOR #025633

HEX: #025633 RGB: (2,86,51)

Color info

#025633 contains mainly green and blue colors. Web safe color of #025633 is #006633 (or #063).

RGB color model

#025633 color RGB value is (2,86,51).

RGB: (2,86,51) (1%, 34%, 20%)

RGB channels and saturation

R 2 of 255 = 1%
G 86 of 255 = 34%
B 51 of 255 = 20%

2
86
51

R + G + B ~ 18%. #025633 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 86 + 51 = 139 (100%)
R 2 of 139 ~ 1.44%
G 86 of 139 ~ 61.87%
B 51 of 139 ~ 36.69'%

%61.87
%36.69

CMYK color model

#025633 color CMYK value is (98,0,41,66).

  • cyan value is 97.67%
  • magenta value is 0.00%
  • yellow value is 40.70%
  • key color value is 66.27%

CMYK: (98,0,41,66)
C98M0Y41K66 (98%, 0%, 41%, 66%)
(0.98 / 0.00 / 0.41 / 0.66)

CMYK percentages

%97.67
%0
%40.7
%66.27

Codes

Color #025633 in popluar color models

02 56 33
RGB 2 86 51
HSL 155° 95.45% 17.25%
HSB/HSV 155° 97.67% 33.73%
CMYK 97.67% 0.00% 40.70%
66.27%

Color #025633 in popluar number systems.

HEX 02 56 33
Decimal 2 86 51
Binary 10 1010110 110011
Octal 2 126 63

Shades and tints

Shades of #025633

#025633
(2,86,51)
#024F2F
(2,79,47)
#02482B
(2,72,43)
#024127
(2,65,39)
#023A23
(2,58,35)
#02331F
(2,51,31)
#022C1B
(2,44,27)
#022517
(2,37,23)
#021E13
(2,30,19)
#02170F
(2,23,15)
#02100B
(2,16,11)
#000000
(0,0,0)

Tints of #025633

#025633
(2,86,51)
#196545
(25,101,69)
#307457
(48,116,87)
#478369
(71,131,105)
#5E927B
(94,146,123)
#75A18D
(117,161,141)
#8CB09F
(140,176,159)
#A3BFB1
(163,191,177)
#BACEC3
(186,206,195)
#D1DDD5
(209,221,213)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #025633; }

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

This text font color is #025633.

Background Color

.myBgColor { background-color: #025633; }

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

This div background color is #025633.

Border color

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

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

This div border color is #025633.

Opacity

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

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

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

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

This text has shadow with #025633 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #025633.

Preview

Color preview on black background

This text has color #025633 on black background.


Color preview on white background

This text has color #025633 on white background.


Black color preview on #025633 background

This text has black color on #025633 background.


White color preview on #025633 background

This text has white color on #025633 background.


Related colors

Complementary color

Complementary color for #hex is #FDA9CC.


I love getcolorcode.com

Triadic colors

1 #330256 and #563302 with #025633 are triadic colors.

2 #335602 and #560233 with #025633 are triadic colors.