COLOR #365A55

HEX: #365A55 RGB: (54,90,85)

Color info

#365A55 contains red, green and blue colors in about the same proportion. Web safe color of #365A55 is #336666 (or #366).

RGB color model

#365A55 color RGB value is (54,90,85).

RGB: (54,90,85) (21%, 35%, 33%)

RGB channels and saturation

R 54 of 255 = 21%
G 90 of 255 = 35%
B 85 of 255 = 33%

54
90
85

R + G + B ~ 30%. #365A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 90 + 85 = 229 (100%)
R 54 of 229 ~ 23.58%
G 90 of 229 ~ 39.3%
B 85 of 229 ~ 37.12'%

%23.58
%39.3
%37.12

CMYK color model

#365A55 color CMYK value is (40,0,6,65).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 64.71%

CMYK: (40,0,6,65)
C40M0Y6K65 (40%, 0%, 6%, 65%)
(0.40 / 0.00 / 0.06 / 0.65)

CMYK percentages

%40
%0
%5.56
%64.71

Codes

Color #365A55 in popluar color models

36 5A 55
RGB 54 90 85
HSL 172° 25.00% 28.24%
HSB/HSV 172° 40.00% 35.29%
CMYK 40.00% 0.00% 5.56%
64.71%

Color #365A55 in popluar number systems.

HEX 36 5A 55
Decimal 54 90 85
Binary 110110 1011010 1010101
Octal 66 132 125

Shades and tints

Shades of #365A55

#365A55
(54,90,85)
#32524E
(50,82,78)
#2E4A47
(46,74,71)
#2A4240
(42,66,64)
#263A39
(38,58,57)
#223232
(34,50,50)
#1E2A2B
(30,42,43)
#1A2224
(26,34,36)
#161A1D
(22,26,29)
#121216
(18,18,22)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #365A55

#365A55
(54,90,85)
#486964
(72,105,100)
#5A7873
(90,120,115)
#6C8782
(108,135,130)
#7E9691
(126,150,145)
#90A5A0
(144,165,160)
#A2B4AF
(162,180,175)
#B4C3BE
(180,195,190)
#C6D2CD
(198,210,205)
#D8E1DC
(216,225,220)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365A55 color. Also use rgb(54,90,85) instead hex code.

Text Font Color

.myTextColor { color: #365A55; }

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

This text font color is #365A55.

Background Color

.myBgColor { background-color: #365A55; }

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

This div background color is #365A55.

Border color

.myBorderColor { border: 1px solid #365A55; }

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

This div border color is #365A55.

Opacity

.myOpacity80 { color: #365A55; opacity: 0.8; }

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

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

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

This text has shadow with #365A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #365A55.

Preview

Color preview on black background

This text has color #365A55 on black background.


Color preview on white background

This text has color #365A55 on white background.


Black color preview on #365A55 background

This text has black color on #365A55 background.


White color preview on #365A55 background

This text has white color on #365A55 background.


Related colors

Complementary color

Complementary color for #hex is #C9A5AA.


I love getcolorcode.com

Triadic colors

1 #55365A and #5A5536 with #365A55 are triadic colors.

2 #555A36 and #5A3655 with #365A55 are triadic colors.