COLOR #365B67

HEX: #365B67
RGB: (54,91,103)

Color info

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

RGB color model

#365B67 color RGB value is (54,91,103).

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

RGB channels and saturation

R 54 of 255 = 21%
G 91 of 255 = 36%
B 103 of 255 = 40%

54
91
103

R + G + B ~ 32%. #365B67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 91 + 103 = 248 (100%)
R 54 of 248 ~ 21.77%
G 91 of 248 ~ 36.69%
B 103 of 248 ~ 41.53%

%21.77
%36.69
%41.53

CMYK color model

#365B67 color CMYK value is (48,12,0,60).

  • cyan value is 47.57%
  • magenta value is 11.65%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(48,12,0,60)
C48M12Y0K60 
(48%,12%,0%,60%)
(0.48/0.12/0.00/0.60)	

CMYK percentages

%47.57
%11.65
%0
%59.61

Codes

Color #365B67 in popluar color models

365B67
RGB5491103
HSL195°31.21%30.78%
HSB/HSV195°47.57%40.39%
CMYK47.57%11.65%0.00%
59.61%

Color #365B67 in popluar number systems.

HEX365B67
Decimal5491103
Binary11011010110111100111
Octal66133147

Shades and tints

Shades of #365B67

#365B67
(54,91,103)
#32535E
(50,83,94)
#2E4B55
(46,75,85)
#2A434C
(42,67,76)
#263B43
(38,59,67)
#22333A
(34,51,58)
#1E2B31
(30,43,49)
#1A2328
(26,35,40)
#161B1F
(22,27,31)
#121316
(18,19,22)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #365B67

#365B67
(54,91,103)
#486974
(72,105,116)
#5A7781
(90,119,129)
#6C858E
(108,133,142)
#7E939B
(126,147,155)
#90A1A8
(144,161,168)
#A2AFB5
(162,175,181)
#B4BDC2
(180,189,194)
#C6CBCF
(198,203,207)
#D8D9DC
(216,217,220)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365B67; }

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

This text font color is #365B67.


Background Color

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

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

This div background color is #365B67.


Border color

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

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

This div border color is #365B67.


Opacity

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

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

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

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

This text has shadow with #365B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365B67 on black background.


Color preview on white background

This text has color #365B67 on white background.



Black color preview on #365B67 background

This text has black color on #365B67 background.


White color preview on #365B67 background

This text has white color on #365B67 background.