COLOR #00252D

HEX: #00252D
RGB: (0,37,45)

Color info

#00252D contains only green and blue colors. Web safe color of #00252D is #003333 (or #033).

RGB color model

#00252D color RGB value is (0,37,45).

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

RGB channels and saturation

R 0 of 255 = 0%
G 37 of 255 = 15%
B 45 of 255 = 18%

0
37
45

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

Portions of RGB colors in percentages

R + G + B =
0 + 37 + 45 = 82 (100%)
R 0 of 82 ~ 0%
G 37 of 82 ~ 45.12%
B 45 of 82 ~ 54.88%

%45.12
%54.88

CMYK color model

#00252D color CMYK value is (100,18,0,82).

  • cyan value is 100.00%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(100,18,0,82)
C100M18Y0K82 
(100%,18%,0%,82%)
(1.00/0.18/0.00/0.82)	

CMYK percentages

%100
%17.78
%0
%82.35

Codes

Color #00252D in popluar color models

00252D
RGB03745
HSL191°100.00%8.82%
HSB/HSV191°100.00%17.65%
CMYK100.00%17.78%0.00%
82.35%

Color #00252D in popluar number systems.

HEX00252D
Decimal03745
Binary0100101101101
Octal04555

Shades and tints

Shades of #00252D

#00252D
(0,37,45)
#002229
(0,34,41)
#001F25
(0,31,37)
#001C21
(0,28,33)
#00191D
(0,25,29)
#001619
(0,22,25)
#001315
(0,19,21)
#001011
(0,16,17)
#000D0D
(0,13,13)
#000A09
(0,10,9)
#000705
(0,7,5)
#000000
(0,0,0)

Tints of #00252D

#00252D
(0,37,45)
#173840
(23,56,64)
#2E4B53
(46,75,83)
#455E66
(69,94,102)
#5C7179
(92,113,121)
#73848C
(115,132,140)
#8A979F
(138,151,159)
#A1AAB2
(161,170,178)
#B8BDC5
(184,189,197)
#CFD0D8
(207,208,216)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00252D; }

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

This text font color is #00252D.


Background Color

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

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

This div background color is #00252D.


Border color

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

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

This div border color is #00252D.


Opacity

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

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

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

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

This text has shadow with #00252D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00252D on black background.


Color preview on white background

This text has color #00252D on white background.



Black color preview on #00252D background

This text has black color on #00252D background.


White color preview on #00252D background

This text has white color on #00252D background.