COLOR #093940

HEX: #093940
RGB: (9,57,64)

Color info

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

RGB color model

#093940 color RGB value is (9,57,64).

  • red value is 9;
  • green value is 57;
  • blue value is 64.
RGB:
(9,57,64)
(4%,22%,25%)

RGB channels and saturation

R 9 of 255 = 4%
G 57 of 255 = 22%
B 64 of 255 = 25%

9
57
64

R + G + B ~ 17%. #093940 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 57 + 64 = 130 (100%)
R 9 of 130 ~ 6.92%
G 57 of 130 ~ 43.85%
B 64 of 130 ~ 49.23%

%43.85
%49.23

CMYK color model

#093940 color CMYK value is (86,11,0,75).

  • cyan value is 85.94%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(86,11,0,75)
C86M11Y0K75 
(86%,11%,0%,75%)
(0.86/0.11/0.00/0.75)	

CMYK percentages

%85.94
%10.94
%0
%74.9

Codes

Color #093940 in popluar color models

093940
RGB95764
HSL188°75.34%14.31%
HSB/HSV188°85.94%25.10%
CMYK85.94%10.94%0.00%
74.90%

Color #093940 in popluar number systems.

HEX093940
Decimal95764
Binary10011110011000000
Octal1171100

Shades and tints

Shades of #093940

#093940
(9,57,64)
#09343B
(9,52,59)
#092F36
(9,47,54)
#092A31
(9,42,49)
#09252C
(9,37,44)
#092027
(9,32,39)
#091B22
(9,27,34)
#09161D
(9,22,29)
#091118
(9,17,24)
#090C13
(9,12,19)
#09070E
(9,7,14)
#000000
(0,0,0)

Tints of #093940

#093940
(9,57,64)
#1F4B51
(31,75,81)
#355D62
(53,93,98)
#4B6F73
(75,111,115)
#618184
(97,129,132)
#779395
(119,147,149)
#8DA5A6
(141,165,166)
#A3B7B7
(163,183,183)
#B9C9C8
(185,201,200)
#CFDBD9
(207,219,217)
#E5EDEA
(229,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093940 color. Also use rgb(9,57,64) instead hex code.

Text Font Color

.myTextColor { color: #093940; }

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

This text font color is #093940.


Background Color

.myBgColor { background-color: #093940; }

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

This div background color is #093940.


Border color

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

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

This div border color is #093940.


Opacity

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

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

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

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

This text has shadow with #093940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093940 on black background.


Color preview on white background

This text has color #093940 on white background.



Black color preview on #093940 background

This text has black color on #093940 background.


White color preview on #093940 background

This text has white color on #093940 background.