COLOR #094023

HEX: #094023
RGB: (9,64,35)

Color info

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

RGB color model

#094023 color RGB value is (9,64,35).

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

RGB channels and saturation

R 9 of 255 = 4%
G 64 of 255 = 25%
B 35 of 255 = 14%

9
64
35

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

Portions of RGB colors in percentages

R + G + B =
9 + 64 + 35 = 108 (100%)
R 9 of 108 ~ 8.33%
G 64 of 108 ~ 59.26%
B 35 of 108 ~ 32.41%

%59.26
%32.41

CMYK color model

#094023 color CMYK value is (86,0,45,75).

  • cyan value is 85.94%
  • magenta value is 0.00%
  • yellow value is 45.31%
  • key color value is 74.90%
CMYK:
(86,0,45,75)
C86M0Y45K75 
(86%,0%,45%,75%)
(0.86/0.00/0.45/0.75)	

CMYK percentages

%85.94
%0
%45.31
%74.9

Codes

Color #094023 in popluar color models

094023
RGB96435
HSL148°75.34%14.31%
HSB/HSV148°85.94%25.10%
CMYK85.94%0.00%45.31%
74.90%

Color #094023 in popluar number systems.

HEX094023
Decimal96435
Binary10011000000100011
Octal1110043

Shades and tints

Shades of #094023

#094023
(9,64,35)
#093B20
(9,59,32)
#09361D
(9,54,29)
#09311A
(9,49,26)
#092C17
(9,44,23)
#092714
(9,39,20)
#092211
(9,34,17)
#091D0E
(9,29,14)
#09180B
(9,24,11)
#091308
(9,19,8)
#090E05
(9,14,5)
#000000
(0,0,0)

Tints of #094023

#094023
(9,64,35)
#1F5137
(31,81,55)
#35624B
(53,98,75)
#4B735F
(75,115,95)
#618473
(97,132,115)
#779587
(119,149,135)
#8DA69B
(141,166,155)
#A3B7AF
(163,183,175)
#B9C8C3
(185,200,195)
#CFD9D7
(207,217,215)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094023; }

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

This text font color is #094023.


Background Color

.myBgColor { background-color: #094023; }

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

This div background color is #094023.


Border color

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

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

This div border color is #094023.


Opacity

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

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

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

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

This text has shadow with #094023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094023 on black background.


Color preview on white background

This text has color #094023 on white background.



Black color preview on #094023 background

This text has black color on #094023 background.


White color preview on #094023 background

This text has white color on #094023 background.