COLOR #0E3530

HEX: #0E3530
RGB: (14,53,48)

Color info

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

RGB color model

#0E3530 color RGB value is (14,53,48).

  • red value is 14;
  • green value is 53;
  • blue value is 48.
RGB:
(14,53,48)
(5%,21%,19%)

RGB channels and saturation

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

14
53
48

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

Portions of RGB colors in percentages

R + G + B =
14 + 53 + 48 = 115 (100%)
R 14 of 115 ~ 12.17%
G 53 of 115 ~ 46.09%
B 48 of 115 ~ 41.74%

%12.17
%46.09
%41.74

CMYK color model

#0E3530 color CMYK value is (74,0,9,79).

  • cyan value is 73.58%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 79.22%
CMYK:
(74,0,9,79)
C74M0Y9K79 
(74%,0%,9%,79%)
(0.74/0.00/0.09/0.79)	

CMYK percentages

%73.58
%0
%9.43
%79.22

Codes

Color #0E3530 in popluar color models

0E3530
RGB145348
HSL172°58.21%13.14%
HSB/HSV172°73.58%20.78%
CMYK73.58%0.00%9.43%
79.22%

Color #0E3530 in popluar number systems.

HEX0E3530
Decimal145348
Binary1110110101110000
Octal166560

Shades and tints

Shades of #0E3530

#0E3530
(14,53,48)
#0D312C
(13,49,44)
#0C2D28
(12,45,40)
#0B2924
(11,41,36)
#0A2520
(10,37,32)
#09211C
(9,33,28)
#081D18
(8,29,24)
#071914
(7,25,20)
#061510
(6,21,16)
#05110C
(5,17,12)
#040D08
(4,13,8)
#000000
(0,0,0)

Tints of #0E3530

#0E3530
(14,53,48)
#234742
(35,71,66)
#385954
(56,89,84)
#4D6B66
(77,107,102)
#627D78
(98,125,120)
#778F8A
(119,143,138)
#8CA19C
(140,161,156)
#A1B3AE
(161,179,174)
#B6C5C0
(182,197,192)
#CBD7D2
(203,215,210)
#E0E9E4
(224,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3530; }

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

This text font color is #0E3530.


Background Color

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

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

This div background color is #0E3530.


Border color

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

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

This div border color is #0E3530.


Opacity

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

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

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

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

This text has shadow with #0E3530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3530 on black background.


Color preview on white background

This text has color #0E3530 on white background.



Black color preview on #0E3530 background

This text has black color on #0E3530 background.


White color preview on #0E3530 background

This text has white color on #0E3530 background.