COLOR #367861

HEX: #367861
RGB: (54,120,97)

Color info

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

RGB color model

#367861 color RGB value is (54,120,97).

  • red value is 54;
  • green value is 120;
  • blue value is 97.
RGB:
(54,120,97)
(21%,47%,38%)

RGB channels and saturation

R 54 of 255 = 21%
G 120 of 255 = 47%
B 97 of 255 = 38%

54
120
97

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

Portions of RGB colors in percentages

R + G + B =
54 + 120 + 97 = 271 (100%)
R 54 of 271 ~ 19.93%
G 120 of 271 ~ 44.28%
B 97 of 271 ~ 35.79%

%19.93
%44.28
%35.79

CMYK color model

#367861 color CMYK value is (55,0,19,53).

  • cyan value is 55.00%
  • magenta value is 0.00%
  • yellow value is 19.17%
  • key color value is 52.94%
CMYK:
(55,0,19,53)
C55M0Y19K53 
(55%,0%,19%,53%)
(0.55/0.00/0.19/0.53)	

CMYK percentages

%55
%0
%19.17
%52.94

Codes

Color #367861 in popluar color models

367861
RGB5412097
HSL159°37.93%34.12%
HSB/HSV159°55.00%47.06%
CMYK55.00%0.00%19.17%
52.94%

Color #367861 in popluar number systems.

HEX367861
Decimal5412097
Binary11011011110001100001
Octal66170141

Shades and tints

Shades of #367861

#367861
(54,120,97)
#326E59
(50,110,89)
#2E6451
(46,100,81)
#2A5A49
(42,90,73)
#265041
(38,80,65)
#224639
(34,70,57)
#1E3C31
(30,60,49)
#1A3229
(26,50,41)
#162821
(22,40,33)
#121E19
(18,30,25)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #367861

#367861
(54,120,97)
#48846F
(72,132,111)
#5A907D
(90,144,125)
#6C9C8B
(108,156,139)
#7EA899
(126,168,153)
#90B4A7
(144,180,167)
#A2C0B5
(162,192,181)
#B4CCC3
(180,204,195)
#C6D8D1
(198,216,209)
#D8E4DF
(216,228,223)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367861 color. Also use rgb(54,120,97) instead hex code.

Text Font Color

.myTextColor { color: #367861; }

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

This text font color is #367861.


Background Color

.myBgColor { background-color: #367861; }

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

This div background color is #367861.


Border color

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

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

This div border color is #367861.


Opacity

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

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

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

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

This text has shadow with #367861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367861 on black background.


Color preview on white background

This text has color #367861 on white background.



Black color preview on #367861 background

This text has black color on #367861 background.


White color preview on #367861 background

This text has white color on #367861 background.