COLOR #367C51

HEX: #367C51
RGB: (54,124,81)

Color info

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

RGB color model

#367C51 color RGB value is (54,124,81).

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

RGB channels and saturation

R 54 of 255 = 21%
G 124 of 255 = 49%
B 81 of 255 = 32%

54
124
81

R + G + B ~ 34%. #367C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 124 + 81 = 259 (100%)
R 54 of 259 ~ 20.85%
G 124 of 259 ~ 47.88%
B 81 of 259 ~ 31.27%

%20.85
%47.88
%31.27

CMYK color model

#367C51 color CMYK value is (56,0,35,51).

  • cyan value is 56.45%
  • magenta value is 0.00%
  • yellow value is 34.68%
  • key color value is 51.37%
CMYK:
(56,0,35,51)
C56M0Y35K51 
(56%,0%,35%,51%)
(0.56/0.00/0.35/0.51)	

CMYK percentages

%56.45
%0
%34.68
%51.37

Codes

Color #367C51 in popluar color models

367C51
RGB5412481
HSL143°39.33%34.90%
HSB/HSV143°56.45%48.63%
CMYK56.45%0.00%34.68%
51.37%

Color #367C51 in popluar number systems.

HEX367C51
Decimal5412481
Binary11011011111001010001
Octal66174121

Shades and tints

Shades of #367C51

#367C51
(54,124,81)
#32714A
(50,113,74)
#2E6643
(46,102,67)
#2A5B3C
(42,91,60)
#265035
(38,80,53)
#22452E
(34,69,46)
#1E3A27
(30,58,39)
#1A2F20
(26,47,32)
#162419
(22,36,25)
#121912
(18,25,18)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #367C51

#367C51
(54,124,81)
#488760
(72,135,96)
#5A926F
(90,146,111)
#6C9D7E
(108,157,126)
#7EA88D
(126,168,141)
#90B39C
(144,179,156)
#A2BEAB
(162,190,171)
#B4C9BA
(180,201,186)
#C6D4C9
(198,212,201)
#D8DFD8
(216,223,216)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #367C51; }

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

This text font color is #367C51.


Background Color

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

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

This div background color is #367C51.


Border color

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

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

This div border color is #367C51.


Opacity

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

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

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

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

This text has shadow with #367C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367C51 on black background.


Color preview on white background

This text has color #367C51 on white background.



Black color preview on #367C51 background

This text has black color on #367C51 background.


White color preview on #367C51 background

This text has white color on #367C51 background.