COLOR #09231D

HEX: #09231D
RGB: (9,35,29)

Color info

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

RGB color model

#09231D color RGB value is (9,35,29).

  • red value is 9;
  • green value is 35;
  • blue value is 29.
RGB:
(9,35,29)
(4%,14%,11%)

RGB channels and saturation

R 9 of 255 = 4%
G 35 of 255 = 14%
B 29 of 255 = 11%

9
35
29

R + G + B ~ 10%. #09231D is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 35 + 29 = 73 (100%)
R 9 of 73 ~ 12.33%
G 35 of 73 ~ 47.95%
B 29 of 73 ~ 39.73%

%12.33
%47.95
%39.73

CMYK color model

#09231D color CMYK value is (74,0,17,86).

  • cyan value is 74.29%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 86.27%
CMYK:
(74,0,17,86)
C74M0Y17K86 
(74%,0%,17%,86%)
(0.74/0.00/0.17/0.86)	

CMYK percentages

%74.29
%0
%17.14
%86.27

Codes

Color #09231D in popluar color models

09231D
RGB93529
HSL166°59.09%8.63%
HSB/HSV166°74.29%13.73%
CMYK74.29%0.00%17.14%
86.27%

Color #09231D in popluar number systems.

HEX09231D
Decimal93529
Binary100110001111101
Octal114335

Shades and tints

Shades of #09231D

#09231D
(9,35,29)
#09201B
(9,32,27)
#091D19
(9,29,25)
#091A17
(9,26,23)
#091715
(9,23,21)
#091413
(9,20,19)
#091111
(9,17,17)
#090E0F
(9,14,15)
#090B0D
(9,11,13)
#09080B
(9,8,11)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #09231D

#09231D
(9,35,29)
#1F3731
(31,55,49)
#354B45
(53,75,69)
#4B5F59
(75,95,89)
#61736D
(97,115,109)
#778781
(119,135,129)
#8D9B95
(141,155,149)
#A3AFA9
(163,175,169)
#B9C3BD
(185,195,189)
#CFD7D1
(207,215,209)
#E5EBE5
(229,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09231D color. Also use rgb(9,35,29) instead hex code.

Text Font Color

.myTextColor { color: #09231D; }

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

This text font color is #09231D.


Background Color

.myBgColor { background-color: #09231D; }

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

This div background color is #09231D.


Border color

.myBorderColor { border: 1px solid #09231D; }

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

This div border color is #09231D.


Opacity

.myOpacity80 { color: #09231D; opacity: 0.8; }

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

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

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

This text has shadow with #09231D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09231D on black background.


Color preview on white background

This text has color #09231D on white background.



Black color preview on #09231D background

This text has black color on #09231D background.


White color preview on #09231D background

This text has white color on #09231D background.