COLOR #09350C

HEX: #09350C
RGB: (9,53,12)

Color info

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

RGB color model

#09350C color RGB value is (9,53,12).

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

RGB channels and saturation

R 9 of 255 = 4%
G 53 of 255 = 21%
B 12 of 255 = 5%

9
53
12

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

Portions of RGB colors in percentages

R + G + B =
9 + 53 + 12 = 74 (100%)
R 9 of 74 ~ 12.16%
G 53 of 74 ~ 71.62%
B 12 of 74 ~ 16.22%

%12.16
%71.62
%16.22

CMYK color model

#09350C color CMYK value is (83,0,77,79).

  • cyan value is 83.02%
  • magenta value is 0.00%
  • yellow value is 77.36%
  • key color value is 79.22%
CMYK:
(83,0,77,79)
C83M0Y77K79 
(83%,0%,77%,79%)
(0.83/0.00/0.77/0.79)	

CMYK percentages

%83.02
%0
%77.36
%79.22

Codes

Color #09350C in popluar color models

09350C
RGB95312
HSL124°70.97%12.16%
HSB/HSV124°83.02%20.78%
CMYK83.02%0.00%77.36%
79.22%

Color #09350C in popluar number systems.

HEX09350C
Decimal95312
Binary10011101011100
Octal116514

Shades and tints

Shades of #09350C

#09350C
(9,53,12)
#09310B
(9,49,11)
#092D0A
(9,45,10)
#092909
(9,41,9)
#092508
(9,37,8)
#092107
(9,33,7)
#091D06
(9,29,6)
#091905
(9,25,5)
#091504
(9,21,4)
#091103
(9,17,3)
#090D02
(9,13,2)
#000000
(0,0,0)

Tints of #09350C

#09350C
(9,53,12)
#1F4722
(31,71,34)
#355938
(53,89,56)
#4B6B4E
(75,107,78)
#617D64
(97,125,100)
#778F7A
(119,143,122)
#8DA190
(141,161,144)
#A3B3A6
(163,179,166)
#B9C5BC
(185,197,188)
#CFD7D2
(207,215,210)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09350C; }

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

This text font color is #09350C.


Background Color

.myBgColor { background-color: #09350C; }

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

This div background color is #09350C.


Border color

.myBorderColor { border: 1px solid #09350C; }

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

This div border color is #09350C.


Opacity

.myOpacity80 { color: #09350C; opacity: 0.8; }

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

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

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

This text has shadow with #09350C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09350C on black background.


Color preview on white background

This text has color #09350C on white background.



Black color preview on #09350C background

This text has black color on #09350C background.


White color preview on #09350C background

This text has white color on #09350C background.