COLOR #367C50

HEX: #367C50 RGB: (54,124,80)

Color info

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

RGB color model

#367C50 color RGB value is (54,124,80).

RGB: (54,124,80) (21%, 49%, 31%)

RGB channels and saturation

R 54 of 255 = 21%
G 124 of 255 = 49%
B 80 of 255 = 31%

54
124
80

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

Portions of RGB colors in percentages

R + G + B = 54 + 124 + 80 = 258 (100%)
R 54 of 258 ~ 20.93%
G 124 of 258 ~ 48.06%
B 80 of 258 ~ 31.01'%

%20.93
%48.06
%31.01

CMYK color model

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

  • cyan value is 56.45%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • 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
%35.48
%51.37

Codes

Color #367C50 in popluar color models

36 7C 50
RGB 54 124 80
HSL 142° 39.33% 34.90%
HSB/HSV 142° 56.45% 48.63%
CMYK 56.45% 0.00% 35.48%
51.37%

Color #367C50 in popluar number systems.

HEX 36 7C 50
Decimal 54 124 80
Binary 110110 1111100 1010000
Octal 66 174 120

Shades and tints

Shades of #367C50

#367C50
(54,124,80)
#327149
(50,113,73)
#2E6642
(46,102,66)
#2A5B3B
(42,91,59)
#265034
(38,80,52)
#22452D
(34,69,45)
#1E3A26
(30,58,38)
#1A2F1F
(26,47,31)
#162418
(22,36,24)
#121911
(18,25,17)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #367C50

#367C50
(54,124,80)
#48875F
(72,135,95)
#5A926E
(90,146,110)
#6C9D7D
(108,157,125)
#7EA88C
(126,168,140)
#90B39B
(144,179,155)
#A2BEAA
(162,190,170)
#B4C9B9
(180,201,185)
#C6D4C8
(198,212,200)
#D8DFD7
(216,223,215)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #367C50; }

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

This text font color is #367C50.

Background Color

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

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

This div background color is #367C50.

Border color

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

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

This div border color is #367C50.

Opacity

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

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

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

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

This text has shadow with #367C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #367C50.

Preview

Color preview on black background

This text has color #367C50 on black background.


Color preview on white background

This text has color #367C50 on white background.


Black color preview on #367C50 background

This text has black color on #367C50 background.


White color preview on #367C50 background

This text has white color on #367C50 background.


Related colors

Complementary color

Complementary color for #hex is #C983AF.


I love getcolorcode.com

Triadic colors

1 #50367C and #7C5036 with #367C50 are triadic colors.

2 #507C36 and #7C3650 with #367C50 are triadic colors.