COLOR #094F48

HEX: #094F48
RGB: (9,79,72)

Color info

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

RGB color model

#094F48 color RGB value is (9,79,72).

  • red value is 9;
  • green value is 79;
  • blue value is 72.
RGB:
(9,79,72)
(4%,31%,28%)

RGB channels and saturation

R 9 of 255 = 4%
G 79 of 255 = 31%
B 72 of 255 = 28%

9
79
72

R + G + B ~ 21%. #094F48 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 79 + 72 = 160 (100%)
R 9 of 160 ~ 5.63%
G 79 of 160 ~ 49.38%
B 72 of 160 ~ 45%

%49.38
%45

CMYK color model

#094F48 color CMYK value is (89,0,9,69).

  • cyan value is 88.61%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 69.02%
CMYK:
(89,0,9,69)
C89M0Y9K69 
(89%,0%,9%,69%)
(0.89/0.00/0.09/0.69)	

CMYK percentages

%88.61
%0
%8.86
%69.02

Codes

Color #094F48 in popluar color models

094F48
RGB97972
HSL174°79.55%17.25%
HSB/HSV174°88.61%30.98%
CMYK88.61%0.00%8.86%
69.02%

Color #094F48 in popluar number systems.

HEX094F48
Decimal97972
Binary100110011111001000
Octal11117110

Shades and tints

Shades of #094F48

#094F48
(9,79,72)
#094842
(9,72,66)
#09413C
(9,65,60)
#093A36
(9,58,54)
#093330
(9,51,48)
#092C2A
(9,44,42)
#092524
(9,37,36)
#091E1E
(9,30,30)
#091718
(9,23,24)
#091012
(9,16,18)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #094F48

#094F48
(9,79,72)
#1F5F58
(31,95,88)
#356F68
(53,111,104)
#4B7F78
(75,127,120)
#618F88
(97,143,136)
#779F98
(119,159,152)
#8DAFA8
(141,175,168)
#A3BFB8
(163,191,184)
#B9CFC8
(185,207,200)
#CFDFD8
(207,223,216)
#E5EFE8
(229,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094F48 color. Also use rgb(9,79,72) instead hex code.

Text Font Color

.myTextColor { color: #094F48; }

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

This text font color is #094F48.


Background Color

.myBgColor { background-color: #094F48; }

<div style="background-color:#094F48">Inner text</div>

This div background color is #094F48.


Border color

.myBorderColor { border: 1px solid #094F48; }

<div style="border:3px solid #094F48">Div</div>

This div border color is #094F48.


Opacity

.myOpacity80 { color: #094F48; opacity: 0.8; }

<p style="color:#094F48;opacity:0.8;">80%</p>

Text with #094F48 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 #094F48;}

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

This text has shadow with #094F48 color.

.textShadow {text-shadow: 3px 3px 1px #094F48, 3px 3px 1px red;}

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

This text has shadow with #094F48 primary color and red secondary color.


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

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

This text has shadow with #094F48 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094F48 on black background.


Color preview on white background

This text has color #094F48 on white background.



Black color preview on #094F48 background

This text has black color on #094F48 background.


White color preview on #094F48 background

This text has white color on #094F48 background.