COLOR #0A693A

HEX: #0A693A RGB: (10,105,58)

Color info

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

RGB color model

#0A693A color RGB value is (10,105,58).

RGB: (10,105,58) (4%, 41%, 23%)

RGB channels and saturation

R 10 of 255 = 4%
G 105 of 255 = 41%
B 58 of 255 = 23%

10
105
58

R + G + B ~ 23%. #0A693A is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 105 + 58 = 173 (100%)
R 10 of 173 ~ 5.78%
G 105 of 173 ~ 60.69%
B 58 of 173 ~ 33.53'%

%60.69
%33.53

CMYK color model

#0A693A color CMYK value is (90,0,45,59).

  • cyan value is 90.48%
  • magenta value is 0.00%
  • yellow value is 44.76%
  • key color value is 58.82%

CMYK: (90,0,45,59)
C90M0Y45K59 (90%, 0%, 45%, 59%)
(0.90 / 0.00 / 0.45 / 0.59)

CMYK percentages

%90.48
%0
%44.76
%58.82

Codes

Color #0A693A in popluar color models

0A 69 3A
RGB 10 105 58
HSL 150° 82.61% 22.55%
HSB/HSV 150° 90.48% 41.18%
CMYK 90.48% 0.00% 44.76%
58.82%

Color #0A693A in popluar number systems.

HEX 0A 69 3A
Decimal 10 105 58
Binary 1010 1101001 111010
Octal 12 151 72

Shades and tints

Shades of #0A693A

#0A693A
(10,105,58)
#0A6035
(10,96,53)
#0A5730
(10,87,48)
#0A4E2B
(10,78,43)
#0A4526
(10,69,38)
#0A3C21
(10,60,33)
#0A331C
(10,51,28)
#0A2A17
(10,42,23)
#0A2112
(10,33,18)
#0A180D
(10,24,13)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #0A693A

#0A693A
(10,105,58)
#20764B
(32,118,75)
#36835C
(54,131,92)
#4C906D
(76,144,109)
#629D7E
(98,157,126)
#78AA8F
(120,170,143)
#8EB7A0
(142,183,160)
#A4C4B1
(164,196,177)
#BAD1C2
(186,209,194)
#D0DED3
(208,222,211)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A693A color. Also use rgb(10,105,58) instead hex code.

Text Font Color

.myTextColor { color: #0A693A; }

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

This text font color is #0A693A.

Background Color

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

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

This div background color is #0A693A.

Border color

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

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

This div border color is #0A693A.

Opacity

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

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

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

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

This text has shadow with #0A693A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A693A.

Preview

Color preview on black background

This text has color #0A693A on black background.


Color preview on white background

This text has color #0A693A on white background.


Black color preview on #0A693A background

This text has black color on #0A693A background.


White color preview on #0A693A background

This text has white color on #0A693A background.


Related colors

Complementary color

Complementary color for #hex is #F596C5.


I love getcolorcode.com

Triadic colors

1 #3A0A69 and #693A0A with #0A693A are triadic colors.

2 #3A690A and #690A3A with #0A693A are triadic colors.