COLOR #366058

HEX: #366058
RGB: (54,96,88)

Color info

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

RGB color model

#366058 color RGB value is (54,96,88).

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

RGB channels and saturation

R 54 of 255 = 21%
G 96 of 255 = 38%
B 88 of 255 = 35%

54
96
88

R + G + B ~ 31%. #366058 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 96 + 88 = 238 (100%)
R 54 of 238 ~ 22.69%
G 96 of 238 ~ 40.34%
B 88 of 238 ~ 36.97%

%22.69
%40.34
%36.97

CMYK color model

#366058 color CMYK value is (44,0,8,62).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 62.35%
CMYK:
(44,0,8,62)
C44M0Y8K62 
(44%,0%,8%,62%)
(0.44/0.00/0.08/0.62)	

CMYK percentages

%43.75
%0
%8.33
%62.35

Codes

Color #366058 in popluar color models

366058
RGB549688
HSL169°28.00%29.41%
HSB/HSV169°43.75%37.65%
CMYK43.75%0.00%8.33%
62.35%

Color #366058 in popluar number systems.

HEX366058
Decimal549688
Binary11011011000001011000
Octal66140130

Shades and tints

Shades of #366058

#366058
(54,96,88)
#325850
(50,88,80)
#2E5048
(46,80,72)
#2A4840
(42,72,64)
#264038
(38,64,56)
#223830
(34,56,48)
#1E3028
(30,48,40)
#1A2820
(26,40,32)
#162018
(22,32,24)
#121810
(18,24,16)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #366058

#366058
(54,96,88)
#486E67
(72,110,103)
#5A7C76
(90,124,118)
#6C8A85
(108,138,133)
#7E9894
(126,152,148)
#90A6A3
(144,166,163)
#A2B4B2
(162,180,178)
#B4C2C1
(180,194,193)
#C6D0D0
(198,208,208)
#D8DEDF
(216,222,223)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366058; }

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

This text font color is #366058.


Background Color

.myBgColor { background-color: #366058; }

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

This div background color is #366058.


Border color

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

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

This div border color is #366058.


Opacity

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

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

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

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

This text has shadow with #366058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366058 on black background.


Color preview on white background

This text has color #366058 on white background.



Black color preview on #366058 background

This text has black color on #366058 background.


White color preview on #366058 background

This text has white color on #366058 background.