COLOR #365851

HEX: #365851
RGB: (54,88,81)

Color info

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

RGB color model

#365851 color RGB value is (54,88,81).

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

RGB channels and saturation

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

54
88
81

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

Portions of RGB colors in percentages

R + G + B =
54 + 88 + 81 = 223 (100%)
R 54 of 223 ~ 24.22%
G 88 of 223 ~ 39.46%
B 81 of 223 ~ 36.32%

%24.22
%39.46
%36.32

CMYK color model

#365851 color CMYK value is (39,0,8,65).

  • cyan value is 38.64%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 65.49%
CMYK:
(39,0,8,65)
C39M0Y8K65 
(39%,0%,8%,65%)
(0.39/0.00/0.08/0.65)	

CMYK percentages

%38.64
%0
%7.95
%65.49

Codes

Color #365851 in popluar color models

365851
RGB548881
HSL168°23.94%27.84%
HSB/HSV168°38.64%34.51%
CMYK38.64%0.00%7.95%
65.49%

Color #365851 in popluar number systems.

HEX365851
Decimal548881
Binary11011010110001010001
Octal66130121

Shades and tints

Shades of #365851

#365851
(54,88,81)
#32504A
(50,80,74)
#2E4843
(46,72,67)
#2A403C
(42,64,60)
#263835
(38,56,53)
#22302E
(34,48,46)
#1E2827
(30,40,39)
#1A2020
(26,32,32)
#161819
(22,24,25)
#121012
(18,16,18)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #365851

#365851
(54,88,81)
#486760
(72,103,96)
#5A766F
(90,118,111)
#6C857E
(108,133,126)
#7E948D
(126,148,141)
#90A39C
(144,163,156)
#A2B2AB
(162,178,171)
#B4C1BA
(180,193,186)
#C6D0C9
(198,208,201)
#D8DFD8
(216,223,216)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365851; }

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

This text font color is #365851.


Background Color

.myBgColor { background-color: #365851; }

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

This div background color is #365851.


Border color

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

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

This div border color is #365851.


Opacity

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

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

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

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

This text has shadow with #365851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365851 on black background.


Color preview on white background

This text has color #365851 on white background.



Black color preview on #365851 background

This text has black color on #365851 background.


White color preview on #365851 background

This text has white color on #365851 background.