COLOR #365A4E

HEX: #365A4E RGB: (54,90,78)

Color info

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

RGB color model

#365A4E color RGB value is (54,90,78).

RGB: (54,90,78) (21%, 35%, 31%)

RGB channels and saturation

R 54 of 255 = 21%
G 90 of 255 = 35%
B 78 of 255 = 31%

54
90
78

R + G + B ~ 29%. #365A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 90 + 78 = 222 (100%)
R 54 of 222 ~ 24.32%
G 90 of 222 ~ 40.54%
B 78 of 222 ~ 35.14'%

%24.32
%40.54
%35.14

CMYK color model

#365A4E color CMYK value is (40,0,13,65).

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

CMYK: (40,0,13,65)
C40M0Y13K65 (40%, 0%, 13%, 65%)
(0.40 / 0.00 / 0.13 / 0.65)

CMYK percentages

%40
%0
%13.33
%64.71

Codes

Color #365A4E in popluar color models

36 5A 4E
RGB 54 90 78
HSL 160° 25.00% 28.24%
HSB/HSV 160° 40.00% 35.29%
CMYK 40.00% 0.00% 13.33%
64.71%

Color #365A4E in popluar number systems.

HEX 36 5A 4E
Decimal 54 90 78
Binary 110110 1011010 1001110
Octal 66 132 116

Shades and tints

Shades of #365A4E

#365A4E
(54,90,78)
#325247
(50,82,71)
#2E4A40
(46,74,64)
#2A4239
(42,66,57)
#263A32
(38,58,50)
#22322B
(34,50,43)
#1E2A24
(30,42,36)
#1A221D
(26,34,29)
#161A16
(22,26,22)
#12120F
(18,18,15)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #365A4E

#365A4E
(54,90,78)
#48695E
(72,105,94)
#5A786E
(90,120,110)
#6C877E
(108,135,126)
#7E968E
(126,150,142)
#90A59E
(144,165,158)
#A2B4AE
(162,180,174)
#B4C3BE
(180,195,190)
#C6D2CE
(198,210,206)
#D8E1DE
(216,225,222)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365A4E; }

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

This text font color is #365A4E.

Background Color

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

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

This div background color is #365A4E.

Border color

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

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

This div border color is #365A4E.

Opacity

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

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

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

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

This text has shadow with #365A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #365A4E.

Preview

Color preview on black background

This text has color #365A4E on black background.


Color preview on white background

This text has color #365A4E on white background.


Black color preview on #365A4E background

This text has black color on #365A4E background.


White color preview on #365A4E background

This text has white color on #365A4E background.


Related colors

Complementary color

Complementary color for #hex is #C9A5B1.


I love getcolorcode.com

Triadic colors

1 #4E365A and #5A4E36 with #365A4E are triadic colors.

2 #4E5A36 and #5A364E with #365A4E are triadic colors.