COLOR #368A5E

HEX: #368A5E
RGB: (54,138,94)

Color info

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

RGB color model

#368A5E color RGB value is (54,138,94).

  • red value is 54;
  • green value is 138;
  • blue value is 94.
RGB:
(54,138,94)
(21%,54%,37%)

RGB channels and saturation

R 54 of 255 = 21%
G 138 of 255 = 54%
B 94 of 255 = 37%

54
138
94

R + G + B ~ 37%. #368A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 138 + 94 = 286 (100%)
R 54 of 286 ~ 18.88%
G 138 of 286 ~ 48.25%
B 94 of 286 ~ 32.87%

%18.88
%48.25
%32.87

CMYK color model

#368A5E color CMYK value is (61,0,32,46).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 31.88%
  • key color value is 45.88%
CMYK:
(61,0,32,46)
C61M0Y32K46 
(61%,0%,32%,46%)
(0.61/0.00/0.32/0.46)	

CMYK percentages

%60.87
%0
%31.88
%45.88

Codes

Color #368A5E in popluar color models

368A5E
RGB5413894
HSL149°43.75%37.65%
HSB/HSV149°60.87%54.12%
CMYK60.87%0.00%31.88%
45.88%

Color #368A5E in popluar number systems.

HEX368A5E
Decimal5413894
Binary110110100010101011110
Octal66212136

Shades and tints

Shades of #368A5E

#368A5E
(54,138,94)
#327E56
(50,126,86)
#2E724E
(46,114,78)
#2A6646
(42,102,70)
#265A3E
(38,90,62)
#224E36
(34,78,54)
#1E422E
(30,66,46)
#1A3626
(26,54,38)
#162A1E
(22,42,30)
#121E16
(18,30,22)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #368A5E

#368A5E
(54,138,94)
#48946C
(72,148,108)
#5A9E7A
(90,158,122)
#6CA888
(108,168,136)
#7EB296
(126,178,150)
#90BCA4
(144,188,164)
#A2C6B2
(162,198,178)
#B4D0C0
(180,208,192)
#C6DACE
(198,218,206)
#D8E4DC
(216,228,220)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368A5E color. Also use rgb(54,138,94) instead hex code.

Text Font Color

.myTextColor { color: #368A5E; }

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

This text font color is #368A5E.


Background Color

.myBgColor { background-color: #368A5E; }

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

This div background color is #368A5E.


Border color

.myBorderColor { border: 1px solid #368A5E; }

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

This div border color is #368A5E.


Opacity

.myOpacity80 { color: #368A5E; opacity: 0.8; }

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

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

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

This text has shadow with #368A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368A5E on black background.


Color preview on white background

This text has color #368A5E on white background.



Black color preview on #368A5E background

This text has black color on #368A5E background.


White color preview on #368A5E background

This text has white color on #368A5E background.