COLOR #0A4F4C

HEX: #0A4F4C
RGB: (10,79,76)

Color info

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

RGB color model

#0A4F4C color RGB value is (10,79,76).

  • red value is 10;
  • green value is 79;
  • blue value is 76.
RGB:
(10,79,76)
(4%,31%,30%)

RGB channels and saturation

R 10 of 255 = 4%
G 79 of 255 = 31%
B 76 of 255 = 30%

10
79
76

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

Portions of RGB colors in percentages

R + G + B =
10 + 79 + 76 = 165 (100%)
R 10 of 165 ~ 6.06%
G 79 of 165 ~ 47.88%
B 76 of 165 ~ 46.06%

%47.88
%46.06

CMYK color model

#0A4F4C color CMYK value is (87,0,4,69).

  • cyan value is 87.34%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 69.02%
CMYK:
(87,0,4,69)
C87M0Y4K69 
(87%,0%,4%,69%)
(0.87/0.00/0.04/0.69)	

CMYK percentages

%87.34
%0
%3.8
%69.02

Codes

Color #0A4F4C in popluar color models

0A4F4C
RGB107976
HSL177°77.53%17.45%
HSB/HSV177°87.34%30.98%
CMYK87.34%0.00%3.80%
69.02%

Color #0A4F4C in popluar number systems.

HEX0A4F4C
Decimal107976
Binary101010011111001100
Octal12117114

Shades and tints

Shades of #0A4F4C

#0A4F4C
(10,79,76)
#0A4846
(10,72,70)
#0A4140
(10,65,64)
#0A3A3A
(10,58,58)
#0A3334
(10,51,52)
#0A2C2E
(10,44,46)
#0A2528
(10,37,40)
#0A1E22
(10,30,34)
#0A171C
(10,23,28)
#0A1016
(10,16,22)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #0A4F4C

#0A4F4C
(10,79,76)
#205F5C
(32,95,92)
#366F6C
(54,111,108)
#4C7F7C
(76,127,124)
#628F8C
(98,143,140)
#789F9C
(120,159,156)
#8EAFAC
(142,175,172)
#A4BFBC
(164,191,188)
#BACFCC
(186,207,204)
#D0DFDC
(208,223,220)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A4F4C color. Also use rgb(10,79,76) instead hex code.

Text Font Color

.myTextColor { color: #0A4F4C; }

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

This text font color is #0A4F4C.


Background Color

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

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

This div background color is #0A4F4C.


Border color

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

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

This div border color is #0A4F4C.


Opacity

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

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

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

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

This text has shadow with #0A4F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4F4C on black background.


Color preview on white background

This text has color #0A4F4C on white background.



Black color preview on #0A4F4C background

This text has black color on #0A4F4C background.


White color preview on #0A4F4C background

This text has white color on #0A4F4C background.