COLOR #092B03

HEX: #092B03
RGB: (9,43,3)

Color info

#092B03 contains red, green and blue colors in about the same proportion. Web safe color of #092B03 is #003300 (or #030).

RGB color model

#092B03 color RGB value is (9,43,3).

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

RGB channels and saturation

R 9 of 255 = 4%
G 43 of 255 = 17%
B 3 of 255 = 1%

9
43
3

R + G + B ~ 7%. #092B03 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 43 + 3 = 55 (100%)
R 9 of 55 ~ 16.36%
G 43 of 55 ~ 78.18%
B 3 of 55 ~ 5.45%

%16.36
%78.18

CMYK color model

#092B03 color CMYK value is (79,0,93,83).

  • cyan value is 79.07%
  • magenta value is 0.00%
  • yellow value is 93.02%
  • key color value is 83.14%
CMYK:
(79,0,93,83)
C79M0Y93K83 
(79%,0%,93%,83%)
(0.79/0.00/0.93/0.83)	

CMYK percentages

%79.07
%0
%93.02
%83.14

Codes

Color #092B03 in popluar color models

092B03
RGB9433
HSL111°86.96%9.02%
HSB/HSV111°93.02%16.86%
CMYK79.07%0.00%93.02%
83.14%

Color #092B03 in popluar number systems.

HEX092B03
Decimal9433
Binary100110101111
Octal11533

Shades and tints

Shades of #092B03

#092B03
(9,43,3)
#092803
(9,40,3)
#092503
(9,37,3)
#092203
(9,34,3)
#091F03
(9,31,3)
#091C03
(9,28,3)
#091903
(9,25,3)
#091603
(9,22,3)
#091303
(9,19,3)
#091003
(9,16,3)
#090D03
(9,13,3)
#000000
(0,0,0)

Tints of #092B03

#092B03
(9,43,3)
#1F3E19
(31,62,25)
#35512F
(53,81,47)
#4B6445
(75,100,69)
#61775B
(97,119,91)
#778A71
(119,138,113)
#8D9D87
(141,157,135)
#A3B09D
(163,176,157)
#B9C3B3
(185,195,179)
#CFD6C9
(207,214,201)
#E5E9DF
(229,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092B03 color. Also use rgb(9,43,3) instead hex code.

Text Font Color

.myTextColor { color: #092B03; }

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

This text font color is #092B03.


Background Color

.myBgColor { background-color: #092B03; }

<div style="background-color:#092B03">Inner text</div>

This div background color is #092B03.


Border color

.myBorderColor { border: 1px solid #092B03; }

<div style="border:3px solid #092B03">Div</div>

This div border color is #092B03.


Opacity

.myOpacity80 { color: #092B03; opacity: 0.8; }

<p style="color:#092B03;opacity:0.8;">80%</p>

Text with #092B03 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 #092B03;}

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

This text has shadow with #092B03 color.

.textShadow {text-shadow: 3px 3px 1px #092B03, 3px 3px 1px red;}

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

This text has shadow with #092B03 primary color and red secondary color.


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

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

This text has shadow with #092B03 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092B03 on black background.


Color preview on white background

This text has color #092B03 on white background.



Black color preview on #092B03 background

This text has black color on #092B03 background.


White color preview on #092B03 background

This text has white color on #092B03 background.