COLOR #093016

HEX: #093016
RGB: (9,48,22)

Color info

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

RGB color model

#093016 color RGB value is (9,48,22).

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

RGB channels and saturation

R 9 of 255 = 4%
G 48 of 255 = 19%
B 22 of 255 = 9%

9
48
22

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

Portions of RGB colors in percentages

R + G + B =
9 + 48 + 22 = 79 (100%)
R 9 of 79 ~ 11.39%
G 48 of 79 ~ 60.76%
B 22 of 79 ~ 27.85%

%11.39
%60.76
%27.85

CMYK color model

#093016 color CMYK value is (81,0,54,81).

  • cyan value is 81.25%
  • magenta value is 0.00%
  • yellow value is 54.17%
  • key color value is 81.18%
CMYK:
(81,0,54,81)
C81M0Y54K81 
(81%,0%,54%,81%)
(0.81/0.00/0.54/0.81)	

CMYK percentages

%81.25
%0
%54.17
%81.18

Codes

Color #093016 in popluar color models

093016
RGB94822
HSL140°68.42%11.18%
HSB/HSV140°81.25%18.82%
CMYK81.25%0.00%54.17%
81.18%

Color #093016 in popluar number systems.

HEX093016
Decimal94822
Binary100111000010110
Octal116026

Shades and tints

Shades of #093016

#093016
(9,48,22)
#092C14
(9,44,20)
#092812
(9,40,18)
#092410
(9,36,16)
#09200E
(9,32,14)
#091C0C
(9,28,12)
#09180A
(9,24,10)
#091408
(9,20,8)
#091006
(9,16,6)
#090C04
(9,12,4)
#090802
(9,8,2)
#000000
(0,0,0)

Tints of #093016

#093016
(9,48,22)
#1F422B
(31,66,43)
#355440
(53,84,64)
#4B6655
(75,102,85)
#61786A
(97,120,106)
#778A7F
(119,138,127)
#8D9C94
(141,156,148)
#A3AEA9
(163,174,169)
#B9C0BE
(185,192,190)
#CFD2D3
(207,210,211)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093016; }

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

This text font color is #093016.


Background Color

.myBgColor { background-color: #093016; }

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

This div background color is #093016.


Border color

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

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

This div border color is #093016.


Opacity

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

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

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

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

This text has shadow with #093016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093016 on black background.


Color preview on white background

This text has color #093016 on white background.



Black color preview on #093016 background

This text has black color on #093016 background.


White color preview on #093016 background

This text has white color on #093016 background.