COLOR #0A2628

HEX: #0A2628 RGB: (10,38,40)

Color info

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

RGB color model

#0A2628 color RGB value is (10,38,40).

RGB: (10,38,40) (4%, 15%, 16%)

RGB channels and saturation

R 10 of 255 = 4%
G 38 of 255 = 15%
B 40 of 255 = 16%

10
38
40

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

Portions of RGB colors in percentages

R + G + B = 10 + 38 + 40 = 88 (100%)
R 10 of 88 ~ 11.36%
G 38 of 88 ~ 43.18%
B 40 of 88 ~ 45.45'%

%11.36
%43.18
%45.45

CMYK color model

#0A2628 color CMYK value is (75,5,0,84).

  • cyan value is 75.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (75,5,0,84)
C75M5Y0K84 (75%, 5%, 0%, 84%)
(0.75 / 0.05 / 0.00 / 0.84)

CMYK percentages

%75
%5
%0
%84.31

Codes

Color #0A2628 in popluar color models

0A 26 28
RGB 10 38 40
HSL 184° 60.00% 9.80%
HSB/HSV 184° 75.00% 15.69%
CMYK 75.00% 5.00% 0.00%
84.31%

Color #0A2628 in popluar number systems.

HEX 0A 26 28
Decimal 10 38 40
Binary 1010 100110 101000
Octal 12 46 50

Shades and tints

Shades of #0A2628

#0A2628
(10,38,40)
#0A2325
(10,35,37)
#0A2022
(10,32,34)
#0A1D1F
(10,29,31)
#0A1A1C
(10,26,28)
#0A1719
(10,23,25)
#0A1416
(10,20,22)
#0A1113
(10,17,19)
#0A0E10
(10,14,16)
#0A0B0D
(10,11,13)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #0A2628

#0A2628
(10,38,40)
#20393B
(32,57,59)
#364C4E
(54,76,78)
#4C5F61
(76,95,97)
#627274
(98,114,116)
#788587
(120,133,135)
#8E989A
(142,152,154)
#A4ABAD
(164,171,173)
#BABEC0
(186,190,192)
#D0D1D3
(208,209,211)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2628; }

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

This text font color is #0A2628.

Background Color

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

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

This div background color is #0A2628.

Border color

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

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

This div border color is #0A2628.

Opacity

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

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

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

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

This text has shadow with #0A2628 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A2628.

Preview

Color preview on black background

This text has color #0A2628 on black background.


Color preview on white background

This text has color #0A2628 on white background.


Black color preview on #0A2628 background

This text has black color on #0A2628 background.


White color preview on #0A2628 background

This text has white color on #0A2628 background.


Related colors

Complementary color

Complementary color for #hex is #F5D9D7.


I love getcolorcode.com

Triadic colors

1 #280A26 and #26280A with #0A2628 are triadic colors.

2 #28260A and #260A28 with #0A2628 are triadic colors.