COLOR #365258

HEX: #365258
RGB: (54,82,88)

Color info

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

RGB color model

#365258 color RGB value is (54,82,88).

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

RGB channels and saturation

R 54 of 255 = 21%
G 82 of 255 = 32%
B 88 of 255 = 35%

54
82
88

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

Portions of RGB colors in percentages

R + G + B =
54 + 82 + 88 = 224 (100%)
R 54 of 224 ~ 24.11%
G 82 of 224 ~ 36.61%
B 88 of 224 ~ 39.29%

%24.11
%36.61
%39.29

CMYK color model

#365258 color CMYK value is (39,7,0,65).

  • cyan value is 38.64%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(39,7,0,65)
C39M7Y0K65 
(39%,7%,0%,65%)
(0.39/0.07/0.00/0.65)	

CMYK percentages

%38.64
%6.82
%0
%65.49

Codes

Color #365258 in popluar color models

365258
RGB548288
HSL191°23.94%27.84%
HSB/HSV191°38.64%34.51%
CMYK38.64%6.82%0.00%
65.49%

Color #365258 in popluar number systems.

HEX365258
Decimal548288
Binary11011010100101011000
Octal66122130

Shades and tints

Shades of #365258

#365258
(54,82,88)
#324B50
(50,75,80)
#2E4448
(46,68,72)
#2A3D40
(42,61,64)
#263638
(38,54,56)
#222F30
(34,47,48)
#1E2828
(30,40,40)
#1A2120
(26,33,32)
#161A18
(22,26,24)
#121310
(18,19,16)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #365258

#365258
(54,82,88)
#486167
(72,97,103)
#5A7076
(90,112,118)
#6C7F85
(108,127,133)
#7E8E94
(126,142,148)
#909DA3
(144,157,163)
#A2ACB2
(162,172,178)
#B4BBC1
(180,187,193)
#C6CAD0
(198,202,208)
#D8D9DF
(216,217,223)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365258; }

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

This text font color is #365258.


Background Color

.myBgColor { background-color: #365258; }

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

This div background color is #365258.


Border color

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

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

This div border color is #365258.


Opacity

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

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

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

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

This text has shadow with #365258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365258 on black background.


Color preview on white background

This text has color #365258 on white background.



Black color preview on #365258 background

This text has black color on #365258 background.


White color preview on #365258 background

This text has white color on #365258 background.