COLOR #0A3F18

HEX: #0A3F18 RGB: (10,63,24)

Color info

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

RGB color model

#0A3F18 color RGB value is (10,63,24).

RGB: (10,63,24) (4%, 25%, 9%)

RGB channels and saturation

R 10 of 255 = 4%
G 63 of 255 = 25%
B 24 of 255 = 9%

10
63
24

R + G + B ~ 13%. #0A3F18 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 63 + 24 = 97 (100%)
R 10 of 97 ~ 10.31%
G 63 of 97 ~ 64.95%
B 24 of 97 ~ 24.74'%

%64.95
%24.74

CMYK color model

#0A3F18 color CMYK value is (84,0,62,75).

  • cyan value is 84.13%
  • magenta value is 0.00%
  • yellow value is 61.90%
  • key color value is 75.29%

CMYK: (84,0,62,75)
C84M0Y62K75 (84%, 0%, 62%, 75%)
(0.84 / 0.00 / 0.62 / 0.75)

CMYK percentages

%84.13
%0
%61.9
%75.29

Codes

Color #0A3F18 in popluar color models

0A 3F 18
RGB 10 63 24
HSL 136° 72.60% 14.31%
HSB/HSV 136° 84.13% 24.71%
CMYK 84.13% 0.00% 61.90%
75.29%

Color #0A3F18 in popluar number systems.

HEX 0A 3F 18
Decimal 10 63 24
Binary 1010 111111 11000
Octal 12 77 30

Shades and tints

Shades of #0A3F18

#0A3F18
(10,63,24)
#0A3A16
(10,58,22)
#0A3514
(10,53,20)
#0A3012
(10,48,18)
#0A2B10
(10,43,16)
#0A260E
(10,38,14)
#0A210C
(10,33,12)
#0A1C0A
(10,28,10)
#0A1708
(10,23,8)
#0A1206
(10,18,6)
#0A0D04
(10,13,4)
#000000
(0,0,0)

Tints of #0A3F18

#0A3F18
(10,63,24)
#20502D
(32,80,45)
#366142
(54,97,66)
#4C7257
(76,114,87)
#62836C
(98,131,108)
#789481
(120,148,129)
#8EA596
(142,165,150)
#A4B6AB
(164,182,171)
#BAC7C0
(186,199,192)
#D0D8D5
(208,216,213)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3F18 color. Also use rgb(10,63,24) instead hex code.

Text Font Color

.myTextColor { color: #0A3F18; }

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

This text font color is #0A3F18.

Background Color

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

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

This div background color is #0A3F18.

Border color

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

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

This div border color is #0A3F18.

Opacity

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

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

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

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

This text has shadow with #0A3F18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A3F18.

Preview

Color preview on black background

This text has color #0A3F18 on black background.


Color preview on white background

This text has color #0A3F18 on white background.


Black color preview on #0A3F18 background

This text has black color on #0A3F18 background.


White color preview on #0A3F18 background

This text has white color on #0A3F18 background.


Related colors

Complementary color

Complementary color for #hex is #F5C0E7.


I love getcolorcode.com

Triadic colors

1 #180A3F and #3F180A with #0A3F18 are triadic colors.

2 #183F0A and #3F0A18 with #0A3F18 are triadic colors.