COLOR #092D30

HEX: #092D30 RGB: (9,45,48)

Color info

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

RGB color model

#092D30 color RGB value is (9,45,48).

RGB: (9,45,48) (4%, 18%, 19%)

RGB channels and saturation

R 9 of 255 = 4%
G 45 of 255 = 18%
B 48 of 255 = 19%

9
45
48

R + G + B ~ 14%. #092D30 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 45 + 48 = 102 (100%)
R 9 of 102 ~ 8.82%
G 45 of 102 ~ 44.12%
B 48 of 102 ~ 47.06'%

%44.12
%47.06

CMYK color model

#092D30 color CMYK value is (81,6,0,81).

  • cyan value is 81.25%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 81.18%

CMYK: (81,6,0,81)
C81M6Y0K81 (81%, 6%, 0%, 81%)
(0.81 / 0.06 / 0.00 / 0.81)

CMYK percentages

%81.25
%6.25
%0
%81.18

Codes

Color #092D30 in popluar color models

09 2D 30
RGB 9 45 48
HSL 185° 68.42% 11.18%
HSB/HSV 185° 81.25% 18.82%
CMYK 81.25% 6.25% 0.00%
81.18%

Color #092D30 in popluar number systems.

HEX 09 2D 30
Decimal 9 45 48
Binary 1001 101101 110000
Octal 11 55 60

Shades and tints

Shades of #092D30

#092D30
(9,45,48)
#09292C
(9,41,44)
#092528
(9,37,40)
#092124
(9,33,36)
#091D20
(9,29,32)
#09191C
(9,25,28)
#091518
(9,21,24)
#091114
(9,17,20)
#090D10
(9,13,16)
#09090C
(9,9,12)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #092D30

#092D30
(9,45,48)
#1F4042
(31,64,66)
#355354
(53,83,84)
#4B6666
(75,102,102)
#617978
(97,121,120)
#778C8A
(119,140,138)
#8D9F9C
(141,159,156)
#A3B2AE
(163,178,174)
#B9C5C0
(185,197,192)
#CFD8D2
(207,216,210)
#E5EBE4
(229,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092D30 color. Also use rgb(9,45,48) instead hex code.

Text Font Color

.myTextColor { color: #092D30; }

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

This text font color is #092D30.

Background Color

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

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

This div background color is #092D30.

Border color

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

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

This div border color is #092D30.

Opacity

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

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

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

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

This text has shadow with #092D30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #092D30.

Preview

Color preview on black background

This text has color #092D30 on black background.


Color preview on white background

This text has color #092D30 on white background.


Black color preview on #092D30 background

This text has black color on #092D30 background.


White color preview on #092D30 background

This text has white color on #092D30 background.


Related colors

Complementary color

Complementary color for #hex is #F6D2CF.


I love getcolorcode.com

Triadic colors

1 #30092D and #2D3009 with #092D30 are triadic colors.

2 #302D09 and #2D0930 with #092D30 are triadic colors.