COLOR #367C61

HEX: #367C61
RGB: (54,124,97)

Color info

#367C61 contains mainly green and blue colors. Web safe color of #367C61 is #336666 (or #366).

RGB color model

#367C61 color RGB value is (54,124,97).

  • red value is 54;
  • green value is 124;
  • blue value is 97.
RGB:
(54,124,97)
(21%,49%,38%)

RGB channels and saturation

R 54 of 255 = 21%
G 124 of 255 = 49%
B 97 of 255 = 38%

54
124
97

R + G + B ~ 36%. #367C61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 124 + 97 = 275 (100%)
R 54 of 275 ~ 19.64%
G 124 of 275 ~ 45.09%
B 97 of 275 ~ 35.27%

%19.64
%45.09
%35.27

CMYK color model

#367C61 color CMYK value is (56,0,22,51).

  • cyan value is 56.45%
  • magenta value is 0.00%
  • yellow value is 21.77%
  • key color value is 51.37%
CMYK:
(56,0,22,51)
C56M0Y22K51 
(56%,0%,22%,51%)
(0.56/0.00/0.22/0.51)	

CMYK percentages

%56.45
%0
%21.77
%51.37

Codes

Color #367C61 in popluar color models

367C61
RGB5412497
HSL157°39.33%34.90%
HSB/HSV157°56.45%48.63%
CMYK56.45%0.00%21.77%
51.37%

Color #367C61 in popluar number systems.

HEX367C61
Decimal5412497
Binary11011011111001100001
Octal66174141

Shades and tints

Shades of #367C61

#367C61
(54,124,97)
#327159
(50,113,89)
#2E6651
(46,102,81)
#2A5B49
(42,91,73)
#265041
(38,80,65)
#224539
(34,69,57)
#1E3A31
(30,58,49)
#1A2F29
(26,47,41)
#162421
(22,36,33)
#121919
(18,25,25)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #367C61

#367C61
(54,124,97)
#48876F
(72,135,111)
#5A927D
(90,146,125)
#6C9D8B
(108,157,139)
#7EA899
(126,168,153)
#90B3A7
(144,179,167)
#A2BEB5
(162,190,181)
#B4C9C3
(180,201,195)
#C6D4D1
(198,212,209)
#D8DFDF
(216,223,223)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367C61 color. Also use rgb(54,124,97) instead hex code.

Text Font Color

.myTextColor { color: #367C61; }

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

This text font color is #367C61.


Background Color

.myBgColor { background-color: #367C61; }

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

This div background color is #367C61.


Border color

.myBorderColor { border: 1px solid #367C61; }

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

This div border color is #367C61.


Opacity

.myOpacity80 { color: #367C61; opacity: 0.8; }

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

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

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

This text has shadow with #367C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367C61 on black background.


Color preview on white background

This text has color #367C61 on white background.



Black color preview on #367C61 background

This text has black color on #367C61 background.


White color preview on #367C61 background

This text has white color on #367C61 background.