COLOR #366121

HEX: #366121
RGB: (54,97,33)

Color info

#366121 contains mainly red and green colors. Web safe color of #366121 is #336633 (or #363).

RGB color model

#366121 color RGB value is (54,97,33).

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

RGB channels and saturation

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

54
97
33

R + G + B ~ 24%. #366121 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 97 + 33 = 184 (100%)
R 54 of 184 ~ 29.35%
G 97 of 184 ~ 52.72%
B 33 of 184 ~ 17.93%

%29.35
%52.72
%17.93

CMYK color model

#366121 color CMYK value is (44,0,66,62).

  • cyan value is 44.33%
  • magenta value is 0.00%
  • yellow value is 65.98%
  • key color value is 61.96%
CMYK: (44,0,66,62) C44M0Y66K62 (44%,0%,66%,62%) (0.44/0.00/0.66/0.62)

CMYK percentages

%44.33
%0
%65.98
%61.96

Codes

Color #366121 in popluar color models

366121
RGB549733
HSL100°49.23%25.49%
HSB/HSV100°65.98%38.04%
CMYK44.33%0.00%65.98%
61.96%

Color #366121 in popluar number systems.

HEX366121
Decimal549733
Binary1101101100001100001
Octal6614141

Shades and tints

Shades of #366121

#366121
(54,97,33)
#32591E
(50,89,30)
#2E511B
(46,81,27)
#2A4918
(42,73,24)
#264115
(38,65,21)
#223912
(34,57,18)
#1E310F
(30,49,15)
#1A290C
(26,41,12)
#162109
(22,33,9)
#121906
(18,25,6)
#0E1103
(14,17,3)
#000000
(0,0,0)

Tints of #366121

#366121
(54,97,33)
#486F35
(72,111,53)
#5A7D49
(90,125,73)
#6C8B5D
(108,139,93)
#7E9971
(126,153,113)
#90A785
(144,167,133)
#A2B599
(162,181,153)
#B4C3AD
(180,195,173)
#C6D1C1
(198,209,193)
#D8DFD5
(216,223,213)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366121; }

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

This text font color is #366121.


Background Color

.myBgColor { background-color: #366121; }

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

This div background color is #366121.


Border color

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

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

This div border color is #366121.


Opacity

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

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

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

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

This text has shadow with #366121 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #366121 on black background.


Color preview on white background

This text has color #366121 on white background.



Black color preview on #366121 background

This text has black color on #366121 background.


White color preview on #366121 background

This text has white color on #366121 background.