COLOR #093F25

HEX: #093F25 RGB: (9,63,37)

Color info

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

RGB color model

#093F25 color RGB value is (9,63,37).

RGB: (9,63,37) (4%, 25%, 15%)

RGB channels and saturation

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

9
63
37

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

Portions of RGB colors in percentages

R + G + B = 9 + 63 + 37 = 109 (100%)
R 9 of 109 ~ 8.26%
G 63 of 109 ~ 57.8%
B 37 of 109 ~ 33.94'%

%57.8
%33.94

CMYK color model

#093F25 color CMYK value is (86,0,41,75).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 41.27%
  • key color value is 75.29%

CMYK: (86,0,41,75)
C86M0Y41K75 (86%, 0%, 41%, 75%)
(0.86 / 0.00 / 0.41 / 0.75)

CMYK percentages

%85.71
%0
%41.27
%75.29

Codes

Color #093F25 in popluar color models

09 3F 25
RGB 9 63 37
HSL 151° 75.00% 14.12%
HSB/HSV 151° 85.71% 24.71%
CMYK 85.71% 0.00% 41.27%
75.29%

Color #093F25 in popluar number systems.

HEX 09 3F 25
Decimal 9 63 37
Binary 1001 111111 100101
Octal 11 77 45

Shades and tints

Shades of #093F25

#093F25
(9,63,37)
#093A22
(9,58,34)
#09351F
(9,53,31)
#09301C
(9,48,28)
#092B19
(9,43,25)
#092616
(9,38,22)
#092113
(9,33,19)
#091C10
(9,28,16)
#09170D
(9,23,13)
#09120A
(9,18,10)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #093F25

#093F25
(9,63,37)
#1F5038
(31,80,56)
#35614B
(53,97,75)
#4B725E
(75,114,94)
#618371
(97,131,113)
#779484
(119,148,132)
#8DA597
(141,165,151)
#A3B6AA
(163,182,170)
#B9C7BD
(185,199,189)
#CFD8D0
(207,216,208)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093F25; }

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

This text font color is #093F25.

Background Color

.myBgColor { background-color: #093F25; }

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

This div background color is #093F25.

Border color

.myBorderColor { border: 1px solid #093F25; }

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

This div border color is #093F25.

Opacity

.myOpacity80 { color: #093F25; opacity: 0.8; }

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

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

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

This text has shadow with #093F25 color.


.textShadow {text-shadow: 3px 3px 1px #093F25', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #093F25; -webkit-box-shadow: 1px 1px 3px 2px #093F25; box-shadow:1px 1px 3px 2px #093F25;">
Div content here
</div>

This div box has shadow with color #093F25.

Preview

Color preview on black background

This text has color #093F25 on black background.


Color preview on white background

This text has color #093F25 on white background.


Black color preview on #093F25 background

This text has black color on #093F25 background.


White color preview on #093F25 background

This text has white color on #093F25 background.


Related colors

Complementary color

Complementary color for #hex is #F6C0DA.


I love getcolorcode.com

Triadic colors

1 #25093F and #3F2509 with #093F25 are triadic colors.

2 #253F09 and #3F0925 with #093F25 are triadic colors.