COLOR #369588

HEX: #369588
RGB: (54,149,136)

Color info

#369588 contains mainly green and blue colors. Web safe color of #369588 is #339999 (or #399).

RGB color model

#369588 color RGB value is (54,149,136).

  • red value is 54;
  • green value is 149;
  • blue value is 136.
RGB:
(54,149,136)
(21%,58%,53%)

RGB channels and saturation

R 54 of 255 = 21%
G 149 of 255 = 58%
B 136 of 255 = 53%

54
149
136

R + G + B ~ 44%. #369588 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 149 + 136 = 339 (100%)
R 54 of 339 ~ 15.93%
G 149 of 339 ~ 43.95%
B 136 of 339 ~ 40.12%

%15.93
%43.95
%40.12

CMYK color model

#369588 color CMYK value is (64,0,9,42).

  • cyan value is 63.76%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 41.57%
CMYK:
(64,0,9,42)
C64M0Y9K42 
(64%,0%,9%,42%)
(0.64/0.00/0.09/0.42)	

CMYK percentages

%63.76
%0
%8.72
%41.57

Codes

Color #369588 in popluar color models

369588
RGB54149136
HSL172°46.80%39.80%
HSB/HSV172°63.76%58.43%
CMYK63.76%0.00%8.72%
41.57%

Color #369588 in popluar number systems.

HEX369588
Decimal54149136
Binary1101101001010110001000
Octal66225210

Shades and tints

Shades of #369588

#369588
(54,149,136)
#32887C
(50,136,124)
#2E7B70
(46,123,112)
#2A6E64
(42,110,100)
#266158
(38,97,88)
#22544C
(34,84,76)
#1E4740
(30,71,64)
#1A3A34
(26,58,52)
#162D28
(22,45,40)
#12201C
(18,32,28)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #369588

#369588
(54,149,136)
#489E92
(72,158,146)
#5AA79C
(90,167,156)
#6CB0A6
(108,176,166)
#7EB9B0
(126,185,176)
#90C2BA
(144,194,186)
#A2CBC4
(162,203,196)
#B4D4CE
(180,212,206)
#C6DDD8
(198,221,216)
#D8E6E2
(216,230,226)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #369588 color. Also use rgb(54,149,136) instead hex code.

Text Font Color

.myTextColor { color: #369588; }

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

This text font color is #369588.


Background Color

.myBgColor { background-color: #369588; }

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

This div background color is #369588.


Border color

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

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

This div border color is #369588.


Opacity

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

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

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

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

This text has shadow with #369588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #369588 on black background.


Color preview on white background

This text has color #369588 on white background.



Black color preview on #369588 background

This text has black color on #369588 background.


White color preview on #369588 background

This text has white color on #369588 background.