COLOR #094C30

HEX: #094C30
RGB: (9,76,48)

Color info

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

RGB color model

#094C30 color RGB value is (9,76,48).

  • red value is 9;
  • green value is 76;
  • blue value is 48.
RGB:
(9,76,48)
(4%,30%,19%)

RGB channels and saturation

R 9 of 255 = 4%
G 76 of 255 = 30%
B 48 of 255 = 19%

9
76
48

R + G + B ~ 18%. #094C30 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 76 + 48 = 133 (100%)
R 9 of 133 ~ 6.77%
G 76 of 133 ~ 57.14%
B 48 of 133 ~ 36.09%

%57.14
%36.09

CMYK color model

#094C30 color CMYK value is (88,0,37,70).

  • cyan value is 88.16%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 70.20%
CMYK:
(88,0,37,70)
C88M0Y37K70 
(88%,0%,37%,70%)
(0.88/0.00/0.37/0.70)	

CMYK percentages

%88.16
%0
%36.84
%70.2

Codes

Color #094C30 in popluar color models

094C30
RGB97648
HSL155°78.82%16.67%
HSB/HSV155°88.16%29.80%
CMYK88.16%0.00%36.84%
70.20%

Color #094C30 in popluar number systems.

HEX094C30
Decimal97648
Binary10011001100110000
Octal1111460

Shades and tints

Shades of #094C30

#094C30
(9,76,48)
#09462C
(9,70,44)
#094028
(9,64,40)
#093A24
(9,58,36)
#093420
(9,52,32)
#092E1C
(9,46,28)
#092818
(9,40,24)
#092214
(9,34,20)
#091C10
(9,28,16)
#09160C
(9,22,12)
#091008
(9,16,8)
#000000
(0,0,0)

Tints of #094C30

#094C30
(9,76,48)
#1F5C42
(31,92,66)
#356C54
(53,108,84)
#4B7C66
(75,124,102)
#618C78
(97,140,120)
#779C8A
(119,156,138)
#8DAC9C
(141,172,156)
#A3BCAE
(163,188,174)
#B9CCC0
(185,204,192)
#CFDCD2
(207,220,210)
#E5ECE4
(229,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094C30 color. Also use rgb(9,76,48) instead hex code.

Text Font Color

.myTextColor { color: #094C30; }

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

This text font color is #094C30.


Background Color

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

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

This div background color is #094C30.


Border color

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

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

This div border color is #094C30.


Opacity

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

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

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

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

This text has shadow with #094C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094C30 on black background.


Color preview on white background

This text has color #094C30 on white background.



Black color preview on #094C30 background

This text has black color on #094C30 background.


White color preview on #094C30 background

This text has white color on #094C30 background.