COLOR #365155

HEX: #365155
RGB: (54,81,85)

Color info

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

RGB color model

#365155 color RGB value is (54,81,85).

  • red value is 54;
  • green value is 81;
  • blue value is 85.
RGB:
(54,81,85)
(21%,32%,33%)

RGB channels and saturation

R 54 of 255 = 21%
G 81 of 255 = 32%
B 85 of 255 = 33%

54
81
85

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

Portions of RGB colors in percentages

R + G + B =
54 + 81 + 85 = 220 (100%)
R 54 of 220 ~ 24.55%
G 81 of 220 ~ 36.82%
B 85 of 220 ~ 38.64%

%24.55
%36.82
%38.64

CMYK color model

#365155 color CMYK value is (36,5,0,67).

  • cyan value is 36.47%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(36,5,0,67)
C36M5Y0K67 
(36%,5%,0%,67%)
(0.36/0.05/0.00/0.67)	

CMYK percentages

%36.47
%4.71
%0
%66.67

Codes

Color #365155 in popluar color models

365155
RGB548185
HSL188°22.30%27.25%
HSB/HSV188°36.47%33.33%
CMYK36.47%4.71%0.00%
66.67%

Color #365155 in popluar number systems.

HEX365155
Decimal548185
Binary11011010100011010101
Octal66121125

Shades and tints

Shades of #365155

#365155
(54,81,85)
#324A4E
(50,74,78)
#2E4347
(46,67,71)
#2A3C40
(42,60,64)
#263539
(38,53,57)
#222E32
(34,46,50)
#1E272B
(30,39,43)
#1A2024
(26,32,36)
#16191D
(22,25,29)
#121216
(18,18,22)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #365155

#365155
(54,81,85)
#486064
(72,96,100)
#5A6F73
(90,111,115)
#6C7E82
(108,126,130)
#7E8D91
(126,141,145)
#909CA0
(144,156,160)
#A2ABAF
(162,171,175)
#B4BABE
(180,186,190)
#C6C9CD
(198,201,205)
#D8D8DC
(216,216,220)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365155; }

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

This text font color is #365155.


Background Color

.myBgColor { background-color: #365155; }

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

This div background color is #365155.


Border color

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

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

This div border color is #365155.


Opacity

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

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

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

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

This text has shadow with #365155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365155 on black background.


Color preview on white background

This text has color #365155 on white background.



Black color preview on #365155 background

This text has black color on #365155 background.


White color preview on #365155 background

This text has white color on #365155 background.