COLOR #366334

HEX: #366334
RGB: (54,99,52)

Color info

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

RGB color model

#366334 color RGB value is (54,99,52).

  • red value is 54;
  • green value is 99;
  • blue value is 52.
RGB:
(54,99,52)
(21%,39%,20%)

RGB channels and saturation

R 54 of 255 = 21%
G 99 of 255 = 39%
B 52 of 255 = 20%

54
99
52

R + G + B ~ 27%. #366334 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 99 + 52 = 205 (100%)
R 54 of 205 ~ 26.34%
G 99 of 205 ~ 48.29%
B 52 of 205 ~ 25.37%

%26.34
%48.29
%25.37

CMYK color model

#366334 color CMYK value is (45,0,47,61).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 47.47%
  • key color value is 61.18%
CMYK:
(45,0,47,61)
C45M0Y47K61 
(45%,0%,47%,61%)
(0.45/0.00/0.47/0.61)	

CMYK percentages

%45.45
%0
%47.47
%61.18

Codes

Color #366334 in popluar color models

366334
RGB549952
HSL117°31.13%29.61%
HSB/HSV117°47.47%38.82%
CMYK45.45%0.00%47.47%
61.18%

Color #366334 in popluar number systems.

HEX366334
Decimal549952
Binary1101101100011110100
Octal6614364

Shades and tints

Shades of #366334

#366334
(54,99,52)
#325A30
(50,90,48)
#2E512C
(46,81,44)
#2A4828
(42,72,40)
#263F24
(38,63,36)
#223620
(34,54,32)
#1E2D1C
(30,45,28)
#1A2418
(26,36,24)
#161B14
(22,27,20)
#121210
(18,18,16)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #366334

#366334
(54,99,52)
#487146
(72,113,70)
#5A7F58
(90,127,88)
#6C8D6A
(108,141,106)
#7E9B7C
(126,155,124)
#90A98E
(144,169,142)
#A2B7A0
(162,183,160)
#B4C5B2
(180,197,178)
#C6D3C4
(198,211,196)
#D8E1D6
(216,225,214)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366334 color. Also use rgb(54,99,52) instead hex code.

Text Font Color

.myTextColor { color: #366334; }

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

This text font color is #366334.


Background Color

.myBgColor { background-color: #366334; }

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

This div background color is #366334.


Border color

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

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

This div border color is #366334.


Opacity

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

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

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

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

This text has shadow with #366334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366334 on black background.


Color preview on white background

This text has color #366334 on white background.



Black color preview on #366334 background

This text has black color on #366334 background.


White color preview on #366334 background

This text has white color on #366334 background.