COLOR #093125

HEX: #093125
RGB: (9,49,37)

Color info

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

RGB color model

#093125 color RGB value is (9,49,37).

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

RGB channels and saturation

R 9 of 255 = 4%
G 49 of 255 = 19%
B 37 of 255 = 15%

9
49
37

R + G + B ~ 13%. #093125 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 49 + 37 = 95 (100%)
R 9 of 95 ~ 9.47%
G 49 of 95 ~ 51.58%
B 37 of 95 ~ 38.95%

%51.58
%38.95

CMYK color model

#093125 color CMYK value is (82,0,24,81).

  • cyan value is 81.63%
  • magenta value is 0.00%
  • yellow value is 24.49%
  • key color value is 80.78%
CMYK:
(82,0,24,81)
C82M0Y24K81 
(82%,0%,24%,81%)
(0.82/0.00/0.24/0.81)	

CMYK percentages

%81.63
%0
%24.49
%80.78

Codes

Color #093125 in popluar color models

093125
RGB94937
HSL162°68.97%11.37%
HSB/HSV162°81.63%19.22%
CMYK81.63%0.00%24.49%
80.78%

Color #093125 in popluar number systems.

HEX093125
Decimal94937
Binary1001110001100101
Octal116145

Shades and tints

Shades of #093125

#093125
(9,49,37)
#092D22
(9,45,34)
#09291F
(9,41,31)
#09251C
(9,37,28)
#092119
(9,33,25)
#091D16
(9,29,22)
#091913
(9,25,19)
#091510
(9,21,16)
#09110D
(9,17,13)
#090D0A
(9,13,10)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #093125

#093125
(9,49,37)
#1F4338
(31,67,56)
#35554B
(53,85,75)
#4B675E
(75,103,94)
#617971
(97,121,113)
#778B84
(119,139,132)
#8D9D97
(141,157,151)
#A3AFAA
(163,175,170)
#B9C1BD
(185,193,189)
#CFD3D0
(207,211,208)
#E5E5E3
(229,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093125; }

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

This text font color is #093125.


Background Color

.myBgColor { background-color: #093125; }

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

This div background color is #093125.


Border color

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

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

This div border color is #093125.


Opacity

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

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

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

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

This text has shadow with #093125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093125 on black background.


Color preview on white background

This text has color #093125 on white background.



Black color preview on #093125 background

This text has black color on #093125 background.


White color preview on #093125 background

This text has white color on #093125 background.