COLOR #0A5343

HEX: #0A5343
RGB: (10,83,67)

Color info

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

RGB color model

#0A5343 color RGB value is (10,83,67).

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

RGB channels and saturation

R 10 of 255 = 4%
G 83 of 255 = 33%
B 67 of 255 = 26%

10
83
67

R + G + B ~ 21%. #0A5343 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 83 + 67 = 160 (100%)
R 10 of 160 ~ 6.25%
G 83 of 160 ~ 51.88%
B 67 of 160 ~ 41.88%

%51.88
%41.88

CMYK color model

#0A5343 color CMYK value is (88,0,19,67).

  • cyan value is 87.95%
  • magenta value is 0.00%
  • yellow value is 19.28%
  • key color value is 67.45%
CMYK:
(88,0,19,67)
C88M0Y19K67 
(88%,0%,19%,67%)
(0.88/0.00/0.19/0.67)	

CMYK percentages

%87.95
%0
%19.28
%67.45

Codes

Color #0A5343 in popluar color models

0A5343
RGB108367
HSL167°78.49%18.24%
HSB/HSV167°87.95%32.55%
CMYK87.95%0.00%19.28%
67.45%

Color #0A5343 in popluar number systems.

HEX0A5343
Decimal108367
Binary101010100111000011
Octal12123103

Shades and tints

Shades of #0A5343

#0A5343
(10,83,67)
#0A4C3D
(10,76,61)
#0A4537
(10,69,55)
#0A3E31
(10,62,49)
#0A372B
(10,55,43)
#0A3025
(10,48,37)
#0A291F
(10,41,31)
#0A2219
(10,34,25)
#0A1B13
(10,27,19)
#0A140D
(10,20,13)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #0A5343

#0A5343
(10,83,67)
#206254
(32,98,84)
#367165
(54,113,101)
#4C8076
(76,128,118)
#628F87
(98,143,135)
#789E98
(120,158,152)
#8EADA9
(142,173,169)
#A4BCBA
(164,188,186)
#BACBCB
(186,203,203)
#D0DADC
(208,218,220)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A5343; }

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

This text font color is #0A5343.


Background Color

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

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

This div background color is #0A5343.


Border color

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

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

This div border color is #0A5343.


Opacity

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

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

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

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

This text has shadow with #0A5343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5343 on black background.


Color preview on white background

This text has color #0A5343 on white background.



Black color preview on #0A5343 background

This text has black color on #0A5343 background.


White color preview on #0A5343 background

This text has white color on #0A5343 background.