COLOR #0A2613

HEX: #0A2613
RGB: (10,38,19)

Color info

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

RGB color model

#0A2613 color RGB value is (10,38,19).

  • red value is 10;
  • green value is 38;
  • blue value is 19.
RGB:
(10,38,19)
(4%,15%,7%)

RGB channels and saturation

R 10 of 255 = 4%
G 38 of 255 = 15%
B 19 of 255 = 7%

10
38
19

R + G + B ~ 9%. #0A2613 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 38 + 19 = 67 (100%)
R 10 of 67 ~ 14.93%
G 38 of 67 ~ 56.72%
B 19 of 67 ~ 28.36%

%14.93
%56.72
%28.36

CMYK color model

#0A2613 color CMYK value is (74,0,50,85).

  • cyan value is 73.68%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 85.10%
CMYK:
(74,0,50,85)
C74M0Y50K85 
(74%,0%,50%,85%)
(0.74/0.00/0.50/0.85)	

CMYK percentages

%73.68
%0
%50
%85.1

Codes

Color #0A2613 in popluar color models

0A2613
RGB103819
HSL139°58.33%9.41%
HSB/HSV139°73.68%14.90%
CMYK73.68%0.00%50.00%
85.10%

Color #0A2613 in popluar number systems.

HEX0A2613
Decimal103819
Binary101010011010011
Octal124623

Shades and tints

Shades of #0A2613

#0A2613
(10,38,19)
#0A2312
(10,35,18)
#0A2011
(10,32,17)
#0A1D10
(10,29,16)
#0A1A0F
(10,26,15)
#0A170E
(10,23,14)
#0A140D
(10,20,13)
#0A110C
(10,17,12)
#0A0E0B
(10,14,11)
#0A0B0A
(10,11,10)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #0A2613

#0A2613
(10,38,19)
#203928
(32,57,40)
#364C3D
(54,76,61)
#4C5F52
(76,95,82)
#627267
(98,114,103)
#78857C
(120,133,124)
#8E9891
(142,152,145)
#A4ABA6
(164,171,166)
#BABEBB
(186,190,187)
#D0D1D0
(208,209,208)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A2613 color. Also use rgb(10,38,19) instead hex code.

Text Font Color

.myTextColor { color: #0A2613; }

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

This text font color is #0A2613.


Background Color

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

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

This div background color is #0A2613.


Border color

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

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

This div border color is #0A2613.


Opacity

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

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

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

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

This text has shadow with #0A2613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2613 on black background.


Color preview on white background

This text has color #0A2613 on white background.



Black color preview on #0A2613 background

This text has black color on #0A2613 background.


White color preview on #0A2613 background

This text has white color on #0A2613 background.