COLOR #09402E

HEX: #09402E
RGB: (9,64,46)

Color info

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

RGB color model

#09402E color RGB value is (9,64,46).

  • red value is 9;
  • green value is 64;
  • blue value is 46.
RGB:
(9,64,46)
(4%,25%,18%)

RGB channels and saturation

R 9 of 255 = 4%
G 64 of 255 = 25%
B 46 of 255 = 18%

9
64
46

R + G + B ~ 16%. #09402E is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 64 + 46 = 119 (100%)
R 9 of 119 ~ 7.56%
G 64 of 119 ~ 53.78%
B 46 of 119 ~ 38.66%

%53.78
%38.66

CMYK color model

#09402E color CMYK value is (86,0,28,75).

  • cyan value is 85.94%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 74.90%
CMYK:
(86,0,28,75)
C86M0Y28K75 
(86%,0%,28%,75%)
(0.86/0.00/0.28/0.75)	

CMYK percentages

%85.94
%0
%28.13
%74.9

Codes

Color #09402E in popluar color models

09402E
RGB96446
HSL160°75.34%14.31%
HSB/HSV160°85.94%25.10%
CMYK85.94%0.00%28.13%
74.90%

Color #09402E in popluar number systems.

HEX09402E
Decimal96446
Binary10011000000101110
Octal1110056

Shades and tints

Shades of #09402E

#09402E
(9,64,46)
#093B2A
(9,59,42)
#093626
(9,54,38)
#093122
(9,49,34)
#092C1E
(9,44,30)
#09271A
(9,39,26)
#092216
(9,34,22)
#091D12
(9,29,18)
#09180E
(9,24,14)
#09130A
(9,19,10)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #09402E

#09402E
(9,64,46)
#1F5141
(31,81,65)
#356254
(53,98,84)
#4B7367
(75,115,103)
#61847A
(97,132,122)
#77958D
(119,149,141)
#8DA6A0
(141,166,160)
#A3B7B3
(163,183,179)
#B9C8C6
(185,200,198)
#CFD9D9
(207,217,217)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09402E color. Also use rgb(9,64,46) instead hex code.

Text Font Color

.myTextColor { color: #09402E; }

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

This text font color is #09402E.


Background Color

.myBgColor { background-color: #09402E; }

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

This div background color is #09402E.


Border color

.myBorderColor { border: 1px solid #09402E; }

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

This div border color is #09402E.


Opacity

.myOpacity80 { color: #09402E; opacity: 0.8; }

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

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

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

This text has shadow with #09402E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09402E on black background.


Color preview on white background

This text has color #09402E on white background.



Black color preview on #09402E background

This text has black color on #09402E background.


White color preview on #09402E background

This text has white color on #09402E background.