COLOR #365844

HEX: #365844
RGB: (54,88,68)

Color info

#365844 contains red, green and blue colors in about the same proportion. Web safe color of #365844 is #336633 (or #363).

RGB color model

#365844 color RGB value is (54,88,68).

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

RGB channels and saturation

R 54 of 255 = 21%
G 88 of 255 = 35%
B 68 of 255 = 27%

54
88
68

R + G + B ~ 28%. #365844 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 88 + 68 = 210 (100%)
R 54 of 210 ~ 25.71%
G 88 of 210 ~ 41.9%
B 68 of 210 ~ 32.38%

%25.71
%41.9
%32.38

CMYK color model

#365844 color CMYK value is (39,0,23,65).

  • cyan value is 38.64%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 65.49%
CMYK:
(39,0,23,65)
C39M0Y23K65 
(39%,0%,23%,65%)
(0.39/0.00/0.23/0.65)	

CMYK percentages

%38.64
%0
%22.73
%65.49

Codes

Color #365844 in popluar color models

365844
RGB548868
HSL145°23.94%27.84%
HSB/HSV145°38.64%34.51%
CMYK38.64%0.00%22.73%
65.49%

Color #365844 in popluar number systems.

HEX365844
Decimal548868
Binary11011010110001000100
Octal66130104

Shades and tints

Shades of #365844

#365844
(54,88,68)
#32503E
(50,80,62)
#2E4838
(46,72,56)
#2A4032
(42,64,50)
#26382C
(38,56,44)
#223026
(34,48,38)
#1E2820
(30,40,32)
#1A201A
(26,32,26)
#161814
(22,24,20)
#12100E
(18,16,14)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #365844

#365844
(54,88,68)
#486755
(72,103,85)
#5A7666
(90,118,102)
#6C8577
(108,133,119)
#7E9488
(126,148,136)
#90A399
(144,163,153)
#A2B2AA
(162,178,170)
#B4C1BB
(180,193,187)
#C6D0CC
(198,208,204)
#D8DFDD
(216,223,221)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365844; }

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

This text font color is #365844.


Background Color

.myBgColor { background-color: #365844; }

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

This div background color is #365844.


Border color

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

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

This div border color is #365844.


Opacity

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

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

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

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

This text has shadow with #365844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365844 on black background.


Color preview on white background

This text has color #365844 on white background.



Black color preview on #365844 background

This text has black color on #365844 background.


White color preview on #365844 background

This text has white color on #365844 background.