COLOR #364B2F

HEX: #364B2F
RGB: (54,75,47)

Color info

#364B2F contains red, green and blue colors in about the same proportion. Web safe color of #364B2F is #333333 (or #333).

RGB color model

#364B2F color RGB value is (54,75,47).

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

RGB channels and saturation

R 54 of 255 = 21%
G 75 of 255 = 29%
B 47 of 255 = 18%

54
75
47

R + G + B ~ 23%. #364B2F is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 75 + 47 = 176 (100%)
R 54 of 176 ~ 30.68%
G 75 of 176 ~ 42.61%
B 47 of 176 ~ 26.7%

%30.68
%42.61
%26.7

CMYK color model

#364B2F color CMYK value is (28,0,37,71).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 37.33%
  • key color value is 70.59%
CMYK:
(28,0,37,71)
C28M0Y37K71 
(28%,0%,37%,71%)
(0.28/0.00/0.37/0.71)	

CMYK percentages

%28
%0
%37.33
%70.59

Codes

Color #364B2F in popluar color models

364B2F
RGB547547
HSL105°22.95%23.92%
HSB/HSV105°37.33%29.41%
CMYK28.00%0.00%37.33%
70.59%

Color #364B2F in popluar number systems.

HEX364B2F
Decimal547547
Binary1101101001011101111
Octal6611357

Shades and tints

Shades of #364B2F

#364B2F
(54,75,47)
#32452B
(50,69,43)
#2E3F27
(46,63,39)
#2A3923
(42,57,35)
#26331F
(38,51,31)
#222D1B
(34,45,27)
#1E2717
(30,39,23)
#1A2113
(26,33,19)
#161B0F
(22,27,15)
#12150B
(18,21,11)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #364B2F

#364B2F
(54,75,47)
#485B41
(72,91,65)
#5A6B53
(90,107,83)
#6C7B65
(108,123,101)
#7E8B77
(126,139,119)
#909B89
(144,155,137)
#A2AB9B
(162,171,155)
#B4BBAD
(180,187,173)
#C6CBBF
(198,203,191)
#D8DBD1
(216,219,209)
#EAEBE3
(234,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364B2F color. Also use rgb(54,75,47) instead hex code.

Text Font Color

.myTextColor { color: #364B2F; }

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

This text font color is #364B2F.


Background Color

.myBgColor { background-color: #364B2F; }

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

This div background color is #364B2F.


Border color

.myBorderColor { border: 1px solid #364B2F; }

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

This div border color is #364B2F.


Opacity

.myOpacity80 { color: #364B2F; opacity: 0.8; }

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

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

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

This text has shadow with #364B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364B2F on black background.


Color preview on white background

This text has color #364B2F on white background.



Black color preview on #364B2F background

This text has black color on #364B2F background.


White color preview on #364B2F background

This text has white color on #364B2F background.