COLOR #0A5348

HEX: #0A5348
RGB: (10,83,72)

Color info

#0A5348 contains mainly green and blue colors. Web safe color of #0A5348 is #006633 (or #063).

RGB color model

#0A5348 color RGB value is (10,83,72).

  • red value is 10;
  • green value is 83;
  • blue value is 72.
RGB:
(10,83,72)
(4%,33%,28%)

RGB channels and saturation

R 10 of 255 = 4%
G 83 of 255 = 33%
B 72 of 255 = 28%

10
83
72

R + G + B ~ 22%. #0A5348 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 83 + 72 = 165 (100%)
R 10 of 165 ~ 6.06%
G 83 of 165 ~ 50.3%
B 72 of 165 ~ 43.64%

%50.3
%43.64

CMYK color model

#0A5348 color CMYK value is (88,0,13,67).

  • cyan value is 87.95%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 67.45%
CMYK:
(88,0,13,67)
C88M0Y13K67 
(88%,0%,13%,67%)
(0.88/0.00/0.13/0.67)	

CMYK percentages

%87.95
%0
%13.25
%67.45

Codes

Color #0A5348 in popluar color models

0A5348
RGB108372
HSL171°78.49%18.24%
HSB/HSV171°87.95%32.55%
CMYK87.95%0.00%13.25%
67.45%

Color #0A5348 in popluar number systems.

HEX0A5348
Decimal108372
Binary101010100111001000
Octal12123110

Shades and tints

Shades of #0A5348

#0A5348
(10,83,72)
#0A4C42
(10,76,66)
#0A453C
(10,69,60)
#0A3E36
(10,62,54)
#0A3730
(10,55,48)
#0A302A
(10,48,42)
#0A2924
(10,41,36)
#0A221E
(10,34,30)
#0A1B18
(10,27,24)
#0A1412
(10,20,18)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #0A5348

#0A5348
(10,83,72)
#206258
(32,98,88)
#367168
(54,113,104)
#4C8078
(76,128,120)
#628F88
(98,143,136)
#789E98
(120,158,152)
#8EADA8
(142,173,168)
#A4BCB8
(164,188,184)
#BACBC8
(186,203,200)
#D0DAD8
(208,218,216)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5348 color. Also use rgb(10,83,72) instead hex code.

Text Font Color

.myTextColor { color: #0A5348; }

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

This text font color is #0A5348.


Background Color

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

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

This div background color is #0A5348.


Border color

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

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

This div border color is #0A5348.


Opacity

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

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

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

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

This text has shadow with #0A5348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5348 on black background.


Color preview on white background

This text has color #0A5348 on white background.



Black color preview on #0A5348 background

This text has black color on #0A5348 background.


White color preview on #0A5348 background

This text has white color on #0A5348 background.