COLOR #368658

HEX: #368658
RGB: (54,134,88)

Color info

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

RGB color model

#368658 color RGB value is (54,134,88).

  • red value is 54;
  • green value is 134;
  • blue value is 88.
RGB:
(54,134,88)
(21%,53%,35%)

RGB channels and saturation

R 54 of 255 = 21%
G 134 of 255 = 53%
B 88 of 255 = 35%

54
134
88

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

Portions of RGB colors in percentages

R + G + B =
54 + 134 + 88 = 276 (100%)
R 54 of 276 ~ 19.57%
G 134 of 276 ~ 48.55%
B 88 of 276 ~ 31.88%

%19.57
%48.55
%31.88

CMYK color model

#368658 color CMYK value is (60,0,34,47).

  • cyan value is 59.70%
  • magenta value is 0.00%
  • yellow value is 34.33%
  • key color value is 47.45%
CMYK:
(60,0,34,47)
C60M0Y34K47 
(60%,0%,34%,47%)
(0.60/0.00/0.34/0.47)	

CMYK percentages

%59.7
%0
%34.33
%47.45

Codes

Color #368658 in popluar color models

368658
RGB5413488
HSL146°42.55%36.86%
HSB/HSV146°59.70%52.55%
CMYK59.70%0.00%34.33%
47.45%

Color #368658 in popluar number systems.

HEX368658
Decimal5413488
Binary110110100001101011000
Octal66206130

Shades and tints

Shades of #368658

#368658
(54,134,88)
#327A50
(50,122,80)
#2E6E48
(46,110,72)
#2A6240
(42,98,64)
#265638
(38,86,56)
#224A30
(34,74,48)
#1E3E28
(30,62,40)
#1A3220
(26,50,32)
#162618
(22,38,24)
#121A10
(18,26,16)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #368658

#368658
(54,134,88)
#489167
(72,145,103)
#5A9C76
(90,156,118)
#6CA785
(108,167,133)
#7EB294
(126,178,148)
#90BDA3
(144,189,163)
#A2C8B2
(162,200,178)
#B4D3C1
(180,211,193)
#C6DED0
(198,222,208)
#D8E9DF
(216,233,223)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368658 color. Also use rgb(54,134,88) instead hex code.

Text Font Color

.myTextColor { color: #368658; }

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

This text font color is #368658.


Background Color

.myBgColor { background-color: #368658; }

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

This div background color is #368658.


Border color

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

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

This div border color is #368658.


Opacity

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

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

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

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

This text has shadow with #368658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368658 on black background.


Color preview on white background

This text has color #368658 on white background.



Black color preview on #368658 background

This text has black color on #368658 background.


White color preview on #368658 background

This text has white color on #368658 background.