COLOR #094525

HEX: #094525
RGB: (9,69,37)

Color info

#094525 contains mainly green and blue colors. Web safe color of #094525 is #003333 (or #033).

RGB color model

#094525 color RGB value is (9,69,37).

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

RGB channels and saturation

R 9 of 255 = 4%
G 69 of 255 = 27%
B 37 of 255 = 15%

9
69
37

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

Portions of RGB colors in percentages

R + G + B =
9 + 69 + 37 = 115 (100%)
R 9 of 115 ~ 7.83%
G 69 of 115 ~ 60%
B 37 of 115 ~ 32.17%

%60
%32.17

CMYK color model

#094525 color CMYK value is (87,0,46,73).

  • cyan value is 86.96%
  • magenta value is 0.00%
  • yellow value is 46.38%
  • key color value is 72.94%
CMYK:
(87,0,46,73)
C87M0Y46K73 
(87%,0%,46%,73%)
(0.87/0.00/0.46/0.73)	

CMYK percentages

%86.96
%0
%46.38
%72.94

Codes

Color #094525 in popluar color models

094525
RGB96937
HSL148°76.92%15.29%
HSB/HSV148°86.96%27.06%
CMYK86.96%0.00%46.38%
72.94%

Color #094525 in popluar number systems.

HEX094525
Decimal96937
Binary10011000101100101
Octal1110545

Shades and tints

Shades of #094525

#094525
(9,69,37)
#093F22
(9,63,34)
#09391F
(9,57,31)
#09331C
(9,51,28)
#092D19
(9,45,25)
#092716
(9,39,22)
#092113
(9,33,19)
#091B10
(9,27,16)
#09150D
(9,21,13)
#090F0A
(9,15,10)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #094525

#094525
(9,69,37)
#1F5538
(31,85,56)
#35654B
(53,101,75)
#4B755E
(75,117,94)
#618571
(97,133,113)
#779584
(119,149,132)
#8DA597
(141,165,151)
#A3B5AA
(163,181,170)
#B9C5BD
(185,197,189)
#CFD5D0
(207,213,208)
#E5E5E3
(229,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094525; }

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

This text font color is #094525.


Background Color

.myBgColor { background-color: #094525; }

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

This div background color is #094525.


Border color

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

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

This div border color is #094525.


Opacity

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

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

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

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

This text has shadow with #094525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094525 on black background.


Color preview on white background

This text has color #094525 on white background.



Black color preview on #094525 background

This text has black color on #094525 background.


White color preview on #094525 background

This text has white color on #094525 background.