COLOR #364925

HEX: #364925
RGB: (54,73,37)

Color info

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

RGB color model

#364925 color RGB value is (54,73,37).

  • red value is 54;
  • green value is 73;
  • blue value is 37.
RGB:
(54,73,37)
(21%,29%,15%)

RGB channels and saturation

R 54 of 255 = 21%
G 73 of 255 = 29%
B 37 of 255 = 15%

54
73
37

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

Portions of RGB colors in percentages

R + G + B =
54 + 73 + 37 = 164 (100%)
R 54 of 164 ~ 32.93%
G 73 of 164 ~ 44.51%
B 37 of 164 ~ 22.56%

%32.93
%44.51
%22.56

CMYK color model

#364925 color CMYK value is (26,0,49,71).

  • cyan value is 26.03%
  • magenta value is 0.00%
  • yellow value is 49.32%
  • key color value is 71.37%
CMYK:
(26,0,49,71)
C26M0Y49K71 
(26%,0%,49%,71%)
(0.26/0.00/0.49/0.71)	

CMYK percentages

%26.03
%0
%49.32
%71.37

Codes

Color #364925 in popluar color models

364925
RGB547337
HSL92°32.73%21.57%
HSB/HSV92°49.32%28.63%
CMYK26.03%0.00%49.32%
71.37%

Color #364925 in popluar number systems.

HEX364925
Decimal547337
Binary1101101001001100101
Octal6611145

Shades and tints

Shades of #364925

#364925
(54,73,37)
#324322
(50,67,34)
#2E3D1F
(46,61,31)
#2A371C
(42,55,28)
#263119
(38,49,25)
#222B16
(34,43,22)
#1E2513
(30,37,19)
#1A1F10
(26,31,16)
#16190D
(22,25,13)
#12130A
(18,19,10)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #364925

#364925
(54,73,37)
#485938
(72,89,56)
#5A694B
(90,105,75)
#6C795E
(108,121,94)
#7E8971
(126,137,113)
#909984
(144,153,132)
#A2A997
(162,169,151)
#B4B9AA
(180,185,170)
#C6C9BD
(198,201,189)
#D8D9D0
(216,217,208)
#EAE9E3
(234,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364925 color. Also use rgb(54,73,37) instead hex code.

Text Font Color

.myTextColor { color: #364925; }

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

This text font color is #364925.


Background Color

.myBgColor { background-color: #364925; }

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

This div background color is #364925.


Border color

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

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

This div border color is #364925.


Opacity

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

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

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

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

This text has shadow with #364925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364925 on black background.


Color preview on white background

This text has color #364925 on white background.



Black color preview on #364925 background

This text has black color on #364925 background.


White color preview on #364925 background

This text has white color on #364925 background.