COLOR #093431

HEX: #093431
RGB: (9,52,49)

Color info

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

RGB color model

#093431 color RGB value is (9,52,49).

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

RGB channels and saturation

R 9 of 255 = 4%
G 52 of 255 = 20%
B 49 of 255 = 19%

9
52
49

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

Portions of RGB colors in percentages

R + G + B =
9 + 52 + 49 = 110 (100%)
R 9 of 110 ~ 8.18%
G 52 of 110 ~ 47.27%
B 49 of 110 ~ 44.55%

%47.27
%44.55

CMYK color model

#093431 color CMYK value is (83,0,6,80).

  • cyan value is 82.69%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 79.61%
CMYK:
(83,0,6,80)
C83M0Y6K80 
(83%,0%,6%,80%)
(0.83/0.00/0.06/0.80)	

CMYK percentages

%82.69
%0
%5.77
%79.61

Codes

Color #093431 in popluar color models

093431
RGB95249
HSL176°70.49%11.96%
HSB/HSV176°82.69%20.39%
CMYK82.69%0.00%5.77%
79.61%

Color #093431 in popluar number systems.

HEX093431
Decimal95249
Binary1001110100110001
Octal116461

Shades and tints

Shades of #093431

#093431
(9,52,49)
#09302D
(9,48,45)
#092C29
(9,44,41)
#092825
(9,40,37)
#092421
(9,36,33)
#09201D
(9,32,29)
#091C19
(9,28,25)
#091815
(9,24,21)
#091411
(9,20,17)
#09100D
(9,16,13)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #093431

#093431
(9,52,49)
#1F4643
(31,70,67)
#355855
(53,88,85)
#4B6A67
(75,106,103)
#617C79
(97,124,121)
#778E8B
(119,142,139)
#8DA09D
(141,160,157)
#A3B2AF
(163,178,175)
#B9C4C1
(185,196,193)
#CFD6D3
(207,214,211)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093431; }

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

This text font color is #093431.


Background Color

.myBgColor { background-color: #093431; }

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

This div background color is #093431.


Border color

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

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

This div border color is #093431.


Opacity

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

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

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

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

This text has shadow with #093431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093431 on black background.


Color preview on white background

This text has color #093431 on white background.



Black color preview on #093431 background

This text has black color on #093431 background.


White color preview on #093431 background

This text has white color on #093431 background.