COLOR #0A2503

HEX: #0A2503
RGB: (10,37,3)

Color info

#0A2503 contains red, green and blue colors in about the same proportion. Web safe color of #0A2503 is #003300 (or #030).

RGB color model

#0A2503 color RGB value is (10,37,3).

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

RGB channels and saturation

R 10 of 255 = 4%
G 37 of 255 = 15%
B 3 of 255 = 1%

10
37
3

R + G + B ~ 7%. #0A2503 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 37 + 3 = 50 (100%)
R 10 of 50 ~ 20%
G 37 of 50 ~ 74%
B 3 of 50 ~ 6%

%20
%74

CMYK color model

#0A2503 color CMYK value is (73,0,92,85).

  • cyan value is 72.97%
  • magenta value is 0.00%
  • yellow value is 91.89%
  • key color value is 85.49%
CMYK:
(73,0,92,85)
C73M0Y92K85 
(73%,0%,92%,85%)
(0.73/0.00/0.92/0.85)	

CMYK percentages

%72.97
%0
%91.89
%85.49

Codes

Color #0A2503 in popluar color models

0A2503
RGB10373
HSL108°85.00%7.84%
HSB/HSV108°91.89%14.51%
CMYK72.97%0.00%91.89%
85.49%

Color #0A2503 in popluar number systems.

HEX0A2503
Decimal10373
Binary101010010111
Octal12453

Shades and tints

Shades of #0A2503

#0A2503
(10,37,3)
#0A2203
(10,34,3)
#0A1F03
(10,31,3)
#0A1C03
(10,28,3)
#0A1903
(10,25,3)
#0A1603
(10,22,3)
#0A1303
(10,19,3)
#0A1003
(10,16,3)
#0A0D03
(10,13,3)
#0A0A03
(10,10,3)
#0A0703
(10,7,3)
#000000
(0,0,0)

Tints of #0A2503

#0A2503
(10,37,3)
#203819
(32,56,25)
#364B2F
(54,75,47)
#4C5E45
(76,94,69)
#62715B
(98,113,91)
#788471
(120,132,113)
#8E9787
(142,151,135)
#A4AA9D
(164,170,157)
#BABDB3
(186,189,179)
#D0D0C9
(208,208,201)
#E6E3DF
(230,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2503; }

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

This text font color is #0A2503.


Background Color

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

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

This div background color is #0A2503.


Border color

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

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

This div border color is #0A2503.


Opacity

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

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

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

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

This text has shadow with #0A2503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2503 on black background.


Color preview on white background

This text has color #0A2503 on white background.



Black color preview on #0A2503 background

This text has black color on #0A2503 background.


White color preview on #0A2503 background

This text has white color on #0A2503 background.