COLOR #09361C

HEX: #09361C
RGB: (9,54,28)

Color info

#09361C contains red, green and blue colors in about the same proportion. Web safe color of #09361C is #003333 (or #033).

RGB color model

#09361C color RGB value is (9,54,28).

  • red value is 9;
  • green value is 54;
  • blue value is 28.
RGB:
(9,54,28)
(4%,21%,11%)

RGB channels and saturation

R 9 of 255 = 4%
G 54 of 255 = 21%
B 28 of 255 = 11%

9
54
28

R + G + B ~ 12%. #09361C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 54 + 28 = 91 (100%)
R 9 of 91 ~ 9.89%
G 54 of 91 ~ 59.34%
B 28 of 91 ~ 30.77%

%9.89
%59.34
%30.77

CMYK color model

#09361C color CMYK value is (83,0,48,79).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 78.82%
CMYK:
(83,0,48,79)
C83M0Y48K79 
(83%,0%,48%,79%)
(0.83/0.00/0.48/0.79)	

CMYK percentages

%83.33
%0
%48.15
%78.82

Codes

Color #09361C in popluar color models

09361C
RGB95428
HSL145°71.43%12.35%
HSB/HSV145°83.33%21.18%
CMYK83.33%0.00%48.15%
78.82%

Color #09361C in popluar number systems.

HEX09361C
Decimal95428
Binary100111011011100
Octal116634

Shades and tints

Shades of #09361C

#09361C
(9,54,28)
#09321A
(9,50,26)
#092E18
(9,46,24)
#092A16
(9,42,22)
#092614
(9,38,20)
#092212
(9,34,18)
#091E10
(9,30,16)
#091A0E
(9,26,14)
#09160C
(9,22,12)
#09120A
(9,18,10)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #09361C

#09361C
(9,54,28)
#1F4830
(31,72,48)
#355A44
(53,90,68)
#4B6C58
(75,108,88)
#617E6C
(97,126,108)
#779080
(119,144,128)
#8DA294
(141,162,148)
#A3B4A8
(163,180,168)
#B9C6BC
(185,198,188)
#CFD8D0
(207,216,208)
#E5EAE4
(229,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09361C color. Also use rgb(9,54,28) instead hex code.

Text Font Color

.myTextColor { color: #09361C; }

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

This text font color is #09361C.


Background Color

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

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

This div background color is #09361C.


Border color

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

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

This div border color is #09361C.


Opacity

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

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

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

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

This text has shadow with #09361C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09361C on black background.


Color preview on white background

This text has color #09361C on white background.



Black color preview on #09361C background

This text has black color on #09361C background.


White color preview on #09361C background

This text has white color on #09361C background.