COLOR #0A4D2E

HEX: #0A4D2E
RGB: (10,77,46)

Color info

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

RGB color model

#0A4D2E color RGB value is (10,77,46).

  • red value is 10;
  • green value is 77;
  • blue value is 46.
RGB:
(10,77,46)
(4%,30%,18%)

RGB channels and saturation

R 10 of 255 = 4%
G 77 of 255 = 30%
B 46 of 255 = 18%

10
77
46

R + G + B ~ 17%. #0A4D2E is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 77 + 46 = 133 (100%)
R 10 of 133 ~ 7.52%
G 77 of 133 ~ 57.89%
B 46 of 133 ~ 34.59%

%57.89
%34.59

CMYK color model

#0A4D2E color CMYK value is (87,0,40,70).

  • cyan value is 87.01%
  • magenta value is 0.00%
  • yellow value is 40.26%
  • key color value is 69.80%
CMYK:
(87,0,40,70)
C87M0Y40K70 
(87%,0%,40%,70%)
(0.87/0.00/0.40/0.70)	

CMYK percentages

%87.01
%0
%40.26
%69.8

Codes

Color #0A4D2E in popluar color models

0A4D2E
RGB107746
HSL152°77.01%17.06%
HSB/HSV152°87.01%30.20%
CMYK87.01%0.00%40.26%
69.80%

Color #0A4D2E in popluar number systems.

HEX0A4D2E
Decimal107746
Binary10101001101101110
Octal1211556

Shades and tints

Shades of #0A4D2E

#0A4D2E
(10,77,46)
#0A462A
(10,70,42)
#0A3F26
(10,63,38)
#0A3822
(10,56,34)
#0A311E
(10,49,30)
#0A2A1A
(10,42,26)
#0A2316
(10,35,22)
#0A1C12
(10,28,18)
#0A150E
(10,21,14)
#0A0E0A
(10,14,10)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #0A4D2E

#0A4D2E
(10,77,46)
#205D41
(32,93,65)
#366D54
(54,109,84)
#4C7D67
(76,125,103)
#628D7A
(98,141,122)
#789D8D
(120,157,141)
#8EADA0
(142,173,160)
#A4BDB3
(164,189,179)
#BACDC6
(186,205,198)
#D0DDD9
(208,221,217)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A4D2E; }

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

This text font color is #0A4D2E.


Background Color

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

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

This div background color is #0A4D2E.


Border color

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

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

This div border color is #0A4D2E.


Opacity

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

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

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

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

This text has shadow with #0A4D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4D2E on black background.


Color preview on white background

This text has color #0A4D2E on white background.



Black color preview on #0A4D2E background

This text has black color on #0A4D2E background.


White color preview on #0A4D2E background

This text has white color on #0A4D2E background.