COLOR #094548

HEX: #094548
RGB: (9,69,72)

Color info

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

RGB color model

#094548 color RGB value is (9,69,72).

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

RGB channels and saturation

R 9 of 255 = 4%
G 69 of 255 = 27%
B 72 of 255 = 28%

9
69
72

R + G + B ~ 20%. #094548 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 69 + 72 = 150 (100%)
R 9 of 150 ~ 6%
G 69 of 150 ~ 46%
B 72 of 150 ~ 48%

%46
%48

CMYK color model

#094548 color CMYK value is (88,4,0,72).

  • cyan value is 87.50%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(88,4,0,72)
C88M4Y0K72 
(88%,4%,0%,72%)
(0.88/0.04/0.00/0.72)	

CMYK percentages

%87.5
%4.17
%0
%71.76

Codes

Color #094548 in popluar color models

094548
RGB96972
HSL183°77.78%15.88%
HSB/HSV183°87.50%28.24%
CMYK87.50%4.17%0.00%
71.76%

Color #094548 in popluar number systems.

HEX094548
Decimal96972
Binary100110001011001000
Octal11105110

Shades and tints

Shades of #094548

#094548
(9,69,72)
#093F42
(9,63,66)
#09393C
(9,57,60)
#093336
(9,51,54)
#092D30
(9,45,48)
#09272A
(9,39,42)
#092124
(9,33,36)
#091B1E
(9,27,30)
#091518
(9,21,24)
#090F12
(9,15,18)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #094548

#094548
(9,69,72)
#1F5558
(31,85,88)
#356568
(53,101,104)
#4B7578
(75,117,120)
#618588
(97,133,136)
#779598
(119,149,152)
#8DA5A8
(141,165,168)
#A3B5B8
(163,181,184)
#B9C5C8
(185,197,200)
#CFD5D8
(207,213,216)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094548; }

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

This text font color is #094548.


Background Color

.myBgColor { background-color: #094548; }

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

This div background color is #094548.


Border color

.myBorderColor { border: 1px solid #094548; }

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

This div border color is #094548.


Opacity

.myOpacity80 { color: #094548; opacity: 0.8; }

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

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

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

This text has shadow with #094548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094548 on black background.


Color preview on white background

This text has color #094548 on white background.



Black color preview on #094548 background

This text has black color on #094548 background.


White color preview on #094548 background

This text has white color on #094548 background.