COLOR #0E553C

HEX: #0E553C
RGB: (14,85,60)

Color info

#0E553C contains mainly green and blue colors. Web safe color of #0E553C is #006633 (or #063).

RGB color model

#0E553C color RGB value is (14,85,60).

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

RGB channels and saturation

R 14 of 255 = 5%
G 85 of 255 = 33%
B 60 of 255 = 24%

14
85
60

R + G + B ~ 21%. #0E553C is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 85 + 60 = 159 (100%)
R 14 of 159 ~ 8.81%
G 85 of 159 ~ 53.46%
B 60 of 159 ~ 37.74%

%53.46
%37.74

CMYK color model

#0E553C color CMYK value is (84,0,29,67).

  • cyan value is 83.53%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 66.67%
CMYK:
(84,0,29,67)
C84M0Y29K67 
(84%,0%,29%,67%)
(0.84/0.00/0.29/0.67)	

CMYK percentages

%83.53
%0
%29.41
%66.67

Codes

Color #0E553C in popluar color models

0E553C
RGB148560
HSL159°71.72%19.41%
HSB/HSV159°83.53%33.33%
CMYK83.53%0.00%29.41%
66.67%

Color #0E553C in popluar number systems.

HEX0E553C
Decimal148560
Binary11101010101111100
Octal1612574

Shades and tints

Shades of #0E553C

#0E553C
(14,85,60)
#0D4E37
(13,78,55)
#0C4732
(12,71,50)
#0B402D
(11,64,45)
#0A3928
(10,57,40)
#093223
(9,50,35)
#082B1E
(8,43,30)
#072419
(7,36,25)
#061D14
(6,29,20)
#05160F
(5,22,15)
#040F0A
(4,15,10)
#000000
(0,0,0)

Tints of #0E553C

#0E553C
(14,85,60)
#23644D
(35,100,77)
#38735E
(56,115,94)
#4D826F
(77,130,111)
#629180
(98,145,128)
#77A091
(119,160,145)
#8CAFA2
(140,175,162)
#A1BEB3
(161,190,179)
#B6CDC4
(182,205,196)
#CBDCD5
(203,220,213)
#E0EBE6
(224,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E553C; }

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

This text font color is #0E553C.


Background Color

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

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

This div background color is #0E553C.


Border color

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

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

This div border color is #0E553C.


Opacity

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

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

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

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

This text has shadow with #0E553C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E553C on black background.


Color preview on white background

This text has color #0E553C on white background.



Black color preview on #0E553C background

This text has black color on #0E553C background.


White color preview on #0E553C background

This text has white color on #0E553C background.