COLOR #093515

HEX: #093515
RGB: (9,53,21)

Color info

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

RGB color model

#093515 color RGB value is (9,53,21).

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

RGB channels and saturation

R 9 of 255 = 4%
G 53 of 255 = 21%
B 21 of 255 = 8%

9
53
21

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

Portions of RGB colors in percentages

R + G + B =
9 + 53 + 21 = 83 (100%)
R 9 of 83 ~ 10.84%
G 53 of 83 ~ 63.86%
B 21 of 83 ~ 25.3%

%10.84
%63.86
%25.3

CMYK color model

#093515 color CMYK value is (83,0,60,79).

  • cyan value is 83.02%
  • magenta value is 0.00%
  • yellow value is 60.38%
  • key color value is 79.22%
CMYK:
(83,0,60,79)
C83M0Y60K79 
(83%,0%,60%,79%)
(0.83/0.00/0.60/0.79)	

CMYK percentages

%83.02
%0
%60.38
%79.22

Codes

Color #093515 in popluar color models

093515
RGB95321
HSL136°70.97%12.16%
HSB/HSV136°83.02%20.78%
CMYK83.02%0.00%60.38%
79.22%

Color #093515 in popluar number systems.

HEX093515
Decimal95321
Binary100111010110101
Octal116525

Shades and tints

Shades of #093515

#093515
(9,53,21)
#093114
(9,49,20)
#092D13
(9,45,19)
#092912
(9,41,18)
#092511
(9,37,17)
#092110
(9,33,16)
#091D0F
(9,29,15)
#09190E
(9,25,14)
#09150D
(9,21,13)
#09110C
(9,17,12)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #093515

#093515
(9,53,21)
#1F472A
(31,71,42)
#35593F
(53,89,63)
#4B6B54
(75,107,84)
#617D69
(97,125,105)
#778F7E
(119,143,126)
#8DA193
(141,161,147)
#A3B3A8
(163,179,168)
#B9C5BD
(185,197,189)
#CFD7D2
(207,215,210)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093515; }

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

This text font color is #093515.


Background Color

.myBgColor { background-color: #093515; }

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

This div background color is #093515.


Border color

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

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

This div border color is #093515.


Opacity

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

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

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

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

This text has shadow with #093515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093515 on black background.


Color preview on white background

This text has color #093515 on white background.



Black color preview on #093515 background

This text has black color on #093515 background.


White color preview on #093515 background

This text has white color on #093515 background.