COLOR #0E483C

HEX: #0E483C
RGB: (14,72,60)

Color info

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

RGB color model

#0E483C color RGB value is (14,72,60).

  • red value is 14;
  • green value is 72;
  • blue value is 60.
RGB:
(14,72,60)
(5%,28%,24%)

RGB channels and saturation

R 14 of 255 = 5%
G 72 of 255 = 28%
B 60 of 255 = 24%

14
72
60

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

Portions of RGB colors in percentages

R + G + B =
14 + 72 + 60 = 146 (100%)
R 14 of 146 ~ 9.59%
G 72 of 146 ~ 49.32%
B 60 of 146 ~ 41.1%

%9.59
%49.32
%41.1

CMYK color model

#0E483C color CMYK value is (81,0,17,72).

  • cyan value is 80.56%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 71.76%
CMYK:
(81,0,17,72)
C81M0Y17K72 
(81%,0%,17%,72%)
(0.81/0.00/0.17/0.72)	

CMYK percentages

%80.56
%0
%16.67
%71.76

Codes

Color #0E483C in popluar color models

0E483C
RGB147260
HSL168°67.44%16.86%
HSB/HSV168°80.56%28.24%
CMYK80.56%0.00%16.67%
71.76%

Color #0E483C in popluar number systems.

HEX0E483C
Decimal147260
Binary11101001000111100
Octal1611074

Shades and tints

Shades of #0E483C

#0E483C
(14,72,60)
#0D4237
(13,66,55)
#0C3C32
(12,60,50)
#0B362D
(11,54,45)
#0A3028
(10,48,40)
#092A23
(9,42,35)
#08241E
(8,36,30)
#071E19
(7,30,25)
#061814
(6,24,20)
#05120F
(5,18,15)
#040C0A
(4,12,10)
#000000
(0,0,0)

Tints of #0E483C

#0E483C
(14,72,60)
#23584D
(35,88,77)
#38685E
(56,104,94)
#4D786F
(77,120,111)
#628880
(98,136,128)
#779891
(119,152,145)
#8CA8A2
(140,168,162)
#A1B8B3
(161,184,179)
#B6C8C4
(182,200,196)
#CBD8D5
(203,216,213)
#E0E8E6
(224,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E483C color. Also use rgb(14,72,60) instead hex code.

Text Font Color

.myTextColor { color: #0E483C; }

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

This text font color is #0E483C.


Background Color

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

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

This div background color is #0E483C.


Border color

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

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

This div border color is #0E483C.


Opacity

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

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

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

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

This text has shadow with #0E483C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E483C on black background.


Color preview on white background

This text has color #0E483C on white background.



Black color preview on #0E483C background

This text has black color on #0E483C background.


White color preview on #0E483C background

This text has white color on #0E483C background.