COLOR #093941

HEX: #093941
RGB: (9,57,65)

Color info

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

RGB color model

#093941 color RGB value is (9,57,65).

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

RGB channels and saturation

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

9
57
65

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

Portions of RGB colors in percentages

R + G + B =
9 + 57 + 65 = 131 (100%)
R 9 of 131 ~ 6.87%
G 57 of 131 ~ 43.51%
B 65 of 131 ~ 49.62%

%43.51
%49.62

CMYK color model

#093941 color CMYK value is (86,12,0,75).

  • cyan value is 86.15%
  • magenta value is 12.31%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(86,12,0,75)
C86M12Y0K75 
(86%,12%,0%,75%)
(0.86/0.12/0.00/0.75)	

CMYK percentages

%86.15
%12.31
%0
%74.51

Codes

Color #093941 in popluar color models

093941
RGB95765
HSL189°75.68%14.51%
HSB/HSV189°86.15%25.49%
CMYK86.15%12.31%0.00%
74.51%

Color #093941 in popluar number systems.

HEX093941
Decimal95765
Binary10011110011000001
Octal1171101

Shades and tints

Shades of #093941

#093941
(9,57,65)
#09343C
(9,52,60)
#092F37
(9,47,55)
#092A32
(9,42,50)
#09252D
(9,37,45)
#092028
(9,32,40)
#091B23
(9,27,35)
#09161E
(9,22,30)
#091119
(9,17,25)
#090C14
(9,12,20)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #093941

#093941
(9,57,65)
#1F4B52
(31,75,82)
#355D63
(53,93,99)
#4B6F74
(75,111,116)
#618185
(97,129,133)
#779396
(119,147,150)
#8DA5A7
(141,165,167)
#A3B7B8
(163,183,184)
#B9C9C9
(185,201,201)
#CFDBDA
(207,219,218)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093941; }

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

This text font color is #093941.


Background Color

.myBgColor { background-color: #093941; }

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

This div background color is #093941.


Border color

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

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

This div border color is #093941.


Opacity

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

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

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

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

This text has shadow with #093941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093941 on black background.


Color preview on white background

This text has color #093941 on white background.



Black color preview on #093941 background

This text has black color on #093941 background.


White color preview on #093941 background

This text has white color on #093941 background.