COLOR #367C5B

HEX: #367C5B
RGB: (54,124,91)

Color info

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

RGB color model

#367C5B color RGB value is (54,124,91).

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

RGB channels and saturation

R 54 of 255 = 21%
G 124 of 255 = 49%
B 91 of 255 = 36%

54
124
91

R + G + B ~ 35%. #367C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 124 + 91 = 269 (100%)
R 54 of 269 ~ 20.07%
G 124 of 269 ~ 46.1%
B 91 of 269 ~ 33.83%

%20.07
%46.1
%33.83

CMYK color model

#367C5B color CMYK value is (56,0,27,51).

  • cyan value is 56.45%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 51.37%
CMYK:
(56,0,27,51)
C56M0Y27K51 
(56%,0%,27%,51%)
(0.56/0.00/0.27/0.51)	

CMYK percentages

%56.45
%0
%26.61
%51.37

Codes

Color #367C5B in popluar color models

367C5B
RGB5412491
HSL152°39.33%34.90%
HSB/HSV152°56.45%48.63%
CMYK56.45%0.00%26.61%
51.37%

Color #367C5B in popluar number systems.

HEX367C5B
Decimal5412491
Binary11011011111001011011
Octal66174133

Shades and tints

Shades of #367C5B

#367C5B
(54,124,91)
#327153
(50,113,83)
#2E664B
(46,102,75)
#2A5B43
(42,91,67)
#26503B
(38,80,59)
#224533
(34,69,51)
#1E3A2B
(30,58,43)
#1A2F23
(26,47,35)
#16241B
(22,36,27)
#121913
(18,25,19)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #367C5B

#367C5B
(54,124,91)
#488769
(72,135,105)
#5A9277
(90,146,119)
#6C9D85
(108,157,133)
#7EA893
(126,168,147)
#90B3A1
(144,179,161)
#A2BEAF
(162,190,175)
#B4C9BD
(180,201,189)
#C6D4CB
(198,212,203)
#D8DFD9
(216,223,217)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #367C5B; }

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

This text font color is #367C5B.


Background Color

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

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

This div background color is #367C5B.


Border color

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

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

This div border color is #367C5B.


Opacity

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

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

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

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

This text has shadow with #367C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367C5B on black background.


Color preview on white background

This text has color #367C5B on white background.



Black color preview on #367C5B background

This text has black color on #367C5B background.


White color preview on #367C5B background

This text has white color on #367C5B background.