COLOR #09343A

HEX: #09343A
RGB: (9,52,58)

Color info

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

RGB color model

#09343A color RGB value is (9,52,58).

  • red value is 9;
  • green value is 52;
  • blue value is 58.
RGB:
(9,52,58)
(4%,20%,23%)

RGB channels and saturation

R 9 of 255 = 4%
G 52 of 255 = 20%
B 58 of 255 = 23%

9
52
58

R + G + B ~ 16%. #09343A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 52 + 58 = 119 (100%)
R 9 of 119 ~ 7.56%
G 52 of 119 ~ 43.7%
B 58 of 119 ~ 48.74%

%43.7
%48.74

CMYK color model

#09343A color CMYK value is (84,10,0,77).

  • cyan value is 84.48%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(84,10,0,77)
C84M10Y0K77 
(84%,10%,0%,77%)
(0.84/0.10/0.00/0.77)	

CMYK percentages

%84.48
%10.34
%0
%77.25

Codes

Color #09343A in popluar color models

09343A
RGB95258
HSL187°73.13%13.14%
HSB/HSV187°84.48%22.75%
CMYK84.48%10.34%0.00%
77.25%

Color #09343A in popluar number systems.

HEX09343A
Decimal95258
Binary1001110100111010
Octal116472

Shades and tints

Shades of #09343A

#09343A
(9,52,58)
#093035
(9,48,53)
#092C30
(9,44,48)
#09282B
(9,40,43)
#092426
(9,36,38)
#092021
(9,32,33)
#091C1C
(9,28,28)
#091817
(9,24,23)
#091412
(9,20,18)
#09100D
(9,16,13)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #09343A

#09343A
(9,52,58)
#1F464B
(31,70,75)
#35585C
(53,88,92)
#4B6A6D
(75,106,109)
#617C7E
(97,124,126)
#778E8F
(119,142,143)
#8DA0A0
(141,160,160)
#A3B2B1
(163,178,177)
#B9C4C2
(185,196,194)
#CFD6D3
(207,214,211)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09343A color. Also use rgb(9,52,58) instead hex code.

Text Font Color

.myTextColor { color: #09343A; }

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

This text font color is #09343A.


Background Color

.myBgColor { background-color: #09343A; }

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

This div background color is #09343A.


Border color

.myBorderColor { border: 1px solid #09343A; }

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

This div border color is #09343A.


Opacity

.myOpacity80 { color: #09343A; opacity: 0.8; }

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

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

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

This text has shadow with #09343A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09343A on black background.


Color preview on white background

This text has color #09343A on white background.



Black color preview on #09343A background

This text has black color on #09343A background.


White color preview on #09343A background

This text has white color on #09343A background.