COLOR #094142

HEX: #094142
RGB: (9,65,66)

Color info

#094142 contains red, green and blue colors in about the same proportion. Web safe color of #094142 is #003333 (or #033).

RGB color model

#094142 color RGB value is (9,65,66).

  • red value is 9;
  • green value is 65;
  • blue value is 66.
RGB:
(9,65,66)
(4%,25%,26%)

RGB channels and saturation

R 9 of 255 = 4%
G 65 of 255 = 25%
B 66 of 255 = 26%

9
65
66

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

Portions of RGB colors in percentages

R + G + B =
9 + 65 + 66 = 140 (100%)
R 9 of 140 ~ 6.43%
G 65 of 140 ~ 46.43%
B 66 of 140 ~ 47.14%

%46.43
%47.14

CMYK color model

#094142 color CMYK value is (86,2,0,74).

  • cyan value is 86.36%
  • magenta value is 1.52%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(86,2,0,74)
C86M2Y0K74 
(86%,2%,0%,74%)
(0.86/0.02/0.00/0.74)	

CMYK percentages

%86.36
%1.52
%0
%74.12

Codes

Color #094142 in popluar color models

094142
RGB96566
HSL181°76.00%14.71%
HSB/HSV181°86.36%25.88%
CMYK86.36%1.52%0.00%
74.12%

Color #094142 in popluar number systems.

HEX094142
Decimal96566
Binary100110000011000010
Octal11101102

Shades and tints

Shades of #094142

#094142
(9,65,66)
#093C3C
(9,60,60)
#093736
(9,55,54)
#093230
(9,50,48)
#092D2A
(9,45,42)
#092824
(9,40,36)
#09231E
(9,35,30)
#091E18
(9,30,24)
#091912
(9,25,18)
#09140C
(9,20,12)
#090F06
(9,15,6)
#000000
(0,0,0)

Tints of #094142

#094142
(9,65,66)
#1F5253
(31,82,83)
#356364
(53,99,100)
#4B7475
(75,116,117)
#618586
(97,133,134)
#779697
(119,150,151)
#8DA7A8
(141,167,168)
#A3B8B9
(163,184,185)
#B9C9CA
(185,201,202)
#CFDADB
(207,218,219)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094142 color. Also use rgb(9,65,66) instead hex code.

Text Font Color

.myTextColor { color: #094142; }

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

This text font color is #094142.


Background Color

.myBgColor { background-color: #094142; }

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

This div background color is #094142.


Border color

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

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

This div border color is #094142.


Opacity

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

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

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

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

This text has shadow with #094142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094142 on black background.


Color preview on white background

This text has color #094142 on white background.



Black color preview on #094142 background

This text has black color on #094142 background.


White color preview on #094142 background

This text has white color on #094142 background.