COLOR #367064

HEX: #367064
RGB: (54,112,100)

Color info

#367064 contains red, green and blue colors in about the same proportion. Web safe color of #367064 is #336666 (or #366).

RGB color model

#367064 color RGB value is (54,112,100).

  • red value is 54;
  • green value is 112;
  • blue value is 100.
RGB:
(54,112,100)
(21%,44%,39%)

RGB channels and saturation

R 54 of 255 = 21%
G 112 of 255 = 44%
B 100 of 255 = 39%

54
112
100

R + G + B ~ 35%. #367064 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 112 + 100 = 266 (100%)
R 54 of 266 ~ 20.3%
G 112 of 266 ~ 42.11%
B 100 of 266 ~ 37.59%

%20.3
%42.11
%37.59

CMYK color model

#367064 color CMYK value is (52,0,11,56).

  • cyan value is 51.79%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 56.08%
CMYK:
(52,0,11,56)
C52M0Y11K56 
(52%,0%,11%,56%)
(0.52/0.00/0.11/0.56)	

CMYK percentages

%51.79
%0
%10.71
%56.08

Codes

Color #367064 in popluar color models

367064
RGB54112100
HSL168°34.94%32.55%
HSB/HSV168°51.79%43.92%
CMYK51.79%0.00%10.71%
56.08%

Color #367064 in popluar number systems.

HEX367064
Decimal54112100
Binary11011011100001100100
Octal66160144

Shades and tints

Shades of #367064

#367064
(54,112,100)
#32665B
(50,102,91)
#2E5C52
(46,92,82)
#2A5249
(42,82,73)
#264840
(38,72,64)
#223E37
(34,62,55)
#1E342E
(30,52,46)
#1A2A25
(26,42,37)
#16201C
(22,32,28)
#121613
(18,22,19)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #367064

#367064
(54,112,100)
#487D72
(72,125,114)
#5A8A80
(90,138,128)
#6C978E
(108,151,142)
#7EA49C
(126,164,156)
#90B1AA
(144,177,170)
#A2BEB8
(162,190,184)
#B4CBC6
(180,203,198)
#C6D8D4
(198,216,212)
#D8E5E2
(216,229,226)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367064 color. Also use rgb(54,112,100) instead hex code.

Text Font Color

.myTextColor { color: #367064; }

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

This text font color is #367064.


Background Color

.myBgColor { background-color: #367064; }

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

This div background color is #367064.


Border color

.myBorderColor { border: 1px solid #367064; }

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

This div border color is #367064.


Opacity

.myOpacity80 { color: #367064; opacity: 0.8; }

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

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

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

This text has shadow with #367064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367064 on black background.


Color preview on white background

This text has color #367064 on white background.



Black color preview on #367064 background

This text has black color on #367064 background.


White color preview on #367064 background

This text has white color on #367064 background.