COLOR #365354

HEX: #365354
RGB: (54,83,84)

Color info

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

RGB color model

#365354 color RGB value is (54,83,84).

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

RGB channels and saturation

R 54 of 255 = 21%
G 83 of 255 = 33%
B 84 of 255 = 33%

54
83
84

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

Portions of RGB colors in percentages

R + G + B =
54 + 83 + 84 = 221 (100%)
R 54 of 221 ~ 24.43%
G 83 of 221 ~ 37.56%
B 84 of 221 ~ 38.01%

%24.43
%37.56
%38.01

CMYK color model

#365354 color CMYK value is (36,1,0,67).

  • cyan value is 35.71%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(36,1,0,67)
C36M1Y0K67 
(36%,1%,0%,67%)
(0.36/0.01/0.00/0.67)	

CMYK percentages

%35.71
%1.19
%0
%67.06

Codes

Color #365354 in popluar color models

365354
RGB548384
HSL182°21.74%27.06%
HSB/HSV182°35.71%32.94%
CMYK35.71%1.19%0.00%
67.06%

Color #365354 in popluar number systems.

HEX365354
Decimal548384
Binary11011010100111010100
Octal66123124

Shades and tints

Shades of #365354

#365354
(54,83,84)
#324C4D
(50,76,77)
#2E4546
(46,69,70)
#2A3E3F
(42,62,63)
#263738
(38,55,56)
#223031
(34,48,49)
#1E292A
(30,41,42)
#1A2223
(26,34,35)
#161B1C
(22,27,28)
#121415
(18,20,21)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #365354

#365354
(54,83,84)
#486263
(72,98,99)
#5A7172
(90,113,114)
#6C8081
(108,128,129)
#7E8F90
(126,143,144)
#909E9F
(144,158,159)
#A2ADAE
(162,173,174)
#B4BCBD
(180,188,189)
#C6CBCC
(198,203,204)
#D8DADB
(216,218,219)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365354; }

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

This text font color is #365354.


Background Color

.myBgColor { background-color: #365354; }

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

This div background color is #365354.


Border color

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

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

This div border color is #365354.


Opacity

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

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

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

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

This text has shadow with #365354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365354 on black background.


Color preview on white background

This text has color #365354 on white background.



Black color preview on #365354 background

This text has black color on #365354 background.


White color preview on #365354 background

This text has white color on #365354 background.