COLOR #367C65

HEX: #367C65
RGB: (54,124,101)

Color info

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

RGB color model

#367C65 color RGB value is (54,124,101).

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

RGB channels and saturation

R 54 of 255 = 21%
G 124 of 255 = 49%
B 101 of 255 = 40%

54
124
101

R + G + B ~ 37%. #367C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 124 + 101 = 279 (100%)
R 54 of 279 ~ 19.35%
G 124 of 279 ~ 44.44%
B 101 of 279 ~ 36.2%

%19.35
%44.44
%36.2

CMYK color model

#367C65 color CMYK value is (56,0,19,51).

  • cyan value is 56.45%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 51.37%
CMYK:
(56,0,19,51)
C56M0Y19K51 
(56%,0%,19%,51%)
(0.56/0.00/0.19/0.51)	

CMYK percentages

%56.45
%0
%18.55
%51.37

Codes

Color #367C65 in popluar color models

367C65
RGB54124101
HSL160°39.33%34.90%
HSB/HSV160°56.45%48.63%
CMYK56.45%0.00%18.55%
51.37%

Color #367C65 in popluar number systems.

HEX367C65
Decimal54124101
Binary11011011111001100101
Octal66174145

Shades and tints

Shades of #367C65

#367C65
(54,124,101)
#32715C
(50,113,92)
#2E6653
(46,102,83)
#2A5B4A
(42,91,74)
#265041
(38,80,65)
#224538
(34,69,56)
#1E3A2F
(30,58,47)
#1A2F26
(26,47,38)
#16241D
(22,36,29)
#121914
(18,25,20)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #367C65

#367C65
(54,124,101)
#488773
(72,135,115)
#5A9281
(90,146,129)
#6C9D8F
(108,157,143)
#7EA89D
(126,168,157)
#90B3AB
(144,179,171)
#A2BEB9
(162,190,185)
#B4C9C7
(180,201,199)
#C6D4D5
(198,212,213)
#D8DFE3
(216,223,227)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #367C65; }

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

This text font color is #367C65.


Background Color

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

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

This div background color is #367C65.


Border color

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

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

This div border color is #367C65.


Opacity

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

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

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

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

This text has shadow with #367C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367C65 on black background.


Color preview on white background

This text has color #367C65 on white background.



Black color preview on #367C65 background

This text has black color on #367C65 background.


White color preview on #367C65 background

This text has white color on #367C65 background.