COLOR #093129

HEX: #093129
RGB: (9,49,41)

Color info

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

RGB color model

#093129 color RGB value is (9,49,41).

  • red value is 9;
  • green value is 49;
  • blue value is 41.
RGB:
(9,49,41)
(4%,19%,16%)

RGB channels and saturation

R 9 of 255 = 4%
G 49 of 255 = 19%
B 41 of 255 = 16%

9
49
41

R + G + B ~ 13%. #093129 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 49 + 41 = 99 (100%)
R 9 of 99 ~ 9.09%
G 49 of 99 ~ 49.49%
B 41 of 99 ~ 41.41%

%49.49
%41.41

CMYK color model

#093129 color CMYK value is (82,0,16,81).

  • cyan value is 81.63%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 80.78%
CMYK:
(82,0,16,81)
C82M0Y16K81 
(82%,0%,16%,81%)
(0.82/0.00/0.16/0.81)	

CMYK percentages

%81.63
%0
%16.33
%80.78

Codes

Color #093129 in popluar color models

093129
RGB94941
HSL168°68.97%11.37%
HSB/HSV168°81.63%19.22%
CMYK81.63%0.00%16.33%
80.78%

Color #093129 in popluar number systems.

HEX093129
Decimal94941
Binary1001110001101001
Octal116151

Shades and tints

Shades of #093129

#093129
(9,49,41)
#092D26
(9,45,38)
#092923
(9,41,35)
#092520
(9,37,32)
#09211D
(9,33,29)
#091D1A
(9,29,26)
#091917
(9,25,23)
#091514
(9,21,20)
#091111
(9,17,17)
#090D0E
(9,13,14)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #093129

#093129
(9,49,41)
#1F433C
(31,67,60)
#35554F
(53,85,79)
#4B6762
(75,103,98)
#617975
(97,121,117)
#778B88
(119,139,136)
#8D9D9B
(141,157,155)
#A3AFAE
(163,175,174)
#B9C1C1
(185,193,193)
#CFD3D4
(207,211,212)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093129 color. Also use rgb(9,49,41) instead hex code.

Text Font Color

.myTextColor { color: #093129; }

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

This text font color is #093129.


Background Color

.myBgColor { background-color: #093129; }

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

This div background color is #093129.


Border color

.myBorderColor { border: 1px solid #093129; }

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

This div border color is #093129.


Opacity

.myOpacity80 { color: #093129; opacity: 0.8; }

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

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

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

This text has shadow with #093129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093129 on black background.


Color preview on white background

This text has color #093129 on white background.



Black color preview on #093129 background

This text has black color on #093129 background.


White color preview on #093129 background

This text has white color on #093129 background.