COLOR #364B2A

HEX: #364B2A
RGB: (54,75,42)

Color info

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

RGB color model

#364B2A color RGB value is (54,75,42).

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

RGB channels and saturation

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

54
75
42

R + G + B ~ 22%. #364B2A is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 75 + 42 = 171 (100%)
R 54 of 171 ~ 31.58%
G 75 of 171 ~ 43.86%
B 42 of 171 ~ 24.56%

%31.58
%43.86
%24.56

CMYK color model

#364B2A color CMYK value is (28,0,44,71).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 70.59%
CMYK:
(28,0,44,71)
C28M0Y44K71 
(28%,0%,44%,71%)
(0.28/0.00/0.44/0.71)	

CMYK percentages

%28
%0
%44
%70.59

Codes

Color #364B2A in popluar color models

364B2A
RGB547542
HSL98°28.21%22.94%
HSB/HSV98°44.00%29.41%
CMYK28.00%0.00%44.00%
70.59%

Color #364B2A in popluar number systems.

HEX364B2A
Decimal547542
Binary1101101001011101010
Octal6611352

Shades and tints

Shades of #364B2A

#364B2A
(54,75,42)
#324527
(50,69,39)
#2E3F24
(46,63,36)
#2A3921
(42,57,33)
#26331E
(38,51,30)
#222D1B
(34,45,27)
#1E2718
(30,39,24)
#1A2115
(26,33,21)
#161B12
(22,27,18)
#12150F
(18,21,15)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #364B2A

#364B2A
(54,75,42)
#485B3D
(72,91,61)
#5A6B50
(90,107,80)
#6C7B63
(108,123,99)
#7E8B76
(126,139,118)
#909B89
(144,155,137)
#A2AB9C
(162,171,156)
#B4BBAF
(180,187,175)
#C6CBC2
(198,203,194)
#D8DBD5
(216,219,213)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364B2A; }

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

This text font color is #364B2A.


Background Color

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

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

This div background color is #364B2A.


Border color

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

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

This div border color is #364B2A.


Opacity

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

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

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

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

This text has shadow with #364B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364B2A on black background.


Color preview on white background

This text has color #364B2A on white background.



Black color preview on #364B2A background

This text has black color on #364B2A background.


White color preview on #364B2A background

This text has white color on #364B2A background.