COLOR #094038

HEX: #094038
RGB: (9,64,56)

Color info

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

RGB color model

#094038 color RGB value is (9,64,56).

  • red value is 9;
  • green value is 64;
  • blue value is 56.
RGB:
(9,64,56)
(4%,25%,22%)

RGB channels and saturation

R 9 of 255 = 4%
G 64 of 255 = 25%
B 56 of 255 = 22%

9
64
56

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

Portions of RGB colors in percentages

R + G + B =
9 + 64 + 56 = 129 (100%)
R 9 of 129 ~ 6.98%
G 64 of 129 ~ 49.61%
B 56 of 129 ~ 43.41%

%49.61
%43.41

CMYK color model

#094038 color CMYK value is (86,0,13,75).

  • cyan value is 85.94%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 74.90%
CMYK:
(86,0,13,75)
C86M0Y13K75 
(86%,0%,13%,75%)
(0.86/0.00/0.13/0.75)	

CMYK percentages

%85.94
%0
%12.5
%74.9

Codes

Color #094038 in popluar color models

094038
RGB96456
HSL171°75.34%14.31%
HSB/HSV171°85.94%25.10%
CMYK85.94%0.00%12.50%
74.90%

Color #094038 in popluar number systems.

HEX094038
Decimal96456
Binary10011000000111000
Octal1110070

Shades and tints

Shades of #094038

#094038
(9,64,56)
#093B33
(9,59,51)
#09362E
(9,54,46)
#093129
(9,49,41)
#092C24
(9,44,36)
#09271F
(9,39,31)
#09221A
(9,34,26)
#091D15
(9,29,21)
#091810
(9,24,16)
#09130B
(9,19,11)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #094038

#094038
(9,64,56)
#1F514A
(31,81,74)
#35625C
(53,98,92)
#4B736E
(75,115,110)
#618480
(97,132,128)
#779592
(119,149,146)
#8DA6A4
(141,166,164)
#A3B7B6
(163,183,182)
#B9C8C8
(185,200,200)
#CFD9DA
(207,217,218)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094038; }

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

This text font color is #094038.


Background Color

.myBgColor { background-color: #094038; }

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

This div background color is #094038.


Border color

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

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

This div border color is #094038.


Opacity

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

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

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

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

This text has shadow with #094038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094038 on black background.


Color preview on white background

This text has color #094038 on white background.



Black color preview on #094038 background

This text has black color on #094038 background.


White color preview on #094038 background

This text has white color on #094038 background.