COLOR #365351

HEX: #365351
RGB: (54,83,81)

Color info

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

RGB color model

#365351 color RGB value is (54,83,81).

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

RGB channels and saturation

R 54 of 255 = 21%
G 83 of 255 = 33%
B 81 of 255 = 32%

54
83
81

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

Portions of RGB colors in percentages

R + G + B =
54 + 83 + 81 = 218 (100%)
R 54 of 218 ~ 24.77%
G 83 of 218 ~ 38.07%
B 81 of 218 ~ 37.16%

%24.77
%38.07
%37.16

CMYK color model

#365351 color CMYK value is (35,0,2,67).

  • cyan value is 34.94%
  • magenta value is 0.00%
  • yellow value is 2.41%
  • key color value is 67.45%
CMYK:
(35,0,2,67)
C35M0Y2K67 
(35%,0%,2%,67%)
(0.35/0.00/0.02/0.67)	

CMYK percentages

%34.94
%0
%2.41
%67.45

Codes

Color #365351 in popluar color models

365351
RGB548381
HSL176°21.17%26.86%
HSB/HSV176°34.94%32.55%
CMYK34.94%0.00%2.41%
67.45%

Color #365351 in popluar number systems.

HEX365351
Decimal548381
Binary11011010100111010001
Octal66123121

Shades and tints

Shades of #365351

#365351
(54,83,81)
#324C4A
(50,76,74)
#2E4543
(46,69,67)
#2A3E3C
(42,62,60)
#263735
(38,55,53)
#22302E
(34,48,46)
#1E2927
(30,41,39)
#1A2220
(26,34,32)
#161B19
(22,27,25)
#121412
(18,20,18)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #365351

#365351
(54,83,81)
#486260
(72,98,96)
#5A716F
(90,113,111)
#6C807E
(108,128,126)
#7E8F8D
(126,143,141)
#909E9C
(144,158,156)
#A2ADAB
(162,173,171)
#B4BCBA
(180,188,186)
#C6CBC9
(198,203,201)
#D8DAD8
(216,218,216)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365351; }

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

This text font color is #365351.


Background Color

.myBgColor { background-color: #365351; }

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

This div background color is #365351.


Border color

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

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

This div border color is #365351.


Opacity

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

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

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

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

This text has shadow with #365351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365351 on black background.


Color preview on white background

This text has color #365351 on white background.



Black color preview on #365351 background

This text has black color on #365351 background.


White color preview on #365351 background

This text has white color on #365351 background.