COLOR #0A272D

HEX: #0A272D
RGB: (10,39,45)

Color info

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

RGB color model

#0A272D color RGB value is (10,39,45).

  • red value is 10;
  • green value is 39;
  • blue value is 45.
RGB:
(10,39,45)
(4%,15%,18%)

RGB channels and saturation

R 10 of 255 = 4%
G 39 of 255 = 15%
B 45 of 255 = 18%

10
39
45

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

Portions of RGB colors in percentages

R + G + B =
10 + 39 + 45 = 94 (100%)
R 10 of 94 ~ 10.64%
G 39 of 94 ~ 41.49%
B 45 of 94 ~ 47.87%

%10.64
%41.49
%47.87

CMYK color model

#0A272D color CMYK value is (78,13,0,82).

  • cyan value is 77.78%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(78,13,0,82)
C78M13Y0K82 
(78%,13%,0%,82%)
(0.78/0.13/0.00/0.82)	

CMYK percentages

%77.78
%13.33
%0
%82.35

Codes

Color #0A272D in popluar color models

0A272D
RGB103945
HSL190°63.64%10.78%
HSB/HSV190°77.78%17.65%
CMYK77.78%13.33%0.00%
82.35%

Color #0A272D in popluar number systems.

HEX0A272D
Decimal103945
Binary1010100111101101
Octal124755

Shades and tints

Shades of #0A272D

#0A272D
(10,39,45)
#0A2429
(10,36,41)
#0A2125
(10,33,37)
#0A1E21
(10,30,33)
#0A1B1D
(10,27,29)
#0A1819
(10,24,25)
#0A1515
(10,21,21)
#0A1211
(10,18,17)
#0A0F0D
(10,15,13)
#0A0C09
(10,12,9)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #0A272D

#0A272D
(10,39,45)
#203A40
(32,58,64)
#364D53
(54,77,83)
#4C6066
(76,96,102)
#627379
(98,115,121)
#78868C
(120,134,140)
#8E999F
(142,153,159)
#A4ACB2
(164,172,178)
#BABFC5
(186,191,197)
#D0D2D8
(208,210,216)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A272D color. Also use rgb(10,39,45) instead hex code.

Text Font Color

.myTextColor { color: #0A272D; }

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

This text font color is #0A272D.


Background Color

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

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

This div background color is #0A272D.


Border color

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

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

This div border color is #0A272D.


Opacity

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

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

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

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

This text has shadow with #0A272D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A272D on black background.


Color preview on white background

This text has color #0A272D on white background.



Black color preview on #0A272D background

This text has black color on #0A272D background.


White color preview on #0A272D background

This text has white color on #0A272D background.