COLOR #0A251A

HEX: #0A251A
RGB: (10,37,26)

Color info

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

RGB color model

#0A251A color RGB value is (10,37,26).

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

RGB channels and saturation

R 10 of 255 = 4%
G 37 of 255 = 15%
B 26 of 255 = 10%

10
37
26

R + G + B ~ 10%. #0A251A is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 37 + 26 = 73 (100%)
R 10 of 73 ~ 13.7%
G 37 of 73 ~ 50.68%
B 26 of 73 ~ 35.62%

%13.7
%50.68
%35.62

CMYK color model

#0A251A color CMYK value is (73,0,30,85).

  • cyan value is 72.97%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 85.49%
CMYK:
(73,0,30,85)
C73M0Y30K85 
(73%,0%,30%,85%)
(0.73/0.00/0.30/0.85)	

CMYK percentages

%72.97
%0
%29.73
%85.49

Codes

Color #0A251A in popluar color models

0A251A
RGB103726
HSL156°57.45%9.22%
HSB/HSV156°72.97%14.51%
CMYK72.97%0.00%29.73%
85.49%

Color #0A251A in popluar number systems.

HEX0A251A
Decimal103726
Binary101010010111010
Octal124532

Shades and tints

Shades of #0A251A

#0A251A
(10,37,26)
#0A2218
(10,34,24)
#0A1F16
(10,31,22)
#0A1C14
(10,28,20)
#0A1912
(10,25,18)
#0A1610
(10,22,16)
#0A130E
(10,19,14)
#0A100C
(10,16,12)
#0A0D0A
(10,13,10)
#0A0A08
(10,10,8)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #0A251A

#0A251A
(10,37,26)
#20382E
(32,56,46)
#364B42
(54,75,66)
#4C5E56
(76,94,86)
#62716A
(98,113,106)
#78847E
(120,132,126)
#8E9792
(142,151,146)
#A4AAA6
(164,170,166)
#BABDBA
(186,189,186)
#D0D0CE
(208,208,206)
#E6E3E2
(230,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A251A; }

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

This text font color is #0A251A.


Background Color

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

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

This div background color is #0A251A.


Border color

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

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

This div border color is #0A251A.


Opacity

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

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

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

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

This text has shadow with #0A251A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A251A on black background.


Color preview on white background

This text has color #0A251A on white background.



Black color preview on #0A251A background

This text has black color on #0A251A background.


White color preview on #0A251A background

This text has white color on #0A251A background.