COLOR #01553C

HEX: #01553C
RGB: (1,85,60)

Color info

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

RGB color model

#01553C color RGB value is (1,85,60).

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

RGB channels and saturation

R 1 of 255 = 0%
G 85 of 255 = 33%
B 60 of 255 = 24%

1
85
60

R + G + B ~ 19%. #01553C is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 85 + 60 = 146 (100%)
R 1 of 146 ~ 0.68%
G 85 of 146 ~ 58.22%
B 60 of 146 ~ 41.1%

%58.22
%41.1

CMYK color model

#01553C color CMYK value is (99,0,29,67).

  • cyan value is 98.82%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 66.67%
CMYK:
(99,0,29,67)
C99M0Y29K67 
(99%,0%,29%,67%)
(0.99/0.00/0.29/0.67)	

CMYK percentages

%98.82
%0
%29.41
%66.67

Codes

Color #01553C in popluar color models

01553C
RGB18560
HSL162°97.67%16.86%
HSB/HSV162°98.82%33.33%
CMYK98.82%0.00%29.41%
66.67%

Color #01553C in popluar number systems.

HEX01553C
Decimal18560
Binary11010101111100
Octal112574

Shades and tints

Shades of #01553C

#01553C
(1,85,60)
#014E37
(1,78,55)
#014732
(1,71,50)
#01402D
(1,64,45)
#013928
(1,57,40)
#013223
(1,50,35)
#012B1E
(1,43,30)
#012419
(1,36,25)
#011D14
(1,29,20)
#01160F
(1,22,15)
#010F0A
(1,15,10)
#000000
(0,0,0)

Tints of #01553C

#01553C
(1,85,60)
#18644D
(24,100,77)
#2F735E
(47,115,94)
#46826F
(70,130,111)
#5D9180
(93,145,128)
#74A091
(116,160,145)
#8BAFA2
(139,175,162)
#A2BEB3
(162,190,179)
#B9CDC4
(185,205,196)
#D0DCD5
(208,220,213)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01553C color. Also use rgb(1,85,60) instead hex code.

Text Font Color

.myTextColor { color: #01553C; }

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

This text font color is #01553C.


Background Color

.myBgColor { background-color: #01553C; }

<div style="background-color:#01553C">Inner text</div>

This div background color is #01553C.


Border color

.myBorderColor { border: 1px solid #01553C; }

<div style="border:3px solid #01553C">Div</div>

This div border color is #01553C.


Opacity

.myOpacity80 { color: #01553C; opacity: 0.8; }

<p style="color:#01553C;opacity:0.8;">80%</p>

Text with #01553C 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 #01553C;}

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

This text has shadow with #01553C color.

.textShadow {text-shadow: 3px 3px 1px #01553C, 3px 3px 1px red;}

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

This text has shadow with #01553C primary color and red secondary color.


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

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

This text has shadow with #01553C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01553C on black background.


Color preview on white background

This text has color #01553C on white background.



Black color preview on #01553C background

This text has black color on #01553C background.


White color preview on #01553C background

This text has white color on #01553C background.