COLOR #0A253D

HEX: #0A253D
RGB: (10,37,61)

Color info

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

RGB color model

#0A253D color RGB value is (10,37,61).

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

RGB channels and saturation

R 10 of 255 = 4%
G 37 of 255 = 15%
B 61 of 255 = 24%

10
37
61

R + G + B ~ 14%. #0A253D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 37 + 61 = 108 (100%)
R 10 of 108 ~ 9.26%
G 37 of 108 ~ 34.26%
B 61 of 108 ~ 56.48%

%34.26
%56.48

CMYK color model

#0A253D color CMYK value is (84,39,0,76).

  • cyan value is 83.61%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(84,39,0,76)
C84M39Y0K76 
(84%,39%,0%,76%)
(0.84/0.39/0.00/0.76)	

CMYK percentages

%83.61
%39.34
%0
%76.08

Codes

Color #0A253D in popluar color models

0A253D
RGB103761
HSL208°71.83%13.92%
HSB/HSV208°83.61%23.92%
CMYK83.61%39.34%0.00%
76.08%

Color #0A253D in popluar number systems.

HEX0A253D
Decimal103761
Binary1010100101111101
Octal124575

Shades and tints

Shades of #0A253D

#0A253D
(10,37,61)
#0A2238
(10,34,56)
#0A1F33
(10,31,51)
#0A1C2E
(10,28,46)
#0A1929
(10,25,41)
#0A1624
(10,22,36)
#0A131F
(10,19,31)
#0A101A
(10,16,26)
#0A0D15
(10,13,21)
#0A0A10
(10,10,16)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #0A253D

#0A253D
(10,37,61)
#20384E
(32,56,78)
#364B5F
(54,75,95)
#4C5E70
(76,94,112)
#627181
(98,113,129)
#788492
(120,132,146)
#8E97A3
(142,151,163)
#A4AAB4
(164,170,180)
#BABDC5
(186,189,197)
#D0D0D6
(208,208,214)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A253D; }

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

This text font color is #0A253D.


Background Color

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

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

This div background color is #0A253D.


Border color

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

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

This div border color is #0A253D.


Opacity

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

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

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

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

This text has shadow with #0A253D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A253D on black background.


Color preview on white background

This text has color #0A253D on white background.



Black color preview on #0A253D background

This text has black color on #0A253D background.


White color preview on #0A253D background

This text has white color on #0A253D background.