COLOR #0A633D

HEX: #0A633D RGB: (10,99,61)

Color info

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

RGB color model

#0A633D color RGB value is (10,99,61).

RGB: (10,99,61) (4%, 39%, 24%)

RGB channels and saturation

R 10 of 255 = 4%
G 99 of 255 = 39%
B 61 of 255 = 24%

10
99
61

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

Portions of RGB colors in percentages

R + G + B = 10 + 99 + 61 = 170 (100%)
R 10 of 170 ~ 5.88%
G 99 of 170 ~ 58.24%
B 61 of 170 ~ 35.88'%

%58.24
%35.88

CMYK color model

#0A633D color CMYK value is (90,0,38,61).

  • cyan value is 89.90%
  • magenta value is 0.00%
  • yellow value is 38.38%
  • key color value is 61.18%

CMYK: (90,0,38,61)
C90M0Y38K61 (90%, 0%, 38%, 61%)
(0.90 / 0.00 / 0.38 / 0.61)

CMYK percentages

%89.9
%0
%38.38
%61.18

Codes

Color #0A633D in popluar color models

0A 63 3D
RGB 10 99 61
HSL 154° 81.65% 21.37%
HSB/HSV 154° 89.90% 38.82%
CMYK 89.90% 0.00% 38.38%
61.18%

Color #0A633D in popluar number systems.

HEX 0A 63 3D
Decimal 10 99 61
Binary 1010 1100011 111101
Octal 12 143 75

Shades and tints

Shades of #0A633D

#0A633D
(10,99,61)
#0A5A38
(10,90,56)
#0A5133
(10,81,51)
#0A482E
(10,72,46)
#0A3F29
(10,63,41)
#0A3624
(10,54,36)
#0A2D1F
(10,45,31)
#0A241A
(10,36,26)
#0A1B15
(10,27,21)
#0A1210
(10,18,16)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #0A633D

#0A633D
(10,99,61)
#20714E
(32,113,78)
#367F5F
(54,127,95)
#4C8D70
(76,141,112)
#629B81
(98,155,129)
#78A992
(120,169,146)
#8EB7A3
(142,183,163)
#A4C5B4
(164,197,180)
#BAD3C5
(186,211,197)
#D0E1D6
(208,225,214)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A633D color. Also use rgb(10,99,61) instead hex code.

Text Font Color

.myTextColor { color: #0A633D; }

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

This text font color is #0A633D.

Background Color

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

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

This div background color is #0A633D.

Border color

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

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

This div border color is #0A633D.

Opacity

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

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

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

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

This text has shadow with #0A633D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A633D.

Preview

Color preview on black background

This text has color #0A633D on black background.


Color preview on white background

This text has color #0A633D on white background.


Black color preview on #0A633D background

This text has black color on #0A633D background.


White color preview on #0A633D background

This text has white color on #0A633D background.


Related colors

Complementary color

Complementary color for #hex is #F59CC2.


I love getcolorcode.com

Triadic colors

1 #3D0A63 and #633D0A with #0A633D are triadic colors.

2 #3D630A and #630A3D with #0A633D are triadic colors.