COLOR #287B76

HEX: #287B76
RGB: (40,123,118)

Color info

#287B76 contains mainly green and blue colors. Web safe color of #287B76 is #336666 (or #366).

RGB color model

#287B76 color RGB value is (40,123,118).

  • red value is 40;
  • green value is 123;
  • blue value is 118.
RGB:
(40,123,118)
(16%,48%,46%)

RGB channels and saturation

R 40 of 255 = 16%
G 123 of 255 = 48%
B 118 of 255 = 46%

40
123
118

R + G + B ~ 37%. #287B76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 123 + 118 = 281 (100%)
R 40 of 281 ~ 14.23%
G 123 of 281 ~ 43.77%
B 118 of 281 ~ 41.99%

%14.23
%43.77
%41.99

CMYK color model

#287B76 color CMYK value is (67,0,4,52).

  • cyan value is 67.48%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 51.76%
CMYK:
(67,0,4,52)
C67M0Y4K52 
(67%,0%,4%,52%)
(0.67/0.00/0.04/0.52)	

CMYK percentages

%67.48
%0
%4.07
%51.76

Codes

Color #287B76 in popluar color models

287B76
RGB40123118
HSL176°50.92%31.96%
HSB/HSV176°67.48%48.24%
CMYK67.48%0.00%4.07%
51.76%

Color #287B76 in popluar number systems.

HEX287B76
Decimal40123118
Binary10100011110111110110
Octal50173166

Shades and tints

Shades of #287B76

#287B76
(40,123,118)
#25706C
(37,112,108)
#226562
(34,101,98)
#1F5A58
(31,90,88)
#1C4F4E
(28,79,78)
#194444
(25,68,68)
#16393A
(22,57,58)
#132E30
(19,46,48)
#102326
(16,35,38)
#0D181C
(13,24,28)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #287B76

#287B76
(40,123,118)
#3B8782
(59,135,130)
#4E938E
(78,147,142)
#619F9A
(97,159,154)
#74ABA6
(116,171,166)
#87B7B2
(135,183,178)
#9AC3BE
(154,195,190)
#ADCFCA
(173,207,202)
#C0DBD6
(192,219,214)
#D3E7E2
(211,231,226)
#E6F3EE
(230,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #287B76 color. Also use rgb(40,123,118) instead hex code.

Text Font Color

.myTextColor { color: #287B76; }

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

This text font color is #287B76.


Background Color

.myBgColor { background-color: #287B76; }

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

This div background color is #287B76.


Border color

.myBorderColor { border: 1px solid #287B76; }

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

This div border color is #287B76.


Opacity

.myOpacity80 { color: #287B76; opacity: 0.8; }

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

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

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

This text has shadow with #287B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #287B76 on black background.


Color preview on white background

This text has color #287B76 on white background.



Black color preview on #287B76 background

This text has black color on #287B76 background.


White color preview on #287B76 background

This text has white color on #287B76 background.