COLOR #366248

HEX: #366248
RGB: (54,98,72)

Color info

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

RGB color model

#366248 color RGB value is (54,98,72).

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

RGB channels and saturation

R 54 of 255 = 21%
G 98 of 255 = 38%
B 72 of 255 = 28%

54
98
72

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

Portions of RGB colors in percentages

R + G + B =
54 + 98 + 72 = 224 (100%)
R 54 of 224 ~ 24.11%
G 98 of 224 ~ 43.75%
B 72 of 224 ~ 32.14%

%24.11
%43.75
%32.14

CMYK color model

#366248 color CMYK value is (45,0,27,62).

  • cyan value is 44.90%
  • magenta value is 0.00%
  • yellow value is 26.53%
  • key color value is 61.57%
CMYK:
(45,0,27,62)
C45M0Y27K62 
(45%,0%,27%,62%)
(0.45/0.00/0.27/0.62)	

CMYK percentages

%44.9
%0
%26.53
%61.57

Codes

Color #366248 in popluar color models

366248
RGB549872
HSL145°28.95%29.80%
HSB/HSV145°44.90%38.43%
CMYK44.90%0.00%26.53%
61.57%

Color #366248 in popluar number systems.

HEX366248
Decimal549872
Binary11011011000101001000
Octal66142110

Shades and tints

Shades of #366248

#366248
(54,98,72)
#325A42
(50,90,66)
#2E523C
(46,82,60)
#2A4A36
(42,74,54)
#264230
(38,66,48)
#223A2A
(34,58,42)
#1E3224
(30,50,36)
#1A2A1E
(26,42,30)
#162218
(22,34,24)
#121A12
(18,26,18)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #366248

#366248
(54,98,72)
#487058
(72,112,88)
#5A7E68
(90,126,104)
#6C8C78
(108,140,120)
#7E9A88
(126,154,136)
#90A898
(144,168,152)
#A2B6A8
(162,182,168)
#B4C4B8
(180,196,184)
#C6D2C8
(198,210,200)
#D8E0D8
(216,224,216)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366248; }

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

This text font color is #366248.


Background Color

.myBgColor { background-color: #366248; }

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

This div background color is #366248.


Border color

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

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

This div border color is #366248.


Opacity

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

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

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

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

This text has shadow with #366248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366248 on black background.


Color preview on white background

This text has color #366248 on white background.



Black color preview on #366248 background

This text has black color on #366248 background.


White color preview on #366248 background

This text has white color on #366248 background.