COLOR #09232B

HEX: #09232B
RGB: (9,35,43)

Color info

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

RGB color model

#09232B color RGB value is (9,35,43).

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

RGB channels and saturation

R 9 of 255 = 4%
G 35 of 255 = 14%
B 43 of 255 = 17%

9
35
43

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

Portions of RGB colors in percentages

R + G + B =
9 + 35 + 43 = 87 (100%)
R 9 of 87 ~ 10.34%
G 35 of 87 ~ 40.23%
B 43 of 87 ~ 49.43%

%10.34
%40.23
%49.43

CMYK color model

#09232B color CMYK value is (79,19,0,83).

  • cyan value is 79.07%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(79,19,0,83)
C79M19Y0K83 
(79%,19%,0%,83%)
(0.79/0.19/0.00/0.83)	

CMYK percentages

%79.07
%18.6
%0
%83.14

Codes

Color #09232B in popluar color models

09232B
RGB93543
HSL194°65.38%10.20%
HSB/HSV194°79.07%16.86%
CMYK79.07%18.60%0.00%
83.14%

Color #09232B in popluar number systems.

HEX09232B
Decimal93543
Binary1001100011101011
Octal114353

Shades and tints

Shades of #09232B

#09232B
(9,35,43)
#092028
(9,32,40)
#091D25
(9,29,37)
#091A22
(9,26,34)
#09171F
(9,23,31)
#09141C
(9,20,28)
#091119
(9,17,25)
#090E16
(9,14,22)
#090B13
(9,11,19)
#090810
(9,8,16)
#09050D
(9,5,13)
#000000
(0,0,0)

Tints of #09232B

#09232B
(9,35,43)
#1F373E
(31,55,62)
#354B51
(53,75,81)
#4B5F64
(75,95,100)
#617377
(97,115,119)
#77878A
(119,135,138)
#8D9B9D
(141,155,157)
#A3AFB0
(163,175,176)
#B9C3C3
(185,195,195)
#CFD7D6
(207,215,214)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09232B color. Also use rgb(9,35,43) instead hex code.

Text Font Color

.myTextColor { color: #09232B; }

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

This text font color is #09232B.


Background Color

.myBgColor { background-color: #09232B; }

<div style="background-color:#09232B">Inner text</div>

This div background color is #09232B.


Border color

.myBorderColor { border: 1px solid #09232B; }

<div style="border:3px solid #09232B">Div</div>

This div border color is #09232B.


Opacity

.myOpacity80 { color: #09232B; opacity: 0.8; }

<p style="color:#09232B;opacity:0.8;">80%</p>

Text with #09232B 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 #09232B;}

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

This text has shadow with #09232B color.

.textShadow {text-shadow: 3px 3px 1px #09232B, 3px 3px 1px red;}

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

This text has shadow with #09232B primary color and red secondary color.


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

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

This text has shadow with #09232B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09232B on black background.


Color preview on white background

This text has color #09232B on white background.



Black color preview on #09232B background

This text has black color on #09232B background.


White color preview on #09232B background

This text has white color on #09232B background.