COLOR #366645

HEX: #366645
RGB: (54,102,69)

Color info

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

RGB color model

#366645 color RGB value is (54,102,69).

  • red value is 54;
  • green value is 102;
  • blue value is 69.
RGB:
(54,102,69)
(21%,40%,27%)

RGB channels and saturation

R 54 of 255 = 21%
G 102 of 255 = 40%
B 69 of 255 = 27%

54
102
69

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

Portions of RGB colors in percentages

R + G + B =
54 + 102 + 69 = 225 (100%)
R 54 of 225 ~ 24%
G 102 of 225 ~ 45.33%
B 69 of 225 ~ 30.67%

%24
%45.33
%30.67

CMYK color model

#366645 color CMYK value is (47,0,32,60).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 60.00%
CMYK:
(47,0,32,60)
C47M0Y32K60 
(47%,0%,32%,60%)
(0.47/0.00/0.32/0.60)	

CMYK percentages

%47.06
%0
%32.35
%60

Codes

Color #366645 in popluar color models

366645
RGB5410269
HSL139°30.77%30.59%
HSB/HSV139°47.06%40.00%
CMYK47.06%0.00%32.35%
60.00%

Color #366645 in popluar number systems.

HEX366645
Decimal5410269
Binary11011011001101000101
Octal66146105

Shades and tints

Shades of #366645

#366645
(54,102,69)
#325D3F
(50,93,63)
#2E5439
(46,84,57)
#2A4B33
(42,75,51)
#26422D
(38,66,45)
#223927
(34,57,39)
#1E3021
(30,48,33)
#1A271B
(26,39,27)
#161E15
(22,30,21)
#12150F
(18,21,15)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #366645

#366645
(54,102,69)
#487355
(72,115,85)
#5A8065
(90,128,101)
#6C8D75
(108,141,117)
#7E9A85
(126,154,133)
#90A795
(144,167,149)
#A2B4A5
(162,180,165)
#B4C1B5
(180,193,181)
#C6CEC5
(198,206,197)
#D8DBD5
(216,219,213)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366645 color. Also use rgb(54,102,69) instead hex code.

Text Font Color

.myTextColor { color: #366645; }

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

This text font color is #366645.


Background Color

.myBgColor { background-color: #366645; }

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

This div background color is #366645.


Border color

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

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

This div border color is #366645.


Opacity

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

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

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

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

This text has shadow with #366645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366645 on black background.


Color preview on white background

This text has color #366645 on white background.



Black color preview on #366645 background

This text has black color on #366645 background.


White color preview on #366645 background

This text has white color on #366645 background.