COLOR #365237

HEX: #365237
RGB: (54,82,55)

Color info

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

RGB color model

#365237 color RGB value is (54,82,55).

  • red value is 54;
  • green value is 82;
  • blue value is 55.
RGB:
(54,82,55)
(21%,32%,22%)

RGB channels and saturation

R 54 of 255 = 21%
G 82 of 255 = 32%
B 55 of 255 = 22%

54
82
55

R + G + B ~ 25%. #365237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 82 + 55 = 191 (100%)
R 54 of 191 ~ 28.27%
G 82 of 191 ~ 42.93%
B 55 of 191 ~ 28.8%

%28.27
%42.93
%28.8

CMYK color model

#365237 color CMYK value is (34,0,33,68).

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 67.84%
CMYK:
(34,0,33,68)
C34M0Y33K68 
(34%,0%,33%,68%)
(0.34/0.00/0.33/0.68)	

CMYK percentages

%34.15
%0
%32.93
%67.84

Codes

Color #365237 in popluar color models

365237
RGB548255
HSL122°20.59%26.67%
HSB/HSV122°34.15%32.16%
CMYK34.15%0.00%32.93%
67.84%

Color #365237 in popluar number systems.

HEX365237
Decimal548255
Binary1101101010010110111
Octal6612267

Shades and tints

Shades of #365237

#365237
(54,82,55)
#324B32
(50,75,50)
#2E442D
(46,68,45)
#2A3D28
(42,61,40)
#263623
(38,54,35)
#222F1E
(34,47,30)
#1E2819
(30,40,25)
#1A2114
(26,33,20)
#161A0F
(22,26,15)
#12130A
(18,19,10)
#0E0C05
(14,12,5)
#000000
(0,0,0)

Tints of #365237

#365237
(54,82,55)
#486149
(72,97,73)
#5A705B
(90,112,91)
#6C7F6D
(108,127,109)
#7E8E7F
(126,142,127)
#909D91
(144,157,145)
#A2ACA3
(162,172,163)
#B4BBB5
(180,187,181)
#C6CAC7
(198,202,199)
#D8D9D9
(216,217,217)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365237 color. Also use rgb(54,82,55) instead hex code.

Text Font Color

.myTextColor { color: #365237; }

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

This text font color is #365237.


Background Color

.myBgColor { background-color: #365237; }

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

This div background color is #365237.


Border color

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

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

This div border color is #365237.


Opacity

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

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

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

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

This text has shadow with #365237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365237 on black background.


Color preview on white background

This text has color #365237 on white background.



Black color preview on #365237 background

This text has black color on #365237 background.


White color preview on #365237 background

This text has white color on #365237 background.