COLOR #365F52

HEX: #365F52
RGB: (54,95,82)

Color info

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

RGB color model

#365F52 color RGB value is (54,95,82).

  • red value is 54;
  • green value is 95;
  • blue value is 82.
RGB: (54,95,82) (21%,37%,32%)

RGB channels and saturation

R 54 of 255 = 21%
G 95 of 255 = 37%
B 82 of 255 = 32%

54
95
82

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

Portions of RGB colors in percentages

R + G + B =
54 + 95 + 82 = 231 (100%)
R 54 of 231 ~ 23.38%
G 95 of 231 ~ 41.13%
B 82 of 231 ~ 35.5%

%23.38
%41.13
%35.5

CMYK color model

#365F52 color CMYK value is (43,0,14,63).

  • cyan value is 43.16%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 62.75%
CMYK: (43,0,14,63) C43M0Y14K63 (43%,0%,14%,63%) (0.43/0.00/0.14/0.63)

CMYK percentages

%43.16
%0
%13.68
%62.75

Codes

Color #365F52 in popluar color models

365F52
RGB549582
HSL161°27.52%29.22%
HSB/HSV161°43.16%37.25%
CMYK43.16%0.00%13.68%
62.75%

Color #365F52 in popluar number systems.

HEX365F52
Decimal549582
Binary11011010111111010010
Octal66137122

Shades and tints

Shades of #365F52

#365F52
(54,95,82)
#32574B
(50,87,75)
#2E4F44
(46,79,68)
#2A473D
(42,71,61)
#263F36
(38,63,54)
#22372F
(34,55,47)
#1E2F28
(30,47,40)
#1A2721
(26,39,33)
#161F1A
(22,31,26)
#121713
(18,23,19)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #365F52

#365F52
(54,95,82)
#486D61
(72,109,97)
#5A7B70
(90,123,112)
#6C897F
(108,137,127)
#7E978E
(126,151,142)
#90A59D
(144,165,157)
#A2B3AC
(162,179,172)
#B4C1BB
(180,193,187)
#C6CFCA
(198,207,202)
#D8DDD9
(216,221,217)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365F52 color. Also use rgb(54,95,82) instead hex code.

Text Font Color

.myTextColor { color: #365F52; }

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

This text font color is #365F52.


Background Color

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

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

This div background color is #365F52.


Border color

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

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

This div border color is #365F52.


Opacity

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

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

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

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

This text has shadow with #365F52 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #365F52 on black background.


Color preview on white background

This text has color #365F52 on white background.



Black color preview on #365F52 background

This text has black color on #365F52 background.


White color preview on #365F52 background

This text has white color on #365F52 background.