COLOR #0E0831

HEX: #0E0831 RGB: (14,8,49)

Color info

#0E0831 contains red, green and blue colors in about the same proportion. Web safe color of #0E0831 is #000033 (or #003).

RGB color model

#0E0831 color RGB value is (14,8,49).

RGB: (14,8,49) (5%, 3%, 19%)

RGB channels and saturation

R 14 of 255 = 5%
G 8 of 255 = 3%
B 49 of 255 = 19%

14
8
49

R + G + B ~ 9%. #0E0831 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 8 + 49 = 71 (100%)
R 14 of 71 ~ 19.72%
G 8 of 71 ~ 11.27%
B 49 of 71 ~ 69.01'%

%19.72
%11.27
%69.01

CMYK color model

#0E0831 color CMYK value is (71,84,0,81).

  • cyan value is 71.43%
  • magenta value is 83.67%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (71,84,0,81)
C71M84Y0K81 (71%, 84%, 0%, 81%)
(0.71 / 0.84 / 0.00 / 0.81)

CMYK percentages

%71.43
%83.67
%0
%80.78

Codes

Color #0E0831 in popluar color models

0E 08 31
RGB 14 8 49
HSL 249° 71.93% 11.18%
HSB/HSV 249° 83.67% 19.22%
CMYK 71.43% 83.67% 0.00%
80.78%

Color #0E0831 in popluar number systems.

HEX 0E 08 31
Decimal 14 8 49
Binary 1110 1000 110001
Octal 16 10 61

Shades and tints

Shades of #0E0831

#0E0831
(14,8,49)
#0D082D
(13,8,45)
#0C0829
(12,8,41)
#0B0825
(11,8,37)
#0A0821
(10,8,33)
#09081D
(9,8,29)
#080819
(8,8,25)
#070815
(7,8,21)
#060811
(6,8,17)
#05080D
(5,8,13)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #0E0831

#0E0831
(14,8,49)
#231E43
(35,30,67)
#383455
(56,52,85)
#4D4A67
(77,74,103)
#626079
(98,96,121)
#77768B
(119,118,139)
#8C8C9D
(140,140,157)
#A1A2AF
(161,162,175)
#B6B8C1
(182,184,193)
#CBCED3
(203,206,211)
#E0E4E5
(224,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0831 color. Also use rgb(14,8,49) instead hex code.

Text Font Color

.myTextColor { color: #0E0831; }

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

This text font color is #0E0831.

Background Color

.myBgColor { background-color: #0E0831; }

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

This div background color is #0E0831.

Border color

.myBorderColor { border: 1px solid #0E0831; }

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

This div border color is #0E0831.

Opacity

.myOpacity80 { color: #0E0831; opacity: 0.8; }

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

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

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

This text has shadow with #0E0831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0831.

Preview

Color preview on black background

This text has color #0E0831 on black background.


Color preview on white background

This text has color #0E0831 on white background.


Black color preview on #0E0831 background

This text has black color on #0E0831 background.


White color preview on #0E0831 background

This text has white color on #0E0831 background.


Related colors

Complementary color

Complementary color for #hex is #F1F7CE.


I love getcolorcode.com

Triadic colors

1 #310E08 and #08310E with #0E0831 are triadic colors.

2 #31080E and #080E31 with #0E0831 are triadic colors.