COLOR #0A353B

HEX: #0A353B
RGB: (10,53,59)

Color info

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

RGB color model

#0A353B color RGB value is (10,53,59).

  • red value is 10;
  • green value is 53;
  • blue value is 59.
RGB:
(10,53,59)
(4%,21%,23%)

RGB channels and saturation

R 10 of 255 = 4%
G 53 of 255 = 21%
B 59 of 255 = 23%

10
53
59

R + G + B ~ 16%. #0A353B is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 53 + 59 = 122 (100%)
R 10 of 122 ~ 8.2%
G 53 of 122 ~ 43.44%
B 59 of 122 ~ 48.36%

%43.44
%48.36

CMYK color model

#0A353B color CMYK value is (83,10,0,77).

  • cyan value is 83.05%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(83,10,0,77)
C83M10Y0K77 
(83%,10%,0%,77%)
(0.83/0.10/0.00/0.77)	

CMYK percentages

%83.05
%10.17
%0
%76.86

Codes

Color #0A353B in popluar color models

0A353B
RGB105359
HSL187°71.01%13.53%
HSB/HSV187°83.05%23.14%
CMYK83.05%10.17%0.00%
76.86%

Color #0A353B in popluar number systems.

HEX0A353B
Decimal105359
Binary1010110101111011
Octal126573

Shades and tints

Shades of #0A353B

#0A353B
(10,53,59)
#0A3136
(10,49,54)
#0A2D31
(10,45,49)
#0A292C
(10,41,44)
#0A2527
(10,37,39)
#0A2122
(10,33,34)
#0A1D1D
(10,29,29)
#0A1918
(10,25,24)
#0A1513
(10,21,19)
#0A110E
(10,17,14)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #0A353B

#0A353B
(10,53,59)
#20474C
(32,71,76)
#36595D
(54,89,93)
#4C6B6E
(76,107,110)
#627D7F
(98,125,127)
#788F90
(120,143,144)
#8EA1A1
(142,161,161)
#A4B3B2
(164,179,178)
#BAC5C3
(186,197,195)
#D0D7D4
(208,215,212)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A353B color. Also use rgb(10,53,59) instead hex code.

Text Font Color

.myTextColor { color: #0A353B; }

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

This text font color is #0A353B.


Background Color

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

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

This div background color is #0A353B.


Border color

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

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

This div border color is #0A353B.


Opacity

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

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

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

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

This text has shadow with #0A353B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A353B on black background.


Color preview on white background

This text has color #0A353B on white background.



Black color preview on #0A353B background

This text has black color on #0A353B background.


White color preview on #0A353B background

This text has white color on #0A353B background.