COLOR #0A4D30

HEX: #0A4D30 RGB: (10,77,48)

Color info

#0A4D30 contains mainly green and blue colors. Web safe color of #0A4D30 is #003333 (or #033).

RGB color model

#0A4D30 color RGB value is (10,77,48).

RGB: (10,77,48) (4%, 30%, 19%)

RGB channels and saturation

R 10 of 255 = 4%
G 77 of 255 = 30%
B 48 of 255 = 19%

10
77
48

R + G + B ~ 18%. #0A4D30 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 77 + 48 = 135 (100%)
R 10 of 135 ~ 7.41%
G 77 of 135 ~ 57.04%
B 48 of 135 ~ 35.56'%

%57.04
%35.56

CMYK color model

#0A4D30 color CMYK value is (87,0,38,70).

  • cyan value is 87.01%
  • magenta value is 0.00%
  • yellow value is 37.66%
  • key color value is 69.80%

CMYK: (87,0,38,70)
C87M0Y38K70 (87%, 0%, 38%, 70%)
(0.87 / 0.00 / 0.38 / 0.70)

CMYK percentages

%87.01
%0
%37.66
%69.8

Codes

Color #0A4D30 in popluar color models

0A 4D 30
RGB 10 77 48
HSL 154° 77.01% 17.06%
HSB/HSV 154° 87.01% 30.20%
CMYK 87.01% 0.00% 37.66%
69.80%

Color #0A4D30 in popluar number systems.

HEX 0A 4D 30
Decimal 10 77 48
Binary 1010 1001101 110000
Octal 12 115 60

Shades and tints

Shades of #0A4D30

#0A4D30
(10,77,48)
#0A462C
(10,70,44)
#0A3F28
(10,63,40)
#0A3824
(10,56,36)
#0A3120
(10,49,32)
#0A2A1C
(10,42,28)
#0A2318
(10,35,24)
#0A1C14
(10,28,20)
#0A1510
(10,21,16)
#0A0E0C
(10,14,12)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #0A4D30

#0A4D30
(10,77,48)
#205D42
(32,93,66)
#366D54
(54,109,84)
#4C7D66
(76,125,102)
#628D78
(98,141,120)
#789D8A
(120,157,138)
#8EAD9C
(142,173,156)
#A4BDAE
(164,189,174)
#BACDC0
(186,205,192)
#D0DDD2
(208,221,210)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A4D30 color. Also use rgb(10,77,48) instead hex code.

Text Font Color

.myTextColor { color: #0A4D30; }

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

This text font color is #0A4D30.

Background Color

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

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

This div background color is #0A4D30.

Border color

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

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

This div border color is #0A4D30.

Opacity

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

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

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

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

This text has shadow with #0A4D30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A4D30.

Preview

Color preview on black background

This text has color #0A4D30 on black background.


Color preview on white background

This text has color #0A4D30 on white background.


Black color preview on #0A4D30 background

This text has black color on #0A4D30 background.


White color preview on #0A4D30 background

This text has white color on #0A4D30 background.


Related colors

Complementary color

Complementary color for #hex is #F5B2CF.


I love getcolorcode.com

Triadic colors

1 #300A4D and #4D300A with #0A4D30 are triadic colors.

2 #304D0A and #4D0A30 with #0A4D30 are triadic colors.