COLOR #379287

HEX: #379287
RGB: (55,146,135)

Color info

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

RGB color model

#379287 color RGB value is (55,146,135).

  • red value is 55;
  • green value is 146;
  • blue value is 135.
RGB:
(55,146,135)
(22%,57%,53%)

RGB channels and saturation

R 55 of 255 = 22%
G 146 of 255 = 57%
B 135 of 255 = 53%

55
146
135

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

Portions of RGB colors in percentages

R + G + B =
55 + 146 + 135 = 336 (100%)
R 55 of 336 ~ 16.37%
G 146 of 336 ~ 43.45%
B 135 of 336 ~ 40.18%

%16.37
%43.45
%40.18

CMYK color model

#379287 color CMYK value is (62,0,8,43).

  • cyan value is 62.33%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 42.75%
CMYK:
(62,0,8,43)
C62M0Y8K43 
(62%,0%,8%,43%)
(0.62/0.00/0.08/0.43)	

CMYK percentages

%62.33
%0
%7.53
%42.75

Codes

Color #379287 in popluar color models

379287
RGB55146135
HSL173°45.27%39.41%
HSB/HSV173°62.33%57.25%
CMYK62.33%0.00%7.53%
42.75%

Color #379287 in popluar number systems.

HEX379287
Decimal55146135
Binary1101111001001010000111
Octal67222207

Shades and tints

Shades of #379287

#379287
(55,146,135)
#32857B
(50,133,123)
#2D786F
(45,120,111)
#286B63
(40,107,99)
#235E57
(35,94,87)
#1E514B
(30,81,75)
#19443F
(25,68,63)
#143733
(20,55,51)
#0F2A27
(15,42,39)
#0A1D1B
(10,29,27)
#05100F
(5,16,15)
#000000
(0,0,0)

Tints of #379287

#379287
(55,146,135)
#499B91
(73,155,145)
#5BA49B
(91,164,155)
#6DADA5
(109,173,165)
#7FB6AF
(127,182,175)
#91BFB9
(145,191,185)
#A3C8C3
(163,200,195)
#B5D1CD
(181,209,205)
#C7DAD7
(199,218,215)
#D9E3E1
(217,227,225)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379287 color. Also use rgb(55,146,135) instead hex code.

Text Font Color

.myTextColor { color: #379287; }

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

This text font color is #379287.


Background Color

.myBgColor { background-color: #379287; }

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

This div background color is #379287.


Border color

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

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

This div border color is #379287.


Opacity

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

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

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

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

This text has shadow with #379287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379287 on black background.


Color preview on white background

This text has color #379287 on white background.



Black color preview on #379287 background

This text has black color on #379287 background.


White color preview on #379287 background

This text has white color on #379287 background.