COLOR #0A3018

HEX: #0A3018 RGB: (10,48,24)

Color info

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

RGB color model

#0A3018 color RGB value is (10,48,24).

RGB: (10,48,24) (4%, 19%, 9%)

RGB channels and saturation

R 10 of 255 = 4%
G 48 of 255 = 19%
B 24 of 255 = 9%

10
48
24

R + G + B ~ 11%. #0A3018 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 48 + 24 = 82 (100%)
R 10 of 82 ~ 12.2%
G 48 of 82 ~ 58.54%
B 24 of 82 ~ 29.27'%

%12.2
%58.54
%29.27

CMYK color model

#0A3018 color CMYK value is (79,0,50,81).

  • cyan value is 79.17%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 81.18%

CMYK: (79,0,50,81)
C79M0Y50K81 (79%, 0%, 50%, 81%)
(0.79 / 0.00 / 0.50 / 0.81)

CMYK percentages

%79.17
%0
%50
%81.18

Codes

Color #0A3018 in popluar color models

0A 30 18
RGB 10 48 24
HSL 142° 65.52% 11.37%
HSB/HSV 142° 79.17% 18.82%
CMYK 79.17% 0.00% 50.00%
81.18%

Color #0A3018 in popluar number systems.

HEX 0A 30 18
Decimal 10 48 24
Binary 1010 110000 11000
Octal 12 60 30

Shades and tints

Shades of #0A3018

#0A3018
(10,48,24)
#0A2C16
(10,44,22)
#0A2814
(10,40,20)
#0A2412
(10,36,18)
#0A2010
(10,32,16)
#0A1C0E
(10,28,14)
#0A180C
(10,24,12)
#0A140A
(10,20,10)
#0A1008
(10,16,8)
#0A0C06
(10,12,6)
#0A0804
(10,8,4)
#000000
(0,0,0)

Tints of #0A3018

#0A3018
(10,48,24)
#20422D
(32,66,45)
#365442
(54,84,66)
#4C6657
(76,102,87)
#62786C
(98,120,108)
#788A81
(120,138,129)
#8E9C96
(142,156,150)
#A4AEAB
(164,174,171)
#BAC0C0
(186,192,192)
#D0D2D5
(208,210,213)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3018; }

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

This text font color is #0A3018.

Background Color

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

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

This div background color is #0A3018.

Border color

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

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

This div border color is #0A3018.

Opacity

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

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

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

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

This text has shadow with #0A3018 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A3018.

Preview

Color preview on black background

This text has color #0A3018 on black background.


Color preview on white background

This text has color #0A3018 on white background.


Black color preview on #0A3018 background

This text has black color on #0A3018 background.


White color preview on #0A3018 background

This text has white color on #0A3018 background.


Related colors

Complementary color

Complementary color for #hex is #F5CFE7.


I love getcolorcode.com

Triadic colors

1 #180A30 and #30180A with #0A3018 are triadic colors.

2 #18300A and #300A18 with #0A3018 are triadic colors.