COLOR #093F01

HEX: #093F01 RGB: (9,63,1)

Color info

#093F01 contains mainly red and green colors. Web safe color of #093F01 is #003300 (or #030).

RGB color model

#093F01 color RGB value is (9,63,1).

RGB: (9,63,1) (4%, 25%, 0%)

RGB channels and saturation

R 9 of 255 = 4%
G 63 of 255 = 25%
B 1 of 255 = 0%

9
63
1

R + G + B ~ 10%. #093F01 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 63 + 1 = 73 (100%)
R 9 of 73 ~ 12.33%
G 63 of 73 ~ 86.3%
B 1 of 73 ~ 1.37'%

%12.33
%86.3

CMYK color model

#093F01 color CMYK value is (86,0,98,75).

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

CMYK: (86,0,98,75)
C86M0Y98K75 (86%, 0%, 98%, 75%)
(0.86 / 0.00 / 0.98 / 0.75)

CMYK percentages

%85.71
%0
%98.41
%75.29

Codes

Color #093F01 in popluar color models

09 3F 01
RGB 9 63 1
HSL 112° 96.88% 12.55%
HSB/HSV 112° 98.41% 24.71%
CMYK 85.71% 0.00% 98.41%
75.29%

Color #093F01 in popluar number systems.

HEX 09 3F 01
Decimal 9 63 1
Binary 1001 111111 1
Octal 11 77 1

Shades and tints

Shades of #093F01

#093F01
(9,63,1)
#093A01
(9,58,1)
#093501
(9,53,1)
#093001
(9,48,1)
#092B01
(9,43,1)
#092601
(9,38,1)
#092101
(9,33,1)
#091C01
(9,28,1)
#091701
(9,23,1)
#091201
(9,18,1)
#090D01
(9,13,1)
#000000
(0,0,0)

Tints of #093F01

#093F01
(9,63,1)
#1F5018
(31,80,24)
#35612F
(53,97,47)
#4B7246
(75,114,70)
#61835D
(97,131,93)
#779474
(119,148,116)
#8DA58B
(141,165,139)
#A3B6A2
(163,182,162)
#B9C7B9
(185,199,185)
#CFD8D0
(207,216,208)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093F01; }

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

This text font color is #093F01.

Background Color

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

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

This div background color is #093F01.

Border color

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

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

This div border color is #093F01.

Opacity

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

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

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

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

This text has shadow with #093F01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #093F01.

Preview

Color preview on black background

This text has color #093F01 on black background.


Color preview on white background

This text has color #093F01 on white background.


Black color preview on #093F01 background

This text has black color on #093F01 background.


White color preview on #093F01 background

This text has white color on #093F01 background.


Related colors

Complementary color

Complementary color for #hex is #F6C0FE.


I love getcolorcode.com

Triadic colors

1 #01093F and #3F0109 with #093F01 are triadic colors.

2 #013F09 and #3F0901 with #093F01 are triadic colors.