COLOR #094C61

HEX: #094C61
RGB: (9,76,97)

Color info

#094C61 contains mainly green and blue colors. Web safe color of #094C61 is #003366 (or #036).

RGB color model

#094C61 color RGB value is (9,76,97).

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

RGB channels and saturation

R 9 of 255 = 4%
G 76 of 255 = 30%
B 97 of 255 = 38%

9
76
97

R + G + B ~ 24%. #094C61 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 76 + 97 = 182 (100%)
R 9 of 182 ~ 4.95%
G 76 of 182 ~ 41.76%
B 97 of 182 ~ 53.3%

%41.76
%53.3

CMYK color model

#094C61 color CMYK value is (91,22,0,62).

  • cyan value is 90.72%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(91,22,0,62)
C91M22Y0K62 
(91%,22%,0%,62%)
(0.91/0.22/0.00/0.62)	

CMYK percentages

%90.72
%21.65
%0
%61.96

Codes

Color #094C61 in popluar color models

094C61
RGB97697
HSL194°83.02%20.78%
HSB/HSV194°90.72%38.04%
CMYK90.72%21.65%0.00%
61.96%

Color #094C61 in popluar number systems.

HEX094C61
Decimal97697
Binary100110011001100001
Octal11114141

Shades and tints

Shades of #094C61

#094C61
(9,76,97)
#094659
(9,70,89)
#094051
(9,64,81)
#093A49
(9,58,73)
#093441
(9,52,65)
#092E39
(9,46,57)
#092831
(9,40,49)
#092229
(9,34,41)
#091C21
(9,28,33)
#091619
(9,22,25)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #094C61

#094C61
(9,76,97)
#1F5C6F
(31,92,111)
#356C7D
(53,108,125)
#4B7C8B
(75,124,139)
#618C99
(97,140,153)
#779CA7
(119,156,167)
#8DACB5
(141,172,181)
#A3BCC3
(163,188,195)
#B9CCD1
(185,204,209)
#CFDCDF
(207,220,223)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094C61; }

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

This text font color is #094C61.


Background Color

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

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

This div background color is #094C61.


Border color

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

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

This div border color is #094C61.


Opacity

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

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

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

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

This text has shadow with #094C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094C61 on black background.


Color preview on white background

This text has color #094C61 on white background.



Black color preview on #094C61 background

This text has black color on #094C61 background.


White color preview on #094C61 background

This text has white color on #094C61 background.