COLOR #365551

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

54
85
81

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

Portions of RGB colors in percentages

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

%24.55
%38.64
%36.82

CMYK color model

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

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

CMYK percentages

%36.47
%0
%4.71
%66.67

Codes

Color #365551 in popluar color models

365551
RGB548581
HSL172°22.30%27.25%
HSB/HSV172°36.47%33.33%
CMYK36.47%0.00%4.71%
66.67%

Color #365551 in popluar number systems.

HEX365551
Decimal548581
Binary11011010101011010001
Octal66125121

Shades and tints

Shades of #365551

#365551
(54,85,81)
#324E4A
(50,78,74)
#2E4743
(46,71,67)
#2A403C
(42,64,60)
#263935
(38,57,53)
#22322E
(34,50,46)
#1E2B27
(30,43,39)
#1A2420
(26,36,32)
#161D19
(22,29,25)
#121612
(18,22,18)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #365551

#365551
(54,85,81)
#486460
(72,100,96)
#5A736F
(90,115,111)
#6C827E
(108,130,126)
#7E918D
(126,145,141)
#90A09C
(144,160,156)
#A2AFAB
(162,175,171)
#B4BEBA
(180,190,186)
#C6CDC9
(198,205,201)
#D8DCD8
(216,220,216)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365551; }

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

This text font color is #365551.


Background Color

.myBgColor { background-color: #365551; }

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

This div background color is #365551.


Border color

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

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

This div border color is #365551.


Opacity

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

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

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

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

This text has shadow with #365551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365551 on black background.


Color preview on white background

This text has color #365551 on white background.



Black color preview on #365551 background

This text has black color on #365551 background.


White color preview on #365551 background

This text has white color on #365551 background.