COLOR #364F2A

HEX: #364F2A
RGB: (54,79,42)

Color info

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

RGB color model

#364F2A color RGB value is (54,79,42).

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

RGB channels and saturation

R 54 of 255 = 21%
G 79 of 255 = 31%
B 42 of 255 = 16%

54
79
42

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

Portions of RGB colors in percentages

R + G + B =
54 + 79 + 42 = 175 (100%)
R 54 of 175 ~ 30.86%
G 79 of 175 ~ 45.14%
B 42 of 175 ~ 24%

%30.86
%45.14
%24

CMYK color model

#364F2A color CMYK value is (32,0,47,69).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 46.84%
  • key color value is 69.02%
CMYK:
(32,0,47,69)
C32M0Y47K69 
(32%,0%,47%,69%)
(0.32/0.00/0.47/0.69)	

CMYK percentages

%31.65
%0
%46.84
%69.02

Codes

Color #364F2A in popluar color models

364F2A
RGB547942
HSL101°30.58%23.73%
HSB/HSV101°46.84%30.98%
CMYK31.65%0.00%46.84%
69.02%

Color #364F2A in popluar number systems.

HEX364F2A
Decimal547942
Binary1101101001111101010
Octal6611752

Shades and tints

Shades of #364F2A

#364F2A
(54,79,42)
#324827
(50,72,39)
#2E4124
(46,65,36)
#2A3A21
(42,58,33)
#26331E
(38,51,30)
#222C1B
(34,44,27)
#1E2518
(30,37,24)
#1A1E15
(26,30,21)
#161712
(22,23,18)
#12100F
(18,16,15)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #364F2A

#364F2A
(54,79,42)
#485F3D
(72,95,61)
#5A6F50
(90,111,80)
#6C7F63
(108,127,99)
#7E8F76
(126,143,118)
#909F89
(144,159,137)
#A2AF9C
(162,175,156)
#B4BFAF
(180,191,175)
#C6CFC2
(198,207,194)
#D8DFD5
(216,223,213)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364F2A; }

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

This text font color is #364F2A.


Background Color

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

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

This div background color is #364F2A.


Border color

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

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

This div border color is #364F2A.


Opacity

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

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

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

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

This text has shadow with #364F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364F2A on black background.


Color preview on white background

This text has color #364F2A on white background.



Black color preview on #364F2A background

This text has black color on #364F2A background.


White color preview on #364F2A background

This text has white color on #364F2A background.