COLOR #365B51

HEX: #365B51
RGB: (54,91,81)

Color info

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

RGB color model

#365B51 color RGB value is (54,91,81).

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

RGB channels and saturation

R 54 of 255 = 21%
G 91 of 255 = 36%
B 81 of 255 = 32%

54
91
81

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

Portions of RGB colors in percentages

R + G + B =
54 + 91 + 81 = 226 (100%)
R 54 of 226 ~ 23.89%
G 91 of 226 ~ 40.27%
B 81 of 226 ~ 35.84%

%23.89
%40.27
%35.84

CMYK color model

#365B51 color CMYK value is (41,0,11,64).

  • cyan value is 40.66%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 64.31%
CMYK:
(41,0,11,64)
C41M0Y11K64 
(41%,0%,11%,64%)
(0.41/0.00/0.11/0.64)	

CMYK percentages

%40.66
%0
%10.99
%64.31

Codes

Color #365B51 in popluar color models

365B51
RGB549181
HSL164°25.52%28.43%
HSB/HSV164°40.66%35.69%
CMYK40.66%0.00%10.99%
64.31%

Color #365B51 in popluar number systems.

HEX365B51
Decimal549181
Binary11011010110111010001
Octal66133121

Shades and tints

Shades of #365B51

#365B51
(54,91,81)
#32534A
(50,83,74)
#2E4B43
(46,75,67)
#2A433C
(42,67,60)
#263B35
(38,59,53)
#22332E
(34,51,46)
#1E2B27
(30,43,39)
#1A2320
(26,35,32)
#161B19
(22,27,25)
#121312
(18,19,18)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #365B51

#365B51
(54,91,81)
#486960
(72,105,96)
#5A776F
(90,119,111)
#6C857E
(108,133,126)
#7E938D
(126,147,141)
#90A19C
(144,161,156)
#A2AFAB
(162,175,171)
#B4BDBA
(180,189,186)
#C6CBC9
(198,203,201)
#D8D9D8
(216,217,216)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365B51; }

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

This text font color is #365B51.


Background Color

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

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

This div background color is #365B51.


Border color

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

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

This div border color is #365B51.


Opacity

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

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

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

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

This text has shadow with #365B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365B51 on black background.


Color preview on white background

This text has color #365B51 on white background.



Black color preview on #365B51 background

This text has black color on #365B51 background.


White color preview on #365B51 background

This text has white color on #365B51 background.