COLOR #366A4B

HEX: #366A4B
RGB: (54,106,75)

Color info

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

RGB color model

#366A4B color RGB value is (54,106,75).

  • red value is 54;
  • green value is 106;
  • blue value is 75.
RGB:
(54,106,75)
(21%,42%,29%)

RGB channels and saturation

R 54 of 255 = 21%
G 106 of 255 = 42%
B 75 of 255 = 29%

54
106
75

R + G + B ~ 31%. #366A4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 106 + 75 = 235 (100%)
R 54 of 235 ~ 22.98%
G 106 of 235 ~ 45.11%
B 75 of 235 ~ 31.91%

%22.98
%45.11
%31.91

CMYK color model

#366A4B color CMYK value is (49,0,29,58).

  • cyan value is 49.06%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • key color value is 58.43%
CMYK:
(49,0,29,58)
C49M0Y29K58 
(49%,0%,29%,58%)
(0.49/0.00/0.29/0.58)	

CMYK percentages

%49.06
%0
%29.25
%58.43

Codes

Color #366A4B in popluar color models

366A4B
RGB5410675
HSL144°32.50%31.37%
HSB/HSV144°49.06%41.57%
CMYK49.06%0.00%29.25%
58.43%

Color #366A4B in popluar number systems.

HEX366A4B
Decimal5410675
Binary11011011010101001011
Octal66152113

Shades and tints

Shades of #366A4B

#366A4B
(54,106,75)
#326145
(50,97,69)
#2E583F
(46,88,63)
#2A4F39
(42,79,57)
#264633
(38,70,51)
#223D2D
(34,61,45)
#1E3427
(30,52,39)
#1A2B21
(26,43,33)
#16221B
(22,34,27)
#121915
(18,25,21)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #366A4B

#366A4B
(54,106,75)
#48775B
(72,119,91)
#5A846B
(90,132,107)
#6C917B
(108,145,123)
#7E9E8B
(126,158,139)
#90AB9B
(144,171,155)
#A2B8AB
(162,184,171)
#B4C5BB
(180,197,187)
#C6D2CB
(198,210,203)
#D8DFDB
(216,223,219)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366A4B color. Also use rgb(54,106,75) instead hex code.

Text Font Color

.myTextColor { color: #366A4B; }

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

This text font color is #366A4B.


Background Color

.myBgColor { background-color: #366A4B; }

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

This div background color is #366A4B.


Border color

.myBorderColor { border: 1px solid #366A4B; }

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

This div border color is #366A4B.


Opacity

.myOpacity80 { color: #366A4B; opacity: 0.8; }

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

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

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

This text has shadow with #366A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366A4B on black background.


Color preview on white background

This text has color #366A4B on white background.



Black color preview on #366A4B background

This text has black color on #366A4B background.


White color preview on #366A4B background

This text has white color on #366A4B background.