COLOR #093E43

HEX: #093E43
RGB: (9,62,67)

Color info

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

RGB color model

#093E43 color RGB value is (9,62,67).

  • red value is 9;
  • green value is 62;
  • blue value is 67.
RGB:
(9,62,67)
(4%,24%,26%)

RGB channels and saturation

R 9 of 255 = 4%
G 62 of 255 = 24%
B 67 of 255 = 26%

9
62
67

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

Portions of RGB colors in percentages

R + G + B =
9 + 62 + 67 = 138 (100%)
R 9 of 138 ~ 6.52%
G 62 of 138 ~ 44.93%
B 67 of 138 ~ 48.55%

%44.93
%48.55

CMYK color model

#093E43 color CMYK value is (87,7,0,74).

  • cyan value is 86.57%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(87,7,0,74)
C87M7Y0K74 
(87%,7%,0%,74%)
(0.87/0.07/0.00/0.74)	

CMYK percentages

%86.57
%7.46
%0
%73.73

Codes

Color #093E43 in popluar color models

093E43
RGB96267
HSL185°76.32%14.90%
HSB/HSV185°86.57%26.27%
CMYK86.57%7.46%0.00%
73.73%

Color #093E43 in popluar number systems.

HEX093E43
Decimal96267
Binary10011111101000011
Octal1176103

Shades and tints

Shades of #093E43

#093E43
(9,62,67)
#09393D
(9,57,61)
#093437
(9,52,55)
#092F31
(9,47,49)
#092A2B
(9,42,43)
#092525
(9,37,37)
#09201F
(9,32,31)
#091B19
(9,27,25)
#091613
(9,22,19)
#09110D
(9,17,13)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #093E43

#093E43
(9,62,67)
#1F4F54
(31,79,84)
#356065
(53,96,101)
#4B7176
(75,113,118)
#618287
(97,130,135)
#779398
(119,147,152)
#8DA4A9
(141,164,169)
#A3B5BA
(163,181,186)
#B9C6CB
(185,198,203)
#CFD7DC
(207,215,220)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093E43 color. Also use rgb(9,62,67) instead hex code.

Text Font Color

.myTextColor { color: #093E43; }

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

This text font color is #093E43.


Background Color

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

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

This div background color is #093E43.


Border color

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

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

This div border color is #093E43.


Opacity

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

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

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

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

This text has shadow with #093E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093E43 on black background.


Color preview on white background

This text has color #093E43 on white background.



Black color preview on #093E43 background

This text has black color on #093E43 background.


White color preview on #093E43 background

This text has white color on #093E43 background.