COLOR #093F42

HEX: #093F42
RGB: (9,63,66)

Color info

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

RGB color model

#093F42 color RGB value is (9,63,66).

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

RGB channels and saturation

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

9
63
66

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

Portions of RGB colors in percentages

R + G + B =
9 + 63 + 66 = 138 (100%)
R 9 of 138 ~ 6.52%
G 63 of 138 ~ 45.65%
B 66 of 138 ~ 47.83%

%45.65
%47.83

CMYK color model

#093F42 color CMYK value is (86,5,0,74).

  • cyan value is 86.36%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(86,5,0,74)
C86M5Y0K74 
(86%,5%,0%,74%)
(0.86/0.05/0.00/0.74)	

CMYK percentages

%86.36
%4.55
%0
%74.12

Codes

Color #093F42 in popluar color models

093F42
RGB96366
HSL183°76.00%14.71%
HSB/HSV183°86.36%25.88%
CMYK86.36%4.55%0.00%
74.12%

Color #093F42 in popluar number systems.

HEX093F42
Decimal96366
Binary10011111111000010
Octal1177102

Shades and tints

Shades of #093F42

#093F42
(9,63,66)
#093A3C
(9,58,60)
#093536
(9,53,54)
#093030
(9,48,48)
#092B2A
(9,43,42)
#092624
(9,38,36)
#09211E
(9,33,30)
#091C18
(9,28,24)
#091712
(9,23,18)
#09120C
(9,18,12)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #093F42

#093F42
(9,63,66)
#1F5053
(31,80,83)
#356164
(53,97,100)
#4B7275
(75,114,117)
#618386
(97,131,134)
#779497
(119,148,151)
#8DA5A8
(141,165,168)
#A3B6B9
(163,182,185)
#B9C7CA
(185,199,202)
#CFD8DB
(207,216,219)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093F42; }

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

This text font color is #093F42.


Background Color

.myBgColor { background-color: #093F42; }

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

This div background color is #093F42.


Border color

.myBorderColor { border: 1px solid #093F42; }

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

This div border color is #093F42.


Opacity

.myOpacity80 { color: #093F42; opacity: 0.8; }

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

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

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

This text has shadow with #093F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093F42 on black background.


Color preview on white background

This text has color #093F42 on white background.



Black color preview on #093F42 background

This text has black color on #093F42 background.


White color preview on #093F42 background

This text has white color on #093F42 background.