COLOR #0E3531

HEX: #0E3531 RGB: (14,53,49)

Color info

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

RGB color model

#0E3531 color RGB value is (14,53,49).

RGB: (14,53,49) (5%, 21%, 19%)

RGB channels and saturation

R 14 of 255 = 5%
G 53 of 255 = 21%
B 49 of 255 = 19%

14
53
49

R + G + B ~ 15%. #0E3531 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 53 + 49 = 116 (100%)
R 14 of 116 ~ 12.07%
G 53 of 116 ~ 45.69%
B 49 of 116 ~ 42.24'%

%12.07
%45.69
%42.24

CMYK color model

#0E3531 color CMYK value is (74,0,8,79).

  • cyan value is 73.58%
  • magenta value is 0.00%
  • yellow value is 7.55%
  • key color value is 79.22%

CMYK: (74,0,8,79)
C74M0Y8K79 (74%, 0%, 8%, 79%)
(0.74 / 0.00 / 0.08 / 0.79)

CMYK percentages

%73.58
%0
%7.55
%79.22

Codes

Color #0E3531 in popluar color models

0E 35 31
RGB 14 53 49
HSL 174° 58.21% 13.14%
HSB/HSV 174° 73.58% 20.78%
CMYK 73.58% 0.00% 7.55%
79.22%

Color #0E3531 in popluar number systems.

HEX 0E 35 31
Decimal 14 53 49
Binary 1110 110101 110001
Octal 16 65 61

Shades and tints

Shades of #0E3531

#0E3531
(14,53,49)
#0D312D
(13,49,45)
#0C2D29
(12,45,41)
#0B2925
(11,41,37)
#0A2521
(10,37,33)
#09211D
(9,33,29)
#081D19
(8,29,25)
#071915
(7,25,21)
#061511
(6,21,17)
#05110D
(5,17,13)
#040D09
(4,13,9)
#000000
(0,0,0)

Tints of #0E3531

#0E3531
(14,53,49)
#234743
(35,71,67)
#385955
(56,89,85)
#4D6B67
(77,107,103)
#627D79
(98,125,121)
#778F8B
(119,143,139)
#8CA19D
(140,161,157)
#A1B3AF
(161,179,175)
#B6C5C1
(182,197,193)
#CBD7D3
(203,215,211)
#E0E9E5
(224,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3531; }

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

This text font color is #0E3531.

Background Color

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

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

This div background color is #0E3531.

Border color

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

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

This div border color is #0E3531.

Opacity

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

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

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

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

This text has shadow with #0E3531 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3531.

Preview

Color preview on black background

This text has color #0E3531 on black background.


Color preview on white background

This text has color #0E3531 on white background.


Black color preview on #0E3531 background

This text has black color on #0E3531 background.


White color preview on #0E3531 background

This text has white color on #0E3531 background.


Related colors

Complementary color

Complementary color for #hex is #F1CACE.


I love getcolorcode.com

Triadic colors

1 #310E35 and #35310E with #0E3531 are triadic colors.

2 #31350E and #350E31 with #0E3531 are triadic colors.