COLOR #287C63

HEX: #287C63 RGB: (40,124,99)

Color info

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

RGB color model

#287C63 color RGB value is (40,124,99).

RGB: (40,124,99) (16%, 49%, 39%)

RGB channels and saturation

R 40 of 255 = 16%
G 124 of 255 = 49%
B 99 of 255 = 39%

40
124
99

R + G + B ~ 35%. #287C63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 40 + 124 + 99 = 263 (100%)
R 40 of 263 ~ 15.21%
G 124 of 263 ~ 47.15%
B 99 of 263 ~ 37.64'%

%15.21
%47.15
%37.64

CMYK color model

#287C63 color CMYK value is (68,0,20,51).

  • cyan value is 67.74%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 51.37%

CMYK: (68,0,20,51)
C68M0Y20K51 (68%, 0%, 20%, 51%)
(0.68 / 0.00 / 0.20 / 0.51)

CMYK percentages

%67.74
%0
%20.16
%51.37

Codes

Color #287C63 in popluar color models

28 7C 63
RGB 40 124 99
HSL 162° 51.22% 32.16%
HSB/HSV 162° 67.74% 48.63%
CMYK 67.74% 0.00% 20.16%
51.37%

Color #287C63 in popluar number systems.

HEX 28 7C 63
Decimal 40 124 99
Binary 101000 1111100 1100011
Octal 50 174 143

Shades and tints

Shades of #287C63

#287C63
(40,124,99)
#25715A
(37,113,90)
#226651
(34,102,81)
#1F5B48
(31,91,72)
#1C503F
(28,80,63)
#194536
(25,69,54)
#163A2D
(22,58,45)
#132F24
(19,47,36)
#10241B
(16,36,27)
#0D1912
(13,25,18)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #287C63

#287C63
(40,124,99)
#3B8771
(59,135,113)
#4E927F
(78,146,127)
#619D8D
(97,157,141)
#74A89B
(116,168,155)
#87B3A9
(135,179,169)
#9ABEB7
(154,190,183)
#ADC9C5
(173,201,197)
#C0D4D3
(192,212,211)
#D3DFE1
(211,223,225)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #287C63; }

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

This text font color is #287C63.

Background Color

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

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

This div background color is #287C63.

Border color

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

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

This div border color is #287C63.

Opacity

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

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

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

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

This text has shadow with #287C63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #287C63.

Preview

Color preview on black background

This text has color #287C63 on black background.


Color preview on white background

This text has color #287C63 on white background.


Black color preview on #287C63 background

This text has black color on #287C63 background.


White color preview on #287C63 background

This text has white color on #287C63 background.


Related colors

Complementary color

Complementary color for #hex is #D7839C.


I love getcolorcode.com

Triadic colors

1 #63287C and #7C6328 with #287C63 are triadic colors.

2 #637C28 and #7C2863 with #287C63 are triadic colors.