COLOR #093015

HEX: #093015
RGB: (9,48,21)

Color info

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

RGB color model

#093015 color RGB value is (9,48,21).

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

RGB channels and saturation

R 9 of 255 = 4%
G 48 of 255 = 19%
B 21 of 255 = 8%

9
48
21

R + G + B ~ 10%. #093015 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 48 + 21 = 78 (100%)
R 9 of 78 ~ 11.54%
G 48 of 78 ~ 61.54%
B 21 of 78 ~ 26.92%

%11.54
%61.54
%26.92

CMYK color model

#093015 color CMYK value is (81,0,56,81).

  • cyan value is 81.25%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 81.18%
CMYK:
(81,0,56,81)
C81M0Y56K81 
(81%,0%,56%,81%)
(0.81/0.00/0.56/0.81)	

CMYK percentages

%81.25
%0
%56.25
%81.18

Codes

Color #093015 in popluar color models

093015
RGB94821
HSL138°68.42%11.18%
HSB/HSV138°81.25%18.82%
CMYK81.25%0.00%56.25%
81.18%

Color #093015 in popluar number systems.

HEX093015
Decimal94821
Binary100111000010101
Octal116025

Shades and tints

Shades of #093015

#093015
(9,48,21)
#092C14
(9,44,20)
#092813
(9,40,19)
#092412
(9,36,18)
#092011
(9,32,17)
#091C10
(9,28,16)
#09180F
(9,24,15)
#09140E
(9,20,14)
#09100D
(9,16,13)
#090C0C
(9,12,12)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #093015

#093015
(9,48,21)
#1F422A
(31,66,42)
#35543F
(53,84,63)
#4B6654
(75,102,84)
#617869
(97,120,105)
#778A7E
(119,138,126)
#8D9C93
(141,156,147)
#A3AEA8
(163,174,168)
#B9C0BD
(185,192,189)
#CFD2D2
(207,210,210)
#E5E4E7
(229,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093015; }

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

This text font color is #093015.


Background Color

.myBgColor { background-color: #093015; }

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

This div background color is #093015.


Border color

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

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

This div border color is #093015.


Opacity

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

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

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

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

This text has shadow with #093015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093015 on black background.


Color preview on white background

This text has color #093015 on white background.



Black color preview on #093015 background

This text has black color on #093015 background.


White color preview on #093015 background

This text has white color on #093015 background.