COLOR #368559

HEX: #368559
RGB: (54,133,89)

Color info

#368559 contains mainly green and blue colors. Web safe color of #368559 is #339966 (or #396).

RGB color model

#368559 color RGB value is (54,133,89).

  • red value is 54;
  • green value is 133;
  • blue value is 89.
RGB:
(54,133,89)
(21%,52%,35%)

RGB channels and saturation

R 54 of 255 = 21%
G 133 of 255 = 52%
B 89 of 255 = 35%

54
133
89

R + G + B ~ 36%. #368559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 133 + 89 = 276 (100%)
R 54 of 276 ~ 19.57%
G 133 of 276 ~ 48.19%
B 89 of 276 ~ 32.25%

%19.57
%48.19
%32.25

CMYK color model

#368559 color CMYK value is (59,0,33,48).

  • cyan value is 59.40%
  • magenta value is 0.00%
  • yellow value is 33.08%
  • key color value is 47.84%
CMYK:
(59,0,33,48)
C59M0Y33K48 
(59%,0%,33%,48%)
(0.59/0.00/0.33/0.48)	

CMYK percentages

%59.4
%0
%33.08
%47.84

Codes

Color #368559 in popluar color models

368559
RGB5413389
HSL147°42.25%36.67%
HSB/HSV147°59.40%52.16%
CMYK59.40%0.00%33.08%
47.84%

Color #368559 in popluar number systems.

HEX368559
Decimal5413389
Binary110110100001011011001
Octal66205131

Shades and tints

Shades of #368559

#368559
(54,133,89)
#327951
(50,121,81)
#2E6D49
(46,109,73)
#2A6141
(42,97,65)
#265539
(38,85,57)
#224931
(34,73,49)
#1E3D29
(30,61,41)
#1A3121
(26,49,33)
#162519
(22,37,25)
#121911
(18,25,17)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #368559

#368559
(54,133,89)
#489068
(72,144,104)
#5A9B77
(90,155,119)
#6CA686
(108,166,134)
#7EB195
(126,177,149)
#90BCA4
(144,188,164)
#A2C7B3
(162,199,179)
#B4D2C2
(180,210,194)
#C6DDD1
(198,221,209)
#D8E8E0
(216,232,224)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368559 color. Also use rgb(54,133,89) instead hex code.

Text Font Color

.myTextColor { color: #368559; }

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

This text font color is #368559.


Background Color

.myBgColor { background-color: #368559; }

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

This div background color is #368559.


Border color

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

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

This div border color is #368559.


Opacity

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

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

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

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

This text has shadow with #368559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368559 on black background.


Color preview on white background

This text has color #368559 on white background.



Black color preview on #368559 background

This text has black color on #368559 background.


White color preview on #368559 background

This text has white color on #368559 background.