COLOR #153740

HEX: #153740
RGB: (21,55,64)

Color info

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

RGB color model

#153740 color RGB value is (21,55,64).

  • red value is 21;
  • green value is 55;
  • blue value is 64.
RGB:
(21,55,64)
(8%,22%,25%)

RGB channels and saturation

R 21 of 255 = 8%
G 55 of 255 = 22%
B 64 of 255 = 25%

21
55
64

R + G + B ~ 18%. #153740 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 55 + 64 = 140 (100%)
R 21 of 140 ~ 15%
G 55 of 140 ~ 39.29%
B 64 of 140 ~ 45.71%

%15
%39.29
%45.71

CMYK color model

#153740 color CMYK value is (67,14,0,75).

  • cyan value is 67.19%
  • magenta value is 14.06%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(67,14,0,75)
C67M14Y0K75 
(67%,14%,0%,75%)
(0.67/0.14/0.00/0.75)	

CMYK percentages

%67.19
%14.06
%0
%74.9

Codes

Color #153740 in popluar color models

153740
RGB215564
HSL193°50.59%16.67%
HSB/HSV193°67.19%25.10%
CMYK67.19%14.06%0.00%
74.90%

Color #153740 in popluar number systems.

HEX153740
Decimal215564
Binary101011101111000000
Octal2567100

Shades and tints

Shades of #153740

#153740
(21,55,64)
#14323B
(20,50,59)
#132D36
(19,45,54)
#122831
(18,40,49)
#11232C
(17,35,44)
#101E27
(16,30,39)
#0F1922
(15,25,34)
#0E141D
(14,20,29)
#0D0F18
(13,15,24)
#0C0A13
(12,10,19)
#0B050E
(11,5,14)
#000000
(0,0,0)

Tints of #153740

#153740
(21,55,64)
#2A4951
(42,73,81)
#3F5B62
(63,91,98)
#546D73
(84,109,115)
#697F84
(105,127,132)
#7E9195
(126,145,149)
#93A3A6
(147,163,166)
#A8B5B7
(168,181,183)
#BDC7C8
(189,199,200)
#D2D9D9
(210,217,217)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153740 color. Also use rgb(21,55,64) instead hex code.

Text Font Color

.myTextColor { color: #153740; }

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

This text font color is #153740.


Background Color

.myBgColor { background-color: #153740; }

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

This div background color is #153740.


Border color

.myBorderColor { border: 1px solid #153740; }

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

This div border color is #153740.


Opacity

.myOpacity80 { color: #153740; opacity: 0.8; }

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

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

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

This text has shadow with #153740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153740 on black background.


Color preview on white background

This text has color #153740 on white background.



Black color preview on #153740 background

This text has black color on #153740 background.


White color preview on #153740 background

This text has white color on #153740 background.