COLOR #094133

HEX: #094133
RGB: (9,65,51)

Color info

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

RGB color model

#094133 color RGB value is (9,65,51).

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

RGB channels and saturation

R 9 of 255 = 4%
G 65 of 255 = 25%
B 51 of 255 = 20%

9
65
51

R + G + B ~ 16%. #094133 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 65 + 51 = 125 (100%)
R 9 of 125 ~ 7.2%
G 65 of 125 ~ 52%
B 51 of 125 ~ 40.8%

%52
%40.8

CMYK color model

#094133 color CMYK value is (86,0,22,75).

  • cyan value is 86.15%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 74.51%
CMYK:
(86,0,22,75)
C86M0Y22K75 
(86%,0%,22%,75%)
(0.86/0.00/0.22/0.75)	

CMYK percentages

%86.15
%0
%21.54
%74.51

Codes

Color #094133 in popluar color models

094133
RGB96551
HSL165°75.68%14.51%
HSB/HSV165°86.15%25.49%
CMYK86.15%0.00%21.54%
74.51%

Color #094133 in popluar number systems.

HEX094133
Decimal96551
Binary10011000001110011
Octal1110163

Shades and tints

Shades of #094133

#094133
(9,65,51)
#093C2F
(9,60,47)
#09372B
(9,55,43)
#093227
(9,50,39)
#092D23
(9,45,35)
#09281F
(9,40,31)
#09231B
(9,35,27)
#091E17
(9,30,23)
#091913
(9,25,19)
#09140F
(9,20,15)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #094133

#094133
(9,65,51)
#1F5245
(31,82,69)
#356357
(53,99,87)
#4B7469
(75,116,105)
#61857B
(97,133,123)
#77968D
(119,150,141)
#8DA79F
(141,167,159)
#A3B8B1
(163,184,177)
#B9C9C3
(185,201,195)
#CFDAD5
(207,218,213)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094133; }

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

This text font color is #094133.


Background Color

.myBgColor { background-color: #094133; }

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

This div background color is #094133.


Border color

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

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

This div border color is #094133.


Opacity

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

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

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

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

This text has shadow with #094133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094133 on black background.


Color preview on white background

This text has color #094133 on white background.



Black color preview on #094133 background

This text has black color on #094133 background.


White color preview on #094133 background

This text has white color on #094133 background.