COLOR #367350

HEX: #367350
RGB: (54,115,80)

Color info

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

RGB color model

#367350 color RGB value is (54,115,80).

  • red value is 54;
  • green value is 115;
  • blue value is 80.
RGB:
(54,115,80)
(21%,45%,31%)

RGB channels and saturation

R 54 of 255 = 21%
G 115 of 255 = 45%
B 80 of 255 = 31%

54
115
80

R + G + B ~ 32%. #367350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 115 + 80 = 249 (100%)
R 54 of 249 ~ 21.69%
G 115 of 249 ~ 46.18%
B 80 of 249 ~ 32.13%

%21.69
%46.18
%32.13

CMYK color model

#367350 color CMYK value is (53,0,30,55).

  • cyan value is 53.04%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 54.90%
CMYK:
(53,0,30,55)
C53M0Y30K55 
(53%,0%,30%,55%)
(0.53/0.00/0.30/0.55)	

CMYK percentages

%53.04
%0
%30.43
%54.9

Codes

Color #367350 in popluar color models

367350
RGB5411580
HSL146°36.09%33.14%
HSB/HSV146°53.04%45.10%
CMYK53.04%0.00%30.43%
54.90%

Color #367350 in popluar number systems.

HEX367350
Decimal5411580
Binary11011011100111010000
Octal66163120

Shades and tints

Shades of #367350

#367350
(54,115,80)
#326949
(50,105,73)
#2E5F42
(46,95,66)
#2A553B
(42,85,59)
#264B34
(38,75,52)
#22412D
(34,65,45)
#1E3726
(30,55,38)
#1A2D1F
(26,45,31)
#162318
(22,35,24)
#121911
(18,25,17)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #367350

#367350
(54,115,80)
#487F5F
(72,127,95)
#5A8B6E
(90,139,110)
#6C977D
(108,151,125)
#7EA38C
(126,163,140)
#90AF9B
(144,175,155)
#A2BBAA
(162,187,170)
#B4C7B9
(180,199,185)
#C6D3C8
(198,211,200)
#D8DFD7
(216,223,215)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #367350; }

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

This text font color is #367350.


Background Color

.myBgColor { background-color: #367350; }

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

This div background color is #367350.


Border color

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

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

This div border color is #367350.


Opacity

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

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

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

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

This text has shadow with #367350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367350 on black background.


Color preview on white background

This text has color #367350 on white background.



Black color preview on #367350 background

This text has black color on #367350 background.


White color preview on #367350 background

This text has white color on #367350 background.