COLOR #0A252D

HEX: #0A252D
RGB: (10,37,45)

Color info

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

RGB color model

#0A252D color RGB value is (10,37,45).

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

RGB channels and saturation

R 10 of 255 = 4%
G 37 of 255 = 15%
B 45 of 255 = 18%

10
37
45

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

Portions of RGB colors in percentages

R + G + B =
10 + 37 + 45 = 92 (100%)
R 10 of 92 ~ 10.87%
G 37 of 92 ~ 40.22%
B 45 of 92 ~ 48.91%

%10.87
%40.22
%48.91

CMYK color model

#0A252D color CMYK value is (78,18,0,82).

  • cyan value is 77.78%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(78,18,0,82)
C78M18Y0K82 
(78%,18%,0%,82%)
(0.78/0.18/0.00/0.82)	

CMYK percentages

%77.78
%17.78
%0
%82.35

Codes

Color #0A252D in popluar color models

0A252D
RGB103745
HSL194°63.64%10.78%
HSB/HSV194°77.78%17.65%
CMYK77.78%17.78%0.00%
82.35%

Color #0A252D in popluar number systems.

HEX0A252D
Decimal103745
Binary1010100101101101
Octal124555

Shades and tints

Shades of #0A252D

#0A252D
(10,37,45)
#0A2229
(10,34,41)
#0A1F25
(10,31,37)
#0A1C21
(10,28,33)
#0A191D
(10,25,29)
#0A1619
(10,22,25)
#0A1315
(10,19,21)
#0A1011
(10,16,17)
#0A0D0D
(10,13,13)
#0A0A09
(10,10,9)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #0A252D

#0A252D
(10,37,45)
#203840
(32,56,64)
#364B53
(54,75,83)
#4C5E66
(76,94,102)
#627179
(98,113,121)
#78848C
(120,132,140)
#8E979F
(142,151,159)
#A4AAB2
(164,170,178)
#BABDC5
(186,189,197)
#D0D0D8
(208,208,216)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A252D; }

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

This text font color is #0A252D.


Background Color

.myBgColor { background-color: #0A252D; }

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

This div background color is #0A252D.


Border color

.myBorderColor { border: 1px solid #0A252D; }

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

This div border color is #0A252D.


Opacity

.myOpacity80 { color: #0A252D; opacity: 0.8; }

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

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

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

This text has shadow with #0A252D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A252D on black background.


Color preview on white background

This text has color #0A252D on white background.



Black color preview on #0A252D background

This text has black color on #0A252D background.


White color preview on #0A252D background

This text has white color on #0A252D background.