COLOR #093122

HEX: #093122
RGB: (9,49,34)

Color info

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

RGB color model

#093122 color RGB value is (9,49,34).

  • red value is 9;
  • green value is 49;
  • blue value is 34.
RGB:
(9,49,34)
(4%,19%,13%)

RGB channels and saturation

R 9 of 255 = 4%
G 49 of 255 = 19%
B 34 of 255 = 13%

9
49
34

R + G + B ~ 12%. #093122 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 49 + 34 = 92 (100%)
R 9 of 92 ~ 9.78%
G 49 of 92 ~ 53.26%
B 34 of 92 ~ 36.96%

%9.78
%53.26
%36.96

CMYK color model

#093122 color CMYK value is (82,0,31,81).

  • cyan value is 81.63%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 80.78%
CMYK:
(82,0,31,81)
C82M0Y31K81 
(82%,0%,31%,81%)
(0.82/0.00/0.31/0.81)	

CMYK percentages

%81.63
%0
%30.61
%80.78

Codes

Color #093122 in popluar color models

093122
RGB94934
HSL158°68.97%11.37%
HSB/HSV158°81.63%19.22%
CMYK81.63%0.00%30.61%
80.78%

Color #093122 in popluar number systems.

HEX093122
Decimal94934
Binary1001110001100010
Octal116142

Shades and tints

Shades of #093122

#093122
(9,49,34)
#092D1F
(9,45,31)
#09291C
(9,41,28)
#092519
(9,37,25)
#092116
(9,33,22)
#091D13
(9,29,19)
#091910
(9,25,16)
#09150D
(9,21,13)
#09110A
(9,17,10)
#090D07
(9,13,7)
#090904
(9,9,4)
#000000
(0,0,0)

Tints of #093122

#093122
(9,49,34)
#1F4336
(31,67,54)
#35554A
(53,85,74)
#4B675E
(75,103,94)
#617972
(97,121,114)
#778B86
(119,139,134)
#8D9D9A
(141,157,154)
#A3AFAE
(163,175,174)
#B9C1C2
(185,193,194)
#CFD3D6
(207,211,214)
#E5E5EA
(229,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093122 color. Also use rgb(9,49,34) instead hex code.

Text Font Color

.myTextColor { color: #093122; }

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

This text font color is #093122.


Background Color

.myBgColor { background-color: #093122; }

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

This div background color is #093122.


Border color

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

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

This div border color is #093122.


Opacity

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

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

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

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

This text has shadow with #093122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093122 on black background.


Color preview on white background

This text has color #093122 on white background.



Black color preview on #093122 background

This text has black color on #093122 background.


White color preview on #093122 background

This text has white color on #093122 background.