COLOR #094C34

HEX: #094C34
RGB: (9,76,52)

Color info

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

RGB color model

#094C34 color RGB value is (9,76,52).

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

RGB channels and saturation

R 9 of 255 = 4%
G 76 of 255 = 30%
B 52 of 255 = 20%

9
76
52

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

Portions of RGB colors in percentages

R + G + B =
9 + 76 + 52 = 137 (100%)
R 9 of 137 ~ 6.57%
G 76 of 137 ~ 55.47%
B 52 of 137 ~ 37.96%

%55.47
%37.96

CMYK color model

#094C34 color CMYK value is (88,0,32,70).

  • cyan value is 88.16%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 70.20%
CMYK:
(88,0,32,70)
C88M0Y32K70 
(88%,0%,32%,70%)
(0.88/0.00/0.32/0.70)	

CMYK percentages

%88.16
%0
%31.58
%70.2

Codes

Color #094C34 in popluar color models

094C34
RGB97652
HSL159°78.82%16.67%
HSB/HSV159°88.16%29.80%
CMYK88.16%0.00%31.58%
70.20%

Color #094C34 in popluar number systems.

HEX094C34
Decimal97652
Binary10011001100110100
Octal1111464

Shades and tints

Shades of #094C34

#094C34
(9,76,52)
#094630
(9,70,48)
#09402C
(9,64,44)
#093A28
(9,58,40)
#093424
(9,52,36)
#092E20
(9,46,32)
#09281C
(9,40,28)
#092218
(9,34,24)
#091C14
(9,28,20)
#091610
(9,22,16)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #094C34

#094C34
(9,76,52)
#1F5C46
(31,92,70)
#356C58
(53,108,88)
#4B7C6A
(75,124,106)
#618C7C
(97,140,124)
#779C8E
(119,156,142)
#8DACA0
(141,172,160)
#A3BCB2
(163,188,178)
#B9CCC4
(185,204,196)
#CFDCD6
(207,220,214)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094C34; }

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

This text font color is #094C34.


Background Color

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

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

This div background color is #094C34.


Border color

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

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

This div border color is #094C34.


Opacity

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

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

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

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

This text has shadow with #094C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094C34 on black background.


Color preview on white background

This text has color #094C34 on white background.



Black color preview on #094C34 background

This text has black color on #094C34 background.


White color preview on #094C34 background

This text has white color on #094C34 background.