COLOR #0A4401

HEX: #0A4401 RGB: (10,68,1)

Color info

#0A4401 contains mainly red and green colors. Web safe color of #0A4401 is #003300 (or #030).

RGB color model

#0A4401 color RGB value is (10,68,1).

RGB: (10,68,1) (4%, 27%, 0%)

RGB channels and saturation

R 10 of 255 = 4%
G 68 of 255 = 27%
B 1 of 255 = 0%

10
68
1

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

Portions of RGB colors in percentages

R + G + B = 10 + 68 + 1 = 79 (100%)
R 10 of 79 ~ 12.66%
G 68 of 79 ~ 86.08%
B 1 of 79 ~ 1.27'%

%12.66
%86.08

CMYK color model

#0A4401 color CMYK value is (85,0,99,73).

  • cyan value is 85.29%
  • magenta value is 0.00%
  • yellow value is 98.53%
  • key color value is 73.33%

CMYK: (85,0,99,73)
C85M0Y99K73 (85%, 0%, 99%, 73%)
(0.85 / 0.00 / 0.99 / 0.73)

CMYK percentages

%85.29
%0
%98.53
%73.33

Codes

Color #0A4401 in popluar color models

0A 44 01
RGB 10 68 1
HSL 112° 97.10% 13.53%
HSB/HSV 112° 98.53% 26.67%
CMYK 85.29% 0.00% 98.53%
73.33%

Color #0A4401 in popluar number systems.

HEX 0A 44 01
Decimal 10 68 1
Binary 1010 1000100 1
Octal 12 104 1

Shades and tints

Shades of #0A4401

#0A4401
(10,68,1)
#0A3E01
(10,62,1)
#0A3801
(10,56,1)
#0A3201
(10,50,1)
#0A2C01
(10,44,1)
#0A2601
(10,38,1)
#0A2001
(10,32,1)
#0A1A01
(10,26,1)
#0A1401
(10,20,1)
#0A0E01
(10,14,1)
#0A0801
(10,8,1)
#000000
(0,0,0)

Tints of #0A4401

#0A4401
(10,68,1)
#205518
(32,85,24)
#36662F
(54,102,47)
#4C7746
(76,119,70)
#62885D
(98,136,93)
#789974
(120,153,116)
#8EAA8B
(142,170,139)
#A4BBA2
(164,187,162)
#BACCB9
(186,204,185)
#D0DDD0
(208,221,208)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A4401 color. Also use rgb(10,68,1) instead hex code.

Text Font Color

.myTextColor { color: #0A4401; }

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

This text font color is #0A4401.

Background Color

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

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

This div background color is #0A4401.

Border color

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

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

This div border color is #0A4401.

Opacity

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

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

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

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

This text has shadow with #0A4401 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A4401.

Preview

Color preview on black background

This text has color #0A4401 on black background.


Color preview on white background

This text has color #0A4401 on white background.


Black color preview on #0A4401 background

This text has black color on #0A4401 background.


White color preview on #0A4401 background

This text has white color on #0A4401 background.


Related colors

Complementary color

Complementary color for #hex is #F5BBFE.


I love getcolorcode.com

Triadic colors

1 #010A44 and #44010A with #0A4401 are triadic colors.

2 #01440A and #440A01 with #0A4401 are triadic colors.