COLOR #093434

HEX: #093434
RGB: (9,52,52)

Color info

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

RGB color model

#093434 color RGB value is (9,52,52).

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

RGB channels and saturation

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

9
52
52

R + G + B ~ 15%. #093434 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 52 + 52 = 113 (100%)
R 9 of 113 ~ 7.96%
G 52 of 113 ~ 46.02%
B 52 of 113 ~ 46.02%

%46.02
%46.02

CMYK color model

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

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

CMYK percentages

%82.69
%0
%0
%79.61

Codes

Color #093434 in popluar color models

093434
RGB95252
HSL180°70.49%11.96%
HSB/HSV180°82.69%20.39%
CMYK82.69%0.00%0.00%
79.61%

Color #093434 in popluar number systems.

HEX093434
Decimal95252
Binary1001110100110100
Octal116464

Shades and tints

Shades of #093434

#093434
(9,52,52)
#093030
(9,48,48)
#092C2C
(9,44,44)
#092828
(9,40,40)
#092424
(9,36,36)
#092020
(9,32,32)
#091C1C
(9,28,28)
#091818
(9,24,24)
#091414
(9,20,20)
#091010
(9,16,16)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #093434

#093434
(9,52,52)
#1F4646
(31,70,70)
#355858
(53,88,88)
#4B6A6A
(75,106,106)
#617C7C
(97,124,124)
#778E8E
(119,142,142)
#8DA0A0
(141,160,160)
#A3B2B2
(163,178,178)
#B9C4C4
(185,196,196)
#CFD6D6
(207,214,214)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093434; }

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

This text font color is #093434.


Background Color

.myBgColor { background-color: #093434; }

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

This div background color is #093434.


Border color

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

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

This div border color is #093434.


Opacity

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

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

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

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

This text has shadow with #093434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093434 on black background.


Color preview on white background

This text has color #093434 on white background.



Black color preview on #093434 background

This text has black color on #093434 background.


White color preview on #093434 background

This text has white color on #093434 background.