COLOR #155950

HEX: #155950 RGB: (21,89,80)

Color info

#155950 contains mainly green and blue colors. Web safe color of #155950 is #006666 (or #066).

RGB color model

#155950 color RGB value is (21,89,80).

RGB: (21,89,80) (8%, 35%, 31%)

RGB channels and saturation

R 21 of 255 = 8%
G 89 of 255 = 35%
B 80 of 255 = 31%

21
89
80

R + G + B ~ 25%. #155950 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 89 + 80 = 190 (100%)
R 21 of 190 ~ 11.05%
G 89 of 190 ~ 46.84%
B 80 of 190 ~ 42.11'%

%11.05
%46.84
%42.11

CMYK color model

#155950 color CMYK value is (76,0,10,65).

  • cyan value is 76.40%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 65.10%
CMYK: (76,0,10,65) C76M0Y10K65 (76%,0%,10%,65%) (0.76/0.00/0.10/0.65) 

CMYK percentages

%76.4
%0
%10.11
%65.1

Codes

Color #155950 in popluar color models

15 59 50
RGB 21 89 80
HSL 172° 61.82% 21.57%
HSB/HSV 172° 76.40% 34.90%
CMYK 76.40% 0.00% 10.11%
65.10%

Color #155950 in popluar number systems.

HEX 15 59 50
Decimal 21 89 80
Binary 10101 1011001 1010000
Octal 25 131 120

Shades and tints

Shades of #155950

#155950
(21,89,80)
#145149
(20,81,73)
#134942
(19,73,66)
#12413B
(18,65,59)
#113934
(17,57,52)
#10312D
(16,49,45)
#0F2926
(15,41,38)
#0E211F
(14,33,31)
#0D1918
(13,25,24)
#0C1111
(12,17,17)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #155950

#155950
(21,89,80)
#2A685F
(42,104,95)
#3F776E
(63,119,110)
#54867D
(84,134,125)
#69958C
(105,149,140)
#7EA49B
(126,164,155)
#93B3AA
(147,179,170)
#A8C2B9
(168,194,185)
#BDD1C8
(189,209,200)
#D2E0D7
(210,224,215)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155950 color. Also use rgb(21,89,80) instead hex code.

Text Font Color

.myTextColor { color: #155950; }

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

This text font color is #155950.

Background Color

.myBgColor { background-color: #155950; }

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

This div background color is #155950.

Border color

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

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

This div border color is #155950.

Opacity

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

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

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

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

This text has shadow with #155950 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #155950.

Preview

Color preview on black background

This text has color #155950 on black background.


Color preview on white background

This text has color #155950 on white background.


Black color preview on #155950 background

This text has black color on #155950 background.


White color preview on #155950 background

This text has white color on #155950 background.


Related colors

Complementary color

Complementary color for #hex is #EAA6AF.


I love getcolorcode.com

Triadic colors

1 #501559 and #595015 with #155950 are triadic colors.

2 #505915 and #591550 with #155950 are triadic colors.