COLOR #367B82

HEX: #367B82 RGB: (54,123,130)

Color info

#367B82 contains mainly green and blue colors. Web safe color of #367B82 is #336699 (or #369).

RGB color model

#367B82 color RGB value is (54,123,130).

RGB: (54,123,130) (21%, 48%, 51%)

RGB channels and saturation

R 54 of 255 = 21%
G 123 of 255 = 48%
B 130 of 255 = 51%

54
123
130

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

Portions of RGB colors in percentages

R + G + B = 54 + 123 + 130 = 307 (100%)
R 54 of 307 ~ 17.59%
G 123 of 307 ~ 40.07%
B 130 of 307 ~ 42.35'%

%17.59
%40.07
%42.35

CMYK color model

#367B82 color CMYK value is (58,5,0,49).

  • cyan value is 58.46%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (58,5,0,49)
C58M5Y0K49 (58%, 5%, 0%, 49%)
(0.58 / 0.05 / 0.00 / 0.49)

CMYK percentages

%58.46
%5.38
%0
%49.02

Codes

Color #367B82 in popluar color models

36 7B 82
RGB 54 123 130
HSL 186° 41.30% 36.08%
HSB/HSV 186° 58.46% 50.98%
CMYK 58.46% 5.38% 0.00%
49.02%

Color #367B82 in popluar number systems.

HEX 36 7B 82
Decimal 54 123 130
Binary 110110 1111011 10000010
Octal 66 173 202

Shades and tints

Shades of #367B82

#367B82
(54,123,130)
#327077
(50,112,119)
#2E656C
(46,101,108)
#2A5A61
(42,90,97)
#264F56
(38,79,86)
#22444B
(34,68,75)
#1E3940
(30,57,64)
#1A2E35
(26,46,53)
#16232A
(22,35,42)
#12181F
(18,24,31)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #367B82

#367B82
(54,123,130)
#48878D
(72,135,141)
#5A9398
(90,147,152)
#6C9FA3
(108,159,163)
#7EABAE
(126,171,174)
#90B7B9
(144,183,185)
#A2C3C4
(162,195,196)
#B4CFCF
(180,207,207)
#C6DBDA
(198,219,218)
#D8E7E5
(216,231,229)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367B82 color. Also use rgb(54,123,130) instead hex code.

Text Font Color

.myTextColor { color: #367B82; }

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

This text font color is #367B82.

Background Color

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

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

This div background color is #367B82.

Border color

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

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

This div border color is #367B82.

Opacity

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

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

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

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

This text has shadow with #367B82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #367B82.

Preview

Color preview on black background

This text has color #367B82 on black background.


Color preview on white background

This text has color #367B82 on white background.


Black color preview on #367B82 background

This text has black color on #367B82 background.


White color preview on #367B82 background

This text has white color on #367B82 background.


Related colors

Complementary color

Complementary color for #hex is #C9847D.


I love getcolorcode.com

Triadic colors

1 #82367B and #7B8236 with #367B82 are triadic colors.

2 #827B36 and #7B3682 with #367B82 are triadic colors.