COLOR #368382

HEX: #368382
RGB: (54,131,130)

Color info

#368382 contains mainly green and blue colors. Web safe color of #368382 is #339999 (or #399).

RGB color model

#368382 color RGB value is (54,131,130).

  • red value is 54;
  • green value is 131;
  • blue value is 130.
RGB:
(54,131,130)
(21%,51%,51%)

RGB channels and saturation

R 54 of 255 = 21%
G 131 of 255 = 51%
B 130 of 255 = 51%

54
131
130

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

Portions of RGB colors in percentages

R + G + B =
54 + 131 + 130 = 315 (100%)
R 54 of 315 ~ 17.14%
G 131 of 315 ~ 41.59%
B 130 of 315 ~ 41.27%

%17.14
%41.59
%41.27

CMYK color model

#368382 color CMYK value is (59,0,1,49).

  • cyan value is 58.78%
  • magenta value is 0.00%
  • yellow value is 0.76%
  • key color value is 48.63%
CMYK:
(59,0,1,49)
C59M0Y1K49 
(59%,0%,1%,49%)
(0.59/0.00/0.01/0.49)	

CMYK percentages

%58.78
%0
%0.76
%48.63

Codes

Color #368382 in popluar color models

368382
RGB54131130
HSL179°41.62%36.27%
HSB/HSV179°58.78%51.37%
CMYK58.78%0.00%0.76%
48.63%

Color #368382 in popluar number systems.

HEX368382
Decimal54131130
Binary1101101000001110000010
Octal66203202

Shades and tints

Shades of #368382

#368382
(54,131,130)
#327877
(50,120,119)
#2E6D6C
(46,109,108)
#2A6261
(42,98,97)
#265756
(38,87,86)
#224C4B
(34,76,75)
#1E4140
(30,65,64)
#1A3635
(26,54,53)
#162B2A
(22,43,42)
#12201F
(18,32,31)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #368382

#368382
(54,131,130)
#488E8D
(72,142,141)
#5A9998
(90,153,152)
#6CA4A3
(108,164,163)
#7EAFAE
(126,175,174)
#90BAB9
(144,186,185)
#A2C5C4
(162,197,196)
#B4D0CF
(180,208,207)
#C6DBDA
(198,219,218)
#D8E6E5
(216,230,229)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368382 color. Also use rgb(54,131,130) instead hex code.

Text Font Color

.myTextColor { color: #368382; }

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

This text font color is #368382.


Background Color

.myBgColor { background-color: #368382; }

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

This div background color is #368382.


Border color

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

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

This div border color is #368382.


Opacity

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

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

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

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

This text has shadow with #368382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368382 on black background.


Color preview on white background

This text has color #368382 on white background.



Black color preview on #368382 background

This text has black color on #368382 background.


White color preview on #368382 background

This text has white color on #368382 background.