COLOR #093851

HEX: #093851 RGB: (9,56,81)

Color info

#093851 contains mainly green and blue colors. Web safe color of #093851 is #003366 (or #036).

RGB color model

#093851 color RGB value is (9,56,81).

RGB: (9,56,81) (4%, 22%, 32%)

RGB channels and saturation

R 9 of 255 = 4%
G 56 of 255 = 22%
B 81 of 255 = 32%

9
56
81

R + G + B ~ 19%. #093851 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 56 + 81 = 146 (100%)
R 9 of 146 ~ 6.16%
G 56 of 146 ~ 38.36%
B 81 of 146 ~ 55.48'%

%38.36
%55.48

CMYK color model

#093851 color CMYK value is (89,31,0,68).

  • cyan value is 88.89%
  • magenta value is 30.86%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (89,31,0,68)
C89M31Y0K68 (89%, 31%, 0%, 68%)
(0.89 / 0.31 / 0.00 / 0.68)

CMYK percentages

%88.89
%30.86
%0
%68.24

Codes

Color #093851 in popluar color models

09 38 51
RGB 9 56 81
HSL 201° 80.00% 17.65%
HSB/HSV 201° 88.89% 31.76%
CMYK 88.89% 30.86% 0.00%
68.24%

Color #093851 in popluar number systems.

HEX 09 38 51
Decimal 9 56 81
Binary 1001 111000 1010001
Octal 11 70 121

Shades and tints

Shades of #093851

#093851
(9,56,81)
#09334A
(9,51,74)
#092E43
(9,46,67)
#09293C
(9,41,60)
#092435
(9,36,53)
#091F2E
(9,31,46)
#091A27
(9,26,39)
#091520
(9,21,32)
#091019
(9,16,25)
#090B12
(9,11,18)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #093851

#093851
(9,56,81)
#1F4A60
(31,74,96)
#355C6F
(53,92,111)
#4B6E7E
(75,110,126)
#61808D
(97,128,141)
#77929C
(119,146,156)
#8DA4AB
(141,164,171)
#A3B6BA
(163,182,186)
#B9C8C9
(185,200,201)
#CFDAD8
(207,218,216)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093851 color. Also use rgb(9,56,81) instead hex code.

Text Font Color

.myTextColor { color: #093851; }

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

This text font color is #093851.

Background Color

.myBgColor { background-color: #093851; }

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

This div background color is #093851.

Border color

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

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

This div border color is #093851.

Opacity

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

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

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

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

This text has shadow with #093851 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #093851.

Preview

Color preview on black background

This text has color #093851 on black background.


Color preview on white background

This text has color #093851 on white background.


Black color preview on #093851 background

This text has black color on #093851 background.


White color preview on #093851 background

This text has white color on #093851 background.


Related colors

Complementary color

Complementary color for #hex is #F6C7AE.


I love getcolorcode.com

Triadic colors

1 #510938 and #385109 with #093851 are triadic colors.

2 #513809 and #380951 with #093851 are triadic colors.