COLOR #09352C

HEX: #09352C
RGB: (9,53,44)

Color info

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

RGB color model

#09352C color RGB value is (9,53,44).

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

RGB channels and saturation

R 9 of 255 = 4%
G 53 of 255 = 21%
B 44 of 255 = 17%

9
53
44

R + G + B ~ 14%. #09352C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 53 + 44 = 106 (100%)
R 9 of 106 ~ 8.49%
G 53 of 106 ~ 50%
B 44 of 106 ~ 41.51%

%50
%41.51

CMYK color model

#09352C color CMYK value is (83,0,17,79).

  • cyan value is 83.02%
  • magenta value is 0.00%
  • yellow value is 16.98%
  • key color value is 79.22%
CMYK:
(83,0,17,79)
C83M0Y17K79 
(83%,0%,17%,79%)
(0.83/0.00/0.17/0.79)	

CMYK percentages

%83.02
%0
%16.98
%79.22

Codes

Color #09352C in popluar color models

09352C
RGB95344
HSL168°70.97%12.16%
HSB/HSV168°83.02%20.78%
CMYK83.02%0.00%16.98%
79.22%

Color #09352C in popluar number systems.

HEX09352C
Decimal95344
Binary1001110101101100
Octal116554

Shades and tints

Shades of #09352C

#09352C
(9,53,44)
#093128
(9,49,40)
#092D24
(9,45,36)
#092920
(9,41,32)
#09251C
(9,37,28)
#092118
(9,33,24)
#091D14
(9,29,20)
#091910
(9,25,16)
#09150C
(9,21,12)
#091108
(9,17,8)
#090D04
(9,13,4)
#000000
(0,0,0)

Tints of #09352C

#09352C
(9,53,44)
#1F473F
(31,71,63)
#355952
(53,89,82)
#4B6B65
(75,107,101)
#617D78
(97,125,120)
#778F8B
(119,143,139)
#8DA19E
(141,161,158)
#A3B3B1
(163,179,177)
#B9C5C4
(185,197,196)
#CFD7D7
(207,215,215)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09352C; }

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

This text font color is #09352C.


Background Color

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

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

This div background color is #09352C.


Border color

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

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

This div border color is #09352C.


Opacity

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

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

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

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

This text has shadow with #09352C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09352C on black background.


Color preview on white background

This text has color #09352C on white background.



Black color preview on #09352C background

This text has black color on #09352C background.


White color preview on #09352C background

This text has white color on #09352C background.