COLOR #36644A

HEX: #36644A
RGB: (54,100,74)

Color info

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

RGB color model

#36644A color RGB value is (54,100,74).

  • red value is 54;
  • green value is 100;
  • blue value is 74.
RGB:
(54,100,74)
(21%,39%,29%)

RGB channels and saturation

R 54 of 255 = 21%
G 100 of 255 = 39%
B 74 of 255 = 29%

54
100
74

R + G + B ~ 30%. #36644A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 100 + 74 = 228 (100%)
R 54 of 228 ~ 23.68%
G 100 of 228 ~ 43.86%
B 74 of 228 ~ 32.46%

%23.68
%43.86
%32.46

CMYK color model

#36644A color CMYK value is (46,0,26,61).

  • cyan value is 46.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 60.78%
CMYK:
(46,0,26,61)
C46M0Y26K61 
(46%,0%,26%,61%)
(0.46/0.00/0.26/0.61)	

CMYK percentages

%46
%0
%26
%60.78

Codes

Color #36644A in popluar color models

36644A
RGB5410074
HSL146°29.87%30.20%
HSB/HSV146°46.00%39.22%
CMYK46.00%0.00%26.00%
60.78%

Color #36644A in popluar number systems.

HEX36644A
Decimal5410074
Binary11011011001001001010
Octal66144112

Shades and tints

Shades of #36644A

#36644A
(54,100,74)
#325B44
(50,91,68)
#2E523E
(46,82,62)
#2A4938
(42,73,56)
#264032
(38,64,50)
#22372C
(34,55,44)
#1E2E26
(30,46,38)
#1A2520
(26,37,32)
#161C1A
(22,28,26)
#121314
(18,19,20)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #36644A

#36644A
(54,100,74)
#48725A
(72,114,90)
#5A806A
(90,128,106)
#6C8E7A
(108,142,122)
#7E9C8A
(126,156,138)
#90AA9A
(144,170,154)
#A2B8AA
(162,184,170)
#B4C6BA
(180,198,186)
#C6D4CA
(198,212,202)
#D8E2DA
(216,226,218)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36644A color. Also use rgb(54,100,74) instead hex code.

Text Font Color

.myTextColor { color: #36644A; }

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

This text font color is #36644A.


Background Color

.myBgColor { background-color: #36644A; }

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

This div background color is #36644A.


Border color

.myBorderColor { border: 1px solid #36644A; }

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

This div border color is #36644A.


Opacity

.myOpacity80 { color: #36644A; opacity: 0.8; }

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

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

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

This text has shadow with #36644A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36644A on black background.


Color preview on white background

This text has color #36644A on white background.



Black color preview on #36644A background

This text has black color on #36644A background.


White color preview on #36644A background

This text has white color on #36644A background.