COLOR #365059

HEX: #365059
RGB: (54,80,89)

Color info

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

RGB color model

#365059 color RGB value is (54,80,89).

  • red value is 54;
  • green value is 80;
  • blue value is 89.
RGB:
(54,80,89)
(21%,31%,35%)

RGB channels and saturation

R 54 of 255 = 21%
G 80 of 255 = 31%
B 89 of 255 = 35%

54
80
89

R + G + B ~ 29%. #365059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 80 + 89 = 223 (100%)
R 54 of 223 ~ 24.22%
G 80 of 223 ~ 35.87%
B 89 of 223 ~ 39.91%

%24.22
%35.87
%39.91

CMYK color model

#365059 color CMYK value is (39,10,0,65).

  • cyan value is 39.33%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(39,10,0,65)
C39M10Y0K65 
(39%,10%,0%,65%)
(0.39/0.10/0.00/0.65)	

CMYK percentages

%39.33
%10.11
%0
%65.1

Codes

Color #365059 in popluar color models

365059
RGB548089
HSL195°24.48%28.04%
HSB/HSV195°39.33%34.90%
CMYK39.33%10.11%0.00%
65.10%

Color #365059 in popluar number systems.

HEX365059
Decimal548089
Binary11011010100001011001
Octal66120131

Shades and tints

Shades of #365059

#365059
(54,80,89)
#324951
(50,73,81)
#2E4249
(46,66,73)
#2A3B41
(42,59,65)
#263439
(38,52,57)
#222D31
(34,45,49)
#1E2629
(30,38,41)
#1A1F21
(26,31,33)
#161819
(22,24,25)
#121111
(18,17,17)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #365059

#365059
(54,80,89)
#485F68
(72,95,104)
#5A6E77
(90,110,119)
#6C7D86
(108,125,134)
#7E8C95
(126,140,149)
#909BA4
(144,155,164)
#A2AAB3
(162,170,179)
#B4B9C2
(180,185,194)
#C6C8D1
(198,200,209)
#D8D7E0
(216,215,224)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365059 color. Also use rgb(54,80,89) instead hex code.

Text Font Color

.myTextColor { color: #365059; }

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

This text font color is #365059.


Background Color

.myBgColor { background-color: #365059; }

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

This div background color is #365059.


Border color

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

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

This div border color is #365059.


Opacity

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

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

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

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

This text has shadow with #365059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365059 on black background.


Color preview on white background

This text has color #365059 on white background.



Black color preview on #365059 background

This text has black color on #365059 background.


White color preview on #365059 background

This text has white color on #365059 background.