COLOR #09232A

HEX: #09232A
RGB: (9,35,42)

Color info

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

RGB color model

#09232A color RGB value is (9,35,42).

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

RGB channels and saturation

R 9 of 255 = 4%
G 35 of 255 = 14%
B 42 of 255 = 16%

9
35
42

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

Portions of RGB colors in percentages

R + G + B =
9 + 35 + 42 = 86 (100%)
R 9 of 86 ~ 10.47%
G 35 of 86 ~ 40.7%
B 42 of 86 ~ 48.84%

%10.47
%40.7
%48.84

CMYK color model

#09232A color CMYK value is (79,17,0,84).

  • cyan value is 78.57%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(79,17,0,84)
C79M17Y0K84 
(79%,17%,0%,84%)
(0.79/0.17/0.00/0.84)	

CMYK percentages

%78.57
%16.67
%0
%83.53

Codes

Color #09232A in popluar color models

09232A
RGB93542
HSL193°64.71%10.00%
HSB/HSV193°78.57%16.47%
CMYK78.57%16.67%0.00%
83.53%

Color #09232A in popluar number systems.

HEX09232A
Decimal93542
Binary1001100011101010
Octal114352

Shades and tints

Shades of #09232A

#09232A
(9,35,42)
#092027
(9,32,39)
#091D24
(9,29,36)
#091A21
(9,26,33)
#09171E
(9,23,30)
#09141B
(9,20,27)
#091118
(9,17,24)
#090E15
(9,14,21)
#090B12
(9,11,18)
#09080F
(9,8,15)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #09232A

#09232A
(9,35,42)
#1F373D
(31,55,61)
#354B50
(53,75,80)
#4B5F63
(75,95,99)
#617376
(97,115,118)
#778789
(119,135,137)
#8D9B9C
(141,155,156)
#A3AFAF
(163,175,175)
#B9C3C2
(185,195,194)
#CFD7D5
(207,215,213)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09232A; }

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

This text font color is #09232A.


Background Color

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

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

This div background color is #09232A.


Border color

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

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

This div border color is #09232A.


Opacity

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

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

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

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

This text has shadow with #09232A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09232A on black background.


Color preview on white background

This text has color #09232A on white background.



Black color preview on #09232A background

This text has black color on #09232A background.


White color preview on #09232A background

This text has white color on #09232A background.