COLOR #093416

HEX: #093416
RGB: (9,52,22)

Color info

#093416 contains red, green and blue colors in about the same proportion. Web safe color of #093416 is #003300 (or #030).

RGB color model

#093416 color RGB value is (9,52,22).

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

RGB channels and saturation

R 9 of 255 = 4%
G 52 of 255 = 20%
B 22 of 255 = 9%

9
52
22

R + G + B ~ 11%. #093416 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 52 + 22 = 83 (100%)
R 9 of 83 ~ 10.84%
G 52 of 83 ~ 62.65%
B 22 of 83 ~ 26.51%

%10.84
%62.65
%26.51

CMYK color model

#093416 color CMYK value is (83,0,58,80).

  • cyan value is 82.69%
  • magenta value is 0.00%
  • yellow value is 57.69%
  • key color value is 79.61%
CMYK:
(83,0,58,80)
C83M0Y58K80 
(83%,0%,58%,80%)
(0.83/0.00/0.58/0.80)	

CMYK percentages

%82.69
%0
%57.69
%79.61

Codes

Color #093416 in popluar color models

093416
RGB95222
HSL138°70.49%11.96%
HSB/HSV138°82.69%20.39%
CMYK82.69%0.00%57.69%
79.61%

Color #093416 in popluar number systems.

HEX093416
Decimal95222
Binary100111010010110
Octal116426

Shades and tints

Shades of #093416

#093416
(9,52,22)
#093014
(9,48,20)
#092C12
(9,44,18)
#092810
(9,40,16)
#09240E
(9,36,14)
#09200C
(9,32,12)
#091C0A
(9,28,10)
#091808
(9,24,8)
#091406
(9,20,6)
#091004
(9,16,4)
#090C02
(9,12,2)
#000000
(0,0,0)

Tints of #093416

#093416
(9,52,22)
#1F462B
(31,70,43)
#355840
(53,88,64)
#4B6A55
(75,106,85)
#617C6A
(97,124,106)
#778E7F
(119,142,127)
#8DA094
(141,160,148)
#A3B2A9
(163,178,169)
#B9C4BE
(185,196,190)
#CFD6D3
(207,214,211)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093416; }

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

This text font color is #093416.


Background Color

.myBgColor { background-color: #093416; }

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

This div background color is #093416.


Border color

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

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

This div border color is #093416.


Opacity

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

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

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

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

This text has shadow with #093416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093416 on black background.


Color preview on white background

This text has color #093416 on white background.



Black color preview on #093416 background

This text has black color on #093416 background.


White color preview on #093416 background

This text has white color on #093416 background.