COLOR #093E29

HEX: #093E29
RGB: (9,62,41)

Color info

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

RGB color model

#093E29 color RGB value is (9,62,41).

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

RGB channels and saturation

R 9 of 255 = 4%
G 62 of 255 = 24%
B 41 of 255 = 16%

9
62
41

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

Portions of RGB colors in percentages

R + G + B =
9 + 62 + 41 = 112 (100%)
R 9 of 112 ~ 8.04%
G 62 of 112 ~ 55.36%
B 41 of 112 ~ 36.61%

%55.36
%36.61

CMYK color model

#093E29 color CMYK value is (85,0,34,76).

  • cyan value is 85.48%
  • magenta value is 0.00%
  • yellow value is 33.87%
  • key color value is 75.69%
CMYK:
(85,0,34,76)
C85M0Y34K76 
(85%,0%,34%,76%)
(0.85/0.00/0.34/0.76)	

CMYK percentages

%85.48
%0
%33.87
%75.69

Codes

Color #093E29 in popluar color models

093E29
RGB96241
HSL156°74.65%13.92%
HSB/HSV156°85.48%24.31%
CMYK85.48%0.00%33.87%
75.69%

Color #093E29 in popluar number systems.

HEX093E29
Decimal96241
Binary1001111110101001
Octal117651

Shades and tints

Shades of #093E29

#093E29
(9,62,41)
#093926
(9,57,38)
#093423
(9,52,35)
#092F20
(9,47,32)
#092A1D
(9,42,29)
#09251A
(9,37,26)
#092017
(9,32,23)
#091B14
(9,27,20)
#091611
(9,22,17)
#09110E
(9,17,14)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #093E29

#093E29
(9,62,41)
#1F4F3C
(31,79,60)
#35604F
(53,96,79)
#4B7162
(75,113,98)
#618275
(97,130,117)
#779388
(119,147,136)
#8DA49B
(141,164,155)
#A3B5AE
(163,181,174)
#B9C6C1
(185,198,193)
#CFD7D4
(207,215,212)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093E29; }

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

This text font color is #093E29.


Background Color

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

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

This div background color is #093E29.


Border color

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

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

This div border color is #093E29.


Opacity

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

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

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

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

This text has shadow with #093E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093E29 on black background.


Color preview on white background

This text has color #093E29 on white background.



Black color preview on #093E29 background

This text has black color on #093E29 background.


White color preview on #093E29 background

This text has white color on #093E29 background.