COLOR #093F22

HEX: #093F22
RGB: (9,63,34)

Color info

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

RGB color model

#093F22 color RGB value is (9,63,34).

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

RGB channels and saturation

R 9 of 255 = 4%
G 63 of 255 = 25%
B 34 of 255 = 13%

9
63
34

R + G + B ~ 14%. #093F22 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 63 + 34 = 106 (100%)
R 9 of 106 ~ 8.49%
G 63 of 106 ~ 59.43%
B 34 of 106 ~ 32.08%

%59.43
%32.08

CMYK color model

#093F22 color CMYK value is (86,0,46,75).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 46.03%
  • key color value is 75.29%
CMYK:
(86,0,46,75)
C86M0Y46K75 
(86%,0%,46%,75%)
(0.86/0.00/0.46/0.75)	

CMYK percentages

%85.71
%0
%46.03
%75.29

Codes

Color #093F22 in popluar color models

093F22
RGB96334
HSL148°75.00%14.12%
HSB/HSV148°85.71%24.71%
CMYK85.71%0.00%46.03%
75.29%

Color #093F22 in popluar number systems.

HEX093F22
Decimal96334
Binary1001111111100010
Octal117742

Shades and tints

Shades of #093F22

#093F22
(9,63,34)
#093A1F
(9,58,31)
#09351C
(9,53,28)
#093019
(9,48,25)
#092B16
(9,43,22)
#092613
(9,38,19)
#092110
(9,33,16)
#091C0D
(9,28,13)
#09170A
(9,23,10)
#091207
(9,18,7)
#090D04
(9,13,4)
#000000
(0,0,0)

Tints of #093F22

#093F22
(9,63,34)
#1F5036
(31,80,54)
#35614A
(53,97,74)
#4B725E
(75,114,94)
#618372
(97,131,114)
#779486
(119,148,134)
#8DA59A
(141,165,154)
#A3B6AE
(163,182,174)
#B9C7C2
(185,199,194)
#CFD8D6
(207,216,214)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093F22; }

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

This text font color is #093F22.


Background Color

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

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

This div background color is #093F22.


Border color

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

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

This div border color is #093F22.


Opacity

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

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

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

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

This text has shadow with #093F22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093F22 on black background.


Color preview on white background

This text has color #093F22 on white background.



Black color preview on #093F22 background

This text has black color on #093F22 background.


White color preview on #093F22 background

This text has white color on #093F22 background.