COLOR #368A7E

HEX: #368A7E
RGB: (54,138,126)

Color info

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

RGB color model

#368A7E color RGB value is (54,138,126).

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

RGB channels and saturation

R 54 of 255 = 21%
G 138 of 255 = 54%
B 126 of 255 = 49%

54
138
126

R + G + B ~ 41%. #368A7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 138 + 126 = 318 (100%)
R 54 of 318 ~ 16.98%
G 138 of 318 ~ 43.4%
B 126 of 318 ~ 39.62%

%16.98
%43.4
%39.62

CMYK color model

#368A7E color CMYK value is (61,0,9,46).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 45.88%
CMYK:
(61,0,9,46)
C61M0Y9K46 
(61%,0%,9%,46%)
(0.61/0.00/0.09/0.46)	

CMYK percentages

%60.87
%0
%8.7
%45.88

Codes

Color #368A7E in popluar color models

368A7E
RGB54138126
HSL171°43.75%37.65%
HSB/HSV171°60.87%54.12%
CMYK60.87%0.00%8.70%
45.88%

Color #368A7E in popluar number systems.

HEX368A7E
Decimal54138126
Binary110110100010101111110
Octal66212176

Shades and tints

Shades of #368A7E

#368A7E
(54,138,126)
#327E73
(50,126,115)
#2E7268
(46,114,104)
#2A665D
(42,102,93)
#265A52
(38,90,82)
#224E47
(34,78,71)
#1E423C
(30,66,60)
#1A3631
(26,54,49)
#162A26
(22,42,38)
#121E1B
(18,30,27)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #368A7E

#368A7E
(54,138,126)
#489489
(72,148,137)
#5A9E94
(90,158,148)
#6CA89F
(108,168,159)
#7EB2AA
(126,178,170)
#90BCB5
(144,188,181)
#A2C6C0
(162,198,192)
#B4D0CB
(180,208,203)
#C6DAD6
(198,218,214)
#D8E4E1
(216,228,225)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #368A7E; }

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

This text font color is #368A7E.


Background Color

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

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

This div background color is #368A7E.


Border color

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

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

This div border color is #368A7E.


Opacity

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

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

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

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

This text has shadow with #368A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368A7E on black background.


Color preview on white background

This text has color #368A7E on white background.



Black color preview on #368A7E background

This text has black color on #368A7E background.


White color preview on #368A7E background

This text has white color on #368A7E background.