COLOR #288963

HEX: #288963
RGB: (40,137,99)

Color info

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

RGB color model

#288963 color RGB value is (40,137,99).

  • red value is 40;
  • green value is 137;
  • blue value is 99.
RGB:
(40,137,99)
(16%,54%,39%)

RGB channels and saturation

R 40 of 255 = 16%
G 137 of 255 = 54%
B 99 of 255 = 39%

40
137
99

R + G + B ~ 36%. #288963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 137 + 99 = 276 (100%)
R 40 of 276 ~ 14.49%
G 137 of 276 ~ 49.64%
B 99 of 276 ~ 35.87%

%14.49
%49.64
%35.87

CMYK color model

#288963 color CMYK value is (71,0,28,46).

  • cyan value is 70.80%
  • magenta value is 0.00%
  • yellow value is 27.74%
  • key color value is 46.27%
CMYK:
(71,0,28,46)
C71M0Y28K46 
(71%,0%,28%,46%)
(0.71/0.00/0.28/0.46)	

CMYK percentages

%70.8
%0
%27.74
%46.27

Codes

Color #288963 in popluar color models

288963
RGB4013799
HSL156°54.80%34.71%
HSB/HSV156°70.80%53.73%
CMYK70.80%0.00%27.74%
46.27%

Color #288963 in popluar number systems.

HEX288963
Decimal4013799
Binary101000100010011100011
Octal50211143

Shades and tints

Shades of #288963

#288963
(40,137,99)
#257D5A
(37,125,90)
#227151
(34,113,81)
#1F6548
(31,101,72)
#1C593F
(28,89,63)
#194D36
(25,77,54)
#16412D
(22,65,45)
#133524
(19,53,36)
#10291B
(16,41,27)
#0D1D12
(13,29,18)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #288963

#288963
(40,137,99)
#3B9371
(59,147,113)
#4E9D7F
(78,157,127)
#61A78D
(97,167,141)
#74B19B
(116,177,155)
#87BBA9
(135,187,169)
#9AC5B7
(154,197,183)
#ADCFC5
(173,207,197)
#C0D9D3
(192,217,211)
#D3E3E1
(211,227,225)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #288963 color. Also use rgb(40,137,99) instead hex code.

Text Font Color

.myTextColor { color: #288963; }

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

This text font color is #288963.


Background Color

.myBgColor { background-color: #288963; }

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

This div background color is #288963.


Border color

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

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

This div border color is #288963.


Opacity

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

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

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

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

This text has shadow with #288963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #288963 on black background.


Color preview on white background

This text has color #288963 on white background.



Black color preview on #288963 background

This text has black color on #288963 background.


White color preview on #288963 background

This text has white color on #288963 background.