COLOR #365567

HEX: #365567
RGB: (54,85,103)

Color info

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

RGB color model

#365567 color RGB value is (54,85,103).

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

RGB channels and saturation

R 54 of 255 = 21%
G 85 of 255 = 33%
B 103 of 255 = 40%

54
85
103

R + G + B ~ 31%. #365567 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 85 + 103 = 242 (100%)
R 54 of 242 ~ 22.31%
G 85 of 242 ~ 35.12%
B 103 of 242 ~ 42.56%

%22.31
%35.12
%42.56

CMYK color model

#365567 color CMYK value is (48,17,0,60).

  • cyan value is 47.57%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(48,17,0,60)
C48M17Y0K60 
(48%,17%,0%,60%)
(0.48/0.17/0.00/0.60)	

CMYK percentages

%47.57
%17.48
%0
%59.61

Codes

Color #365567 in popluar color models

365567
RGB5485103
HSL202°31.21%30.78%
HSB/HSV202°47.57%40.39%
CMYK47.57%17.48%0.00%
59.61%

Color #365567 in popluar number systems.

HEX365567
Decimal5485103
Binary11011010101011100111
Octal66125147

Shades and tints

Shades of #365567

#365567
(54,85,103)
#324E5E
(50,78,94)
#2E4755
(46,71,85)
#2A404C
(42,64,76)
#263943
(38,57,67)
#22323A
(34,50,58)
#1E2B31
(30,43,49)
#1A2428
(26,36,40)
#161D1F
(22,29,31)
#121616
(18,22,22)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #365567

#365567
(54,85,103)
#486474
(72,100,116)
#5A7381
(90,115,129)
#6C828E
(108,130,142)
#7E919B
(126,145,155)
#90A0A8
(144,160,168)
#A2AFB5
(162,175,181)
#B4BEC2
(180,190,194)
#C6CDCF
(198,205,207)
#D8DCDC
(216,220,220)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365567; }

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

This text font color is #365567.


Background Color

.myBgColor { background-color: #365567; }

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

This div background color is #365567.


Border color

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

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

This div border color is #365567.


Opacity

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

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

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

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

This text has shadow with #365567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365567 on black background.


Color preview on white background

This text has color #365567 on white background.



Black color preview on #365567 background

This text has black color on #365567 background.


White color preview on #365567 background

This text has white color on #365567 background.