COLOR #093C3A

HEX: #093C3A
RGB: (9,60,58)

Color info

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

RGB color model

#093C3A color RGB value is (9,60,58).

  • red value is 9;
  • green value is 60;
  • blue value is 58.
RGB:
(9,60,58)
(4%,24%,23%)

RGB channels and saturation

R 9 of 255 = 4%
G 60 of 255 = 24%
B 58 of 255 = 23%

9
60
58

R + G + B ~ 17%. #093C3A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 60 + 58 = 127 (100%)
R 9 of 127 ~ 7.09%
G 60 of 127 ~ 47.24%
B 58 of 127 ~ 45.67%

%47.24
%45.67

CMYK color model

#093C3A color CMYK value is (85,0,3,76).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 76.47%
CMYK:
(85,0,3,76)
C85M0Y3K76 
(85%,0%,3%,76%)
(0.85/0.00/0.03/0.76)	

CMYK percentages

%85
%0
%3.33
%76.47

Codes

Color #093C3A in popluar color models

093C3A
RGB96058
HSL178°73.91%13.53%
HSB/HSV178°85.00%23.53%
CMYK85.00%0.00%3.33%
76.47%

Color #093C3A in popluar number systems.

HEX093C3A
Decimal96058
Binary1001111100111010
Octal117472

Shades and tints

Shades of #093C3A

#093C3A
(9,60,58)
#093735
(9,55,53)
#093230
(9,50,48)
#092D2B
(9,45,43)
#092826
(9,40,38)
#092321
(9,35,33)
#091E1C
(9,30,28)
#091917
(9,25,23)
#091412
(9,20,18)
#090F0D
(9,15,13)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #093C3A

#093C3A
(9,60,58)
#1F4D4B
(31,77,75)
#355E5C
(53,94,92)
#4B6F6D
(75,111,109)
#61807E
(97,128,126)
#77918F
(119,145,143)
#8DA2A0
(141,162,160)
#A3B3B1
(163,179,177)
#B9C4C2
(185,196,194)
#CFD5D3
(207,213,211)
#E5E6E4
(229,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093C3A color. Also use rgb(9,60,58) instead hex code.

Text Font Color

.myTextColor { color: #093C3A; }

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

This text font color is #093C3A.


Background Color

.myBgColor { background-color: #093C3A; }

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

This div background color is #093C3A.


Border color

.myBorderColor { border: 1px solid #093C3A; }

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

This div border color is #093C3A.


Opacity

.myOpacity80 { color: #093C3A; opacity: 0.8; }

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

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

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

This text has shadow with #093C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093C3A on black background.


Color preview on white background

This text has color #093C3A on white background.



Black color preview on #093C3A background

This text has black color on #093C3A background.


White color preview on #093C3A background

This text has white color on #093C3A background.