COLOR #0A381C

HEX: #0A381C RGB: (10,56,28)

Color info

#0A381C contains red, green and blue colors in about the same proportion. Web safe color of #0A381C is #003333 (or #033).

RGB color model

#0A381C color RGB value is (10,56,28).

RGB: (10,56,28) (4%, 22%, 11%)

RGB channels and saturation

R 10 of 255 = 4%
G 56 of 255 = 22%
B 28 of 255 = 11%

10
56
28

R + G + B ~ 12%. #0A381C is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 56 + 28 = 94 (100%)
R 10 of 94 ~ 10.64%
G 56 of 94 ~ 59.57%
B 28 of 94 ~ 29.79'%

%10.64
%59.57
%29.79

CMYK color model

#0A381C color CMYK value is (82,0,50,78).

  • cyan value is 82.14%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 78.04%

CMYK: (82,0,50,78)
C82M0Y50K78 (82%, 0%, 50%, 78%)
(0.82 / 0.00 / 0.50 / 0.78)

CMYK percentages

%82.14
%0
%50
%78.04

Codes

Color #0A381C in popluar color models

0A 38 1C
RGB 10 56 28
HSL 143° 69.70% 12.94%
HSB/HSV 143° 82.14% 21.96%
CMYK 82.14% 0.00% 50.00%
78.04%

Color #0A381C in popluar number systems.

HEX 0A 38 1C
Decimal 10 56 28
Binary 1010 111000 11100
Octal 12 70 34

Shades and tints

Shades of #0A381C

#0A381C
(10,56,28)
#0A331A
(10,51,26)
#0A2E18
(10,46,24)
#0A2916
(10,41,22)
#0A2414
(10,36,20)
#0A1F12
(10,31,18)
#0A1A10
(10,26,16)
#0A150E
(10,21,14)
#0A100C
(10,16,12)
#0A0B0A
(10,11,10)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #0A381C

#0A381C
(10,56,28)
#204A30
(32,74,48)
#365C44
(54,92,68)
#4C6E58
(76,110,88)
#62806C
(98,128,108)
#789280
(120,146,128)
#8EA494
(142,164,148)
#A4B6A8
(164,182,168)
#BAC8BC
(186,200,188)
#D0DAD0
(208,218,208)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A381C color. Also use rgb(10,56,28) instead hex code.

Text Font Color

.myTextColor { color: #0A381C; }

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

This text font color is #0A381C.

Background Color

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

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

This div background color is #0A381C.

Border color

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

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

This div border color is #0A381C.

Opacity

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

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

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

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

This text has shadow with #0A381C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A381C.

Preview

Color preview on black background

This text has color #0A381C on black background.


Color preview on white background

This text has color #0A381C on white background.


Black color preview on #0A381C background

This text has black color on #0A381C background.


White color preview on #0A381C background

This text has white color on #0A381C background.


Related colors

Complementary color

Complementary color for #hex is #F5C7E3.


I love getcolorcode.com

Triadic colors

1 #1C0A38 and #381C0A with #0A381C are triadic colors.

2 #1C380A and #380A1C with #0A381C are triadic colors.