COLOR #365B53

HEX: #365B53
RGB: (54,91,83)

Color info

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

RGB color model

#365B53 color RGB value is (54,91,83).

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

RGB channels and saturation

R 54 of 255 = 21%
G 91 of 255 = 36%
B 83 of 255 = 33%

54
91
83

R + G + B ~ 30%. #365B53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 91 + 83 = 228 (100%)
R 54 of 228 ~ 23.68%
G 91 of 228 ~ 39.91%
B 83 of 228 ~ 36.4%

%23.68
%39.91
%36.4

CMYK color model

#365B53 color CMYK value is (41,0,9,64).

  • cyan value is 40.66%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 64.31%
CMYK:
(41,0,9,64)
C41M0Y9K64 
(41%,0%,9%,64%)
(0.41/0.00/0.09/0.64)	

CMYK percentages

%40.66
%0
%8.79
%64.31

Codes

Color #365B53 in popluar color models

365B53
RGB549183
HSL167°25.52%28.43%
HSB/HSV167°40.66%35.69%
CMYK40.66%0.00%8.79%
64.31%

Color #365B53 in popluar number systems.

HEX365B53
Decimal549183
Binary11011010110111010011
Octal66133123

Shades and tints

Shades of #365B53

#365B53
(54,91,83)
#32534C
(50,83,76)
#2E4B45
(46,75,69)
#2A433E
(42,67,62)
#263B37
(38,59,55)
#223330
(34,51,48)
#1E2B29
(30,43,41)
#1A2322
(26,35,34)
#161B1B
(22,27,27)
#121314
(18,19,20)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #365B53

#365B53
(54,91,83)
#486962
(72,105,98)
#5A7771
(90,119,113)
#6C8580
(108,133,128)
#7E938F
(126,147,143)
#90A19E
(144,161,158)
#A2AFAD
(162,175,173)
#B4BDBC
(180,189,188)
#C6CBCB
(198,203,203)
#D8D9DA
(216,217,218)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365B53; }

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

This text font color is #365B53.


Background Color

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

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

This div background color is #365B53.


Border color

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

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

This div border color is #365B53.


Opacity

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

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

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

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

This text has shadow with #365B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365B53 on black background.


Color preview on white background

This text has color #365B53 on white background.



Black color preview on #365B53 background

This text has black color on #365B53 background.


White color preview on #365B53 background

This text has white color on #365B53 background.