COLOR #093C01

HEX: #093C01 RGB: (9,60,1)

Color info

#093C01 contains red, green and blue colors in about the same proportion. Web safe color of #093C01 is #003300 (or #030).

RGB color model

#093C01 color RGB value is (9,60,1).

RGB: (9,60,1) (4%, 24%, 0%)

RGB channels and saturation

R 9 of 255 = 4%
G 60 of 255 = 24%
B 1 of 255 = 0%

9
60
1

R + G + B ~ 9%. #093C01 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 60 + 1 = 70 (100%)
R 9 of 70 ~ 12.86%
G 60 of 70 ~ 85.71%
B 1 of 70 ~ 1.43'%

%12.86
%85.71

CMYK color model

#093C01 color CMYK value is (85,0,98,76).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 98.33%
  • key color value is 76.47%

CMYK: (85,0,98,76)
C85M0Y98K76 (85%, 0%, 98%, 76%)
(0.85 / 0.00 / 0.98 / 0.76)

CMYK percentages

%85
%0
%98.33
%76.47

Codes

Color #093C01 in popluar color models

09 3C 01
RGB 9 60 1
HSL 112° 96.72% 11.96%
HSB/HSV 112° 98.33% 23.53%
CMYK 85.00% 0.00% 98.33%
76.47%

Color #093C01 in popluar number systems.

HEX 09 3C 01
Decimal 9 60 1
Binary 1001 111100 1
Octal 11 74 1

Shades and tints

Shades of #093C01

#093C01
(9,60,1)
#093701
(9,55,1)
#093201
(9,50,1)
#092D01
(9,45,1)
#092801
(9,40,1)
#092301
(9,35,1)
#091E01
(9,30,1)
#091901
(9,25,1)
#091401
(9,20,1)
#090F01
(9,15,1)
#090A01
(9,10,1)
#000000
(0,0,0)

Tints of #093C01

#093C01
(9,60,1)
#1F4D18
(31,77,24)
#355E2F
(53,94,47)
#4B6F46
(75,111,70)
#61805D
(97,128,93)
#779174
(119,145,116)
#8DA28B
(141,162,139)
#A3B3A2
(163,179,162)
#B9C4B9
(185,196,185)
#CFD5D0
(207,213,208)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093C01; }

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

This text font color is #093C01.

Background Color

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

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

This div background color is #093C01.

Border color

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

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

This div border color is #093C01.

Opacity

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

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

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

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

This text has shadow with #093C01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #093C01.

Preview

Color preview on black background

This text has color #093C01 on black background.


Color preview on white background

This text has color #093C01 on white background.


Black color preview on #093C01 background

This text has black color on #093C01 background.


White color preview on #093C01 background

This text has white color on #093C01 background.


Related colors

Complementary color

Complementary color for #hex is #F6C3FE.


I love getcolorcode.com

Triadic colors

1 #01093C and #3C0109 with #093C01 are triadic colors.

2 #013C09 and #3C0901 with #093C01 are triadic colors.