COLOR #288C76

HEX: #288C76
RGB: (40,140,118)

Color info

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

RGB color model

#288C76 color RGB value is (40,140,118).

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

RGB channels and saturation

R 40 of 255 = 16%
G 140 of 255 = 55%
B 118 of 255 = 46%

40
140
118

R + G + B ~ 39%. #288C76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 140 + 118 = 298 (100%)
R 40 of 298 ~ 13.42%
G 140 of 298 ~ 46.98%
B 118 of 298 ~ 39.6%

%13.42
%46.98
%39.6

CMYK color model

#288C76 color CMYK value is (71,0,16,45).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 45.10%
CMYK:
(71,0,16,45)
C71M0Y16K45 
(71%,0%,16%,45%)
(0.71/0.00/0.16/0.45)	

CMYK percentages

%71.43
%0
%15.71
%45.1

Codes

Color #288C76 in popluar color models

288C76
RGB40140118
HSL167°55.56%35.29%
HSB/HSV167°71.43%54.90%
CMYK71.43%0.00%15.71%
45.10%

Color #288C76 in popluar number systems.

HEX288C76
Decimal40140118
Binary101000100011001110110
Octal50214166

Shades and tints

Shades of #288C76

#288C76
(40,140,118)
#25806C
(37,128,108)
#227462
(34,116,98)
#1F6858
(31,104,88)
#1C5C4E
(28,92,78)
#195044
(25,80,68)
#16443A
(22,68,58)
#133830
(19,56,48)
#102C26
(16,44,38)
#0D201C
(13,32,28)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #288C76

#288C76
(40,140,118)
#3B9682
(59,150,130)
#4EA08E
(78,160,142)
#61AA9A
(97,170,154)
#74B4A6
(116,180,166)
#87BEB2
(135,190,178)
#9AC8BE
(154,200,190)
#ADD2CA
(173,210,202)
#C0DCD6
(192,220,214)
#D3E6E2
(211,230,226)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #288C76 color. Also use rgb(40,140,118) instead hex code.

Text Font Color

.myTextColor { color: #288C76; }

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

This text font color is #288C76.


Background Color

.myBgColor { background-color: #288C76; }

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

This div background color is #288C76.


Border color

.myBorderColor { border: 1px solid #288C76; }

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

This div border color is #288C76.


Opacity

.myOpacity80 { color: #288C76; opacity: 0.8; }

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

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

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

This text has shadow with #288C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #288C76 on black background.


Color preview on white background

This text has color #288C76 on white background.



Black color preview on #288C76 background

This text has black color on #288C76 background.


White color preview on #288C76 background

This text has white color on #288C76 background.