COLOR #02252D

HEX: #02252D
RGB: (2,37,45)

Color info

#02252D contains red, green and blue colors in about the same proportion. Web safe color of #02252D is #003333 (or #033).

RGB color model

#02252D color RGB value is (2,37,45).

  • red value is 2;
  • green value is 37;
  • blue value is 45.
RGB:
(2,37,45)
(1%,15%,18%)

RGB channels and saturation

R 2 of 255 = 1%
G 37 of 255 = 15%
B 45 of 255 = 18%

2
37
45

R + G + B ~ 11%. #02252D is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 37 + 45 = 84 (100%)
R 2 of 84 ~ 2.38%
G 37 of 84 ~ 44.05%
B 45 of 84 ~ 53.57%

%44.05
%53.57

CMYK color model

#02252D color CMYK value is (96,18,0,82).

  • cyan value is 95.56%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(96,18,0,82)
C96M18Y0K82 
(96%,18%,0%,82%)
(0.96/0.18/0.00/0.82)	

CMYK percentages

%95.56
%17.78
%0
%82.35

Codes

Color #02252D in popluar color models

02252D
RGB23745
HSL191°91.49%9.22%
HSB/HSV191°95.56%17.65%
CMYK95.56%17.78%0.00%
82.35%

Color #02252D in popluar number systems.

HEX02252D
Decimal23745
Binary10100101101101
Octal24555

Shades and tints

Shades of #02252D

#02252D
(2,37,45)
#022229
(2,34,41)
#021F25
(2,31,37)
#021C21
(2,28,33)
#02191D
(2,25,29)
#021619
(2,22,25)
#021315
(2,19,21)
#021011
(2,16,17)
#020D0D
(2,13,13)
#020A09
(2,10,9)
#020705
(2,7,5)
#000000
(0,0,0)

Tints of #02252D

#02252D
(2,37,45)
#193840
(25,56,64)
#304B53
(48,75,83)
#475E66
(71,94,102)
#5E7179
(94,113,121)
#75848C
(117,132,140)
#8C979F
(140,151,159)
#A3AAB2
(163,170,178)
#BABDC5
(186,189,197)
#D1D0D8
(209,208,216)
#E8E3EB
(232,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02252D color. Also use rgb(2,37,45) instead hex code.

Text Font Color

.myTextColor { color: #02252D; }

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

This text font color is #02252D.


Background Color

.myBgColor { background-color: #02252D; }

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

This div background color is #02252D.


Border color

.myBorderColor { border: 1px solid #02252D; }

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

This div border color is #02252D.


Opacity

.myOpacity80 { color: #02252D; opacity: 0.8; }

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

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

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

This text has shadow with #02252D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02252D on black background.


Color preview on white background

This text has color #02252D on white background.



Black color preview on #02252D background

This text has black color on #02252D background.


White color preview on #02252D background

This text has white color on #02252D background.