COLOR #094125

HEX: #094125
RGB: (9,65,37)

Color info

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

RGB color model

#094125 color RGB value is (9,65,37).

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

RGB channels and saturation

R 9 of 255 = 4%
G 65 of 255 = 25%
B 37 of 255 = 15%

9
65
37

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

Portions of RGB colors in percentages

R + G + B =
9 + 65 + 37 = 111 (100%)
R 9 of 111 ~ 8.11%
G 65 of 111 ~ 58.56%
B 37 of 111 ~ 33.33%

%58.56
%33.33

CMYK color model

#094125 color CMYK value is (86,0,43,75).

  • cyan value is 86.15%
  • magenta value is 0.00%
  • yellow value is 43.08%
  • key color value is 74.51%
CMYK:
(86,0,43,75)
C86M0Y43K75 
(86%,0%,43%,75%)
(0.86/0.00/0.43/0.75)	

CMYK percentages

%86.15
%0
%43.08
%74.51

Codes

Color #094125 in popluar color models

094125
RGB96537
HSL150°75.68%14.51%
HSB/HSV150°86.15%25.49%
CMYK86.15%0.00%43.08%
74.51%

Color #094125 in popluar number systems.

HEX094125
Decimal96537
Binary10011000001100101
Octal1110145

Shades and tints

Shades of #094125

#094125
(9,65,37)
#093C22
(9,60,34)
#09371F
(9,55,31)
#09321C
(9,50,28)
#092D19
(9,45,25)
#092816
(9,40,22)
#092313
(9,35,19)
#091E10
(9,30,16)
#09190D
(9,25,13)
#09140A
(9,20,10)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #094125

#094125
(9,65,37)
#1F5238
(31,82,56)
#35634B
(53,99,75)
#4B745E
(75,116,94)
#618571
(97,133,113)
#779684
(119,150,132)
#8DA797
(141,167,151)
#A3B8AA
(163,184,170)
#B9C9BD
(185,201,189)
#CFDAD0
(207,218,208)
#E5EBE3
(229,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094125; }

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

This text font color is #094125.


Background Color

.myBgColor { background-color: #094125; }

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

This div background color is #094125.


Border color

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

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

This div border color is #094125.


Opacity

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

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

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

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

This text has shadow with #094125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094125 on black background.


Color preview on white background

This text has color #094125 on white background.



Black color preview on #094125 background

This text has black color on #094125 background.


White color preview on #094125 background

This text has white color on #094125 background.