COLOR #367D7F

HEX: #367D7F
RGB: (54,125,127)

Color info

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

RGB color model

#367D7F color RGB value is (54,125,127).

  • red value is 54;
  • green value is 125;
  • blue value is 127.
RGB:
(54,125,127)
(21%,49%,50%)

RGB channels and saturation

R 54 of 255 = 21%
G 125 of 255 = 49%
B 127 of 255 = 50%

54
125
127

R + G + B ~ 40%. #367D7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 125 + 127 = 306 (100%)
R 54 of 306 ~ 17.65%
G 125 of 306 ~ 40.85%
B 127 of 306 ~ 41.5%

%17.65
%40.85
%41.5

CMYK color model

#367D7F color CMYK value is (57,2,0,50).

  • cyan value is 57.48%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(57,2,0,50)
C57M2Y0K50 
(57%,2%,0%,50%)
(0.57/0.02/0.00/0.50)	

CMYK percentages

%57.48
%1.57
%0
%50.2

Codes

Color #367D7F in popluar color models

367D7F
RGB54125127
HSL182°40.33%35.49%
HSB/HSV182°57.48%49.80%
CMYK57.48%1.57%0.00%
50.20%

Color #367D7F in popluar number systems.

HEX367D7F
Decimal54125127
Binary11011011111011111111
Octal66175177

Shades and tints

Shades of #367D7F

#367D7F
(54,125,127)
#327274
(50,114,116)
#2E6769
(46,103,105)
#2A5C5E
(42,92,94)
#265153
(38,81,83)
#224648
(34,70,72)
#1E3B3D
(30,59,61)
#1A3032
(26,48,50)
#162527
(22,37,39)
#121A1C
(18,26,28)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #367D7F

#367D7F
(54,125,127)
#48888A
(72,136,138)
#5A9395
(90,147,149)
#6C9EA0
(108,158,160)
#7EA9AB
(126,169,171)
#90B4B6
(144,180,182)
#A2BFC1
(162,191,193)
#B4CACC
(180,202,204)
#C6D5D7
(198,213,215)
#D8E0E2
(216,224,226)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367D7F color. Also use rgb(54,125,127) instead hex code.

Text Font Color

.myTextColor { color: #367D7F; }

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

This text font color is #367D7F.


Background Color

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

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

This div background color is #367D7F.


Border color

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

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

This div border color is #367D7F.


Opacity

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

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

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

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

This text has shadow with #367D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367D7F on black background.


Color preview on white background

This text has color #367D7F on white background.



Black color preview on #367D7F background

This text has black color on #367D7F background.


White color preview on #367D7F background

This text has white color on #367D7F background.