COLOR #366153

HEX: #366153
RGB: (54,97,83)

Color info

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

RGB color model

#366153 color RGB value is (54,97,83).

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

RGB channels and saturation

R 54 of 255 = 21%
G 97 of 255 = 38%
B 83 of 255 = 33%

54
97
83

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

Portions of RGB colors in percentages

R + G + B =
54 + 97 + 83 = 234 (100%)
R 54 of 234 ~ 23.08%
G 97 of 234 ~ 41.45%
B 83 of 234 ~ 35.47%

%23.08
%41.45
%35.47

CMYK color model

#366153 color CMYK value is (44,0,14,62).

  • cyan value is 44.33%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK:
(44,0,14,62)
C44M0Y14K62 
(44%,0%,14%,62%)
(0.44/0.00/0.14/0.62)	

CMYK percentages

%44.33
%0
%14.43
%61.96

Codes

Color #366153 in popluar color models

366153
RGB549783
HSL160°28.48%29.61%
HSB/HSV160°44.33%38.04%
CMYK44.33%0.00%14.43%
61.96%

Color #366153 in popluar number systems.

HEX366153
Decimal549783
Binary11011011000011010011
Octal66141123

Shades and tints

Shades of #366153

#366153
(54,97,83)
#32594C
(50,89,76)
#2E5145
(46,81,69)
#2A493E
(42,73,62)
#264137
(38,65,55)
#223930
(34,57,48)
#1E3129
(30,49,41)
#1A2922
(26,41,34)
#16211B
(22,33,27)
#121914
(18,25,20)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #366153

#366153
(54,97,83)
#486F62
(72,111,98)
#5A7D71
(90,125,113)
#6C8B80
(108,139,128)
#7E998F
(126,153,143)
#90A79E
(144,167,158)
#A2B5AD
(162,181,173)
#B4C3BC
(180,195,188)
#C6D1CB
(198,209,203)
#D8DFDA
(216,223,218)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366153; }

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

This text font color is #366153.


Background Color

.myBgColor { background-color: #366153; }

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

This div background color is #366153.


Border color

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

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

This div border color is #366153.


Opacity

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

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

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

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

This text has shadow with #366153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366153 on black background.


Color preview on white background

This text has color #366153 on white background.



Black color preview on #366153 background

This text has black color on #366153 background.


White color preview on #366153 background

This text has white color on #366153 background.