COLOR #365048

HEX: #365048
RGB: (54,80,72)

Color info

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

RGB color model

#365048 color RGB value is (54,80,72).

  • red value is 54;
  • green value is 80;
  • blue value is 72.
RGB:
(54,80,72)
(21%,31%,28%)

RGB channels and saturation

R 54 of 255 = 21%
G 80 of 255 = 31%
B 72 of 255 = 28%

54
80
72

R + G + B ~ 27%. #365048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 80 + 72 = 206 (100%)
R 54 of 206 ~ 26.21%
G 80 of 206 ~ 38.83%
B 72 of 206 ~ 34.95%

%26.21
%38.83
%34.95

CMYK color model

#365048 color CMYK value is (33,0,10,69).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 68.63%
CMYK:
(33,0,10,69)
C33M0Y10K69 
(33%,0%,10%,69%)
(0.33/0.00/0.10/0.69)	

CMYK percentages

%32.5
%0
%10
%68.63

Codes

Color #365048 in popluar color models

365048
RGB548072
HSL162°19.40%26.27%
HSB/HSV162°32.50%31.37%
CMYK32.50%0.00%10.00%
68.63%

Color #365048 in popluar number systems.

HEX365048
Decimal548072
Binary11011010100001001000
Octal66120110

Shades and tints

Shades of #365048

#365048
(54,80,72)
#324942
(50,73,66)
#2E423C
(46,66,60)
#2A3B36
(42,59,54)
#263430
(38,52,48)
#222D2A
(34,45,42)
#1E2624
(30,38,36)
#1A1F1E
(26,31,30)
#161818
(22,24,24)
#121112
(18,17,18)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #365048

#365048
(54,80,72)
#485F58
(72,95,88)
#5A6E68
(90,110,104)
#6C7D78
(108,125,120)
#7E8C88
(126,140,136)
#909B98
(144,155,152)
#A2AAA8
(162,170,168)
#B4B9B8
(180,185,184)
#C6C8C8
(198,200,200)
#D8D7D8
(216,215,216)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365048 color. Also use rgb(54,80,72) instead hex code.

Text Font Color

.myTextColor { color: #365048; }

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

This text font color is #365048.


Background Color

.myBgColor { background-color: #365048; }

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

This div background color is #365048.


Border color

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

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

This div border color is #365048.


Opacity

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

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

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

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

This text has shadow with #365048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365048 on black background.


Color preview on white background

This text has color #365048 on white background.



Black color preview on #365048 background

This text has black color on #365048 background.


White color preview on #365048 background

This text has white color on #365048 background.