COLOR #366438

HEX: #366438
RGB: (54,100,56)

Color info

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

RGB color model

#366438 color RGB value is (54,100,56).

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

RGB channels and saturation

R 54 of 255 = 21%
G 100 of 255 = 39%
B 56 of 255 = 22%

54
100
56

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

Portions of RGB colors in percentages

R + G + B =
54 + 100 + 56 = 210 (100%)
R 54 of 210 ~ 25.71%
G 100 of 210 ~ 47.62%
B 56 of 210 ~ 26.67%

%25.71
%47.62
%26.67

CMYK color model

#366438 color CMYK value is (46,0,44,61).

  • cyan value is 46.00%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 60.78%
CMYK:
(46,0,44,61)
C46M0Y44K61 
(46%,0%,44%,61%)
(0.46/0.00/0.44/0.61)	

CMYK percentages

%46
%0
%44
%60.78

Codes

Color #366438 in popluar color models

366438
RGB5410056
HSL123°29.87%30.20%
HSB/HSV123°46.00%39.22%
CMYK46.00%0.00%44.00%
60.78%

Color #366438 in popluar number systems.

HEX366438
Decimal5410056
Binary1101101100100111000
Octal6614470

Shades and tints

Shades of #366438

#366438
(54,100,56)
#325B33
(50,91,51)
#2E522E
(46,82,46)
#2A4929
(42,73,41)
#264024
(38,64,36)
#22371F
(34,55,31)
#1E2E1A
(30,46,26)
#1A2515
(26,37,21)
#161C10
(22,28,16)
#12130B
(18,19,11)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #366438

#366438
(54,100,56)
#48724A
(72,114,74)
#5A805C
(90,128,92)
#6C8E6E
(108,142,110)
#7E9C80
(126,156,128)
#90AA92
(144,170,146)
#A2B8A4
(162,184,164)
#B4C6B6
(180,198,182)
#C6D4C8
(198,212,200)
#D8E2DA
(216,226,218)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366438; }

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

This text font color is #366438.


Background Color

.myBgColor { background-color: #366438; }

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

This div background color is #366438.


Border color

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

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

This div border color is #366438.


Opacity

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

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

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

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

This text has shadow with #366438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366438 on black background.


Color preview on white background

This text has color #366438 on white background.



Black color preview on #366438 background

This text has black color on #366438 background.


White color preview on #366438 background

This text has white color on #366438 background.