COLOR #368863

HEX: #368863
RGB: (54,136,99)

Color info

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

RGB color model

#368863 color RGB value is (54,136,99).

  • red value is 54;
  • green value is 136;
  • blue value is 99.
RGB:
(54,136,99)
(21%,53%,39%)

RGB channels and saturation

R 54 of 255 = 21%
G 136 of 255 = 53%
B 99 of 255 = 39%

54
136
99

R + G + B ~ 38%. #368863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 136 + 99 = 289 (100%)
R 54 of 289 ~ 18.69%
G 136 of 289 ~ 47.06%
B 99 of 289 ~ 34.26%

%18.69
%47.06
%34.26

CMYK color model

#368863 color CMYK value is (60,0,27,47).

  • cyan value is 60.29%
  • magenta value is 0.00%
  • yellow value is 27.21%
  • key color value is 46.67%
CMYK:
(60,0,27,47)
C60M0Y27K47 
(60%,0%,27%,47%)
(0.60/0.00/0.27/0.47)	

CMYK percentages

%60.29
%0
%27.21
%46.67

Codes

Color #368863 in popluar color models

368863
RGB5413699
HSL153°43.16%37.25%
HSB/HSV153°60.29%53.33%
CMYK60.29%0.00%27.21%
46.67%

Color #368863 in popluar number systems.

HEX368863
Decimal5413699
Binary110110100010001100011
Octal66210143

Shades and tints

Shades of #368863

#368863
(54,136,99)
#327C5A
(50,124,90)
#2E7051
(46,112,81)
#2A6448
(42,100,72)
#26583F
(38,88,63)
#224C36
(34,76,54)
#1E402D
(30,64,45)
#1A3424
(26,52,36)
#16281B
(22,40,27)
#121C12
(18,28,18)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #368863

#368863
(54,136,99)
#489271
(72,146,113)
#5A9C7F
(90,156,127)
#6CA68D
(108,166,141)
#7EB09B
(126,176,155)
#90BAA9
(144,186,169)
#A2C4B7
(162,196,183)
#B4CEC5
(180,206,197)
#C6D8D3
(198,216,211)
#D8E2E1
(216,226,225)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368863 color. Also use rgb(54,136,99) instead hex code.

Text Font Color

.myTextColor { color: #368863; }

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

This text font color is #368863.


Background Color

.myBgColor { background-color: #368863; }

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

This div background color is #368863.


Border color

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

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

This div border color is #368863.


Opacity

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

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

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

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

This text has shadow with #368863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368863 on black background.


Color preview on white background

This text has color #368863 on white background.



Black color preview on #368863 background

This text has black color on #368863 background.


White color preview on #368863 background

This text has white color on #368863 background.