COLOR #287349

HEX: #287349
RGB: (40,115,73)

Color info

#287349 contains mainly green and blue colors. Web safe color of #287349 is #336633 (or #363).

RGB color model

#287349 color RGB value is (40,115,73).

  • red value is 40;
  • green value is 115;
  • blue value is 73.
RGB:
(40,115,73)
(16%,45%,29%)

RGB channels and saturation

R 40 of 255 = 16%
G 115 of 255 = 45%
B 73 of 255 = 29%

40
115
73

R + G + B ~ 30%. #287349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 115 + 73 = 228 (100%)
R 40 of 228 ~ 17.54%
G 115 of 228 ~ 50.44%
B 73 of 228 ~ 32.02%

%17.54
%50.44
%32.02

CMYK color model

#287349 color CMYK value is (65,0,37,55).

  • cyan value is 65.22%
  • magenta value is 0.00%
  • yellow value is 36.52%
  • key color value is 54.90%
CMYK:
(65,0,37,55)
C65M0Y37K55 
(65%,0%,37%,55%)
(0.65/0.00/0.37/0.55)	

CMYK percentages

%65.22
%0
%36.52
%54.9

Codes

Color #287349 in popluar color models

287349
RGB4011573
HSL146°48.39%30.39%
HSB/HSV146°65.22%45.10%
CMYK65.22%0.00%36.52%
54.90%

Color #287349 in popluar number systems.

HEX287349
Decimal4011573
Binary10100011100111001001
Octal50163111

Shades and tints

Shades of #287349

#287349
(40,115,73)
#256943
(37,105,67)
#225F3D
(34,95,61)
#1F5537
(31,85,55)
#1C4B31
(28,75,49)
#19412B
(25,65,43)
#163725
(22,55,37)
#132D1F
(19,45,31)
#102319
(16,35,25)
#0D1913
(13,25,19)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #287349

#287349
(40,115,73)
#3B7F59
(59,127,89)
#4E8B69
(78,139,105)
#619779
(97,151,121)
#74A389
(116,163,137)
#87AF99
(135,175,153)
#9ABBA9
(154,187,169)
#ADC7B9
(173,199,185)
#C0D3C9
(192,211,201)
#D3DFD9
(211,223,217)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #287349 color. Also use rgb(40,115,73) instead hex code.

Text Font Color

.myTextColor { color: #287349; }

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

This text font color is #287349.


Background Color

.myBgColor { background-color: #287349; }

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

This div background color is #287349.


Border color

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

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

This div border color is #287349.


Opacity

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

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

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

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

This text has shadow with #287349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #287349 on black background.


Color preview on white background

This text has color #287349 on white background.



Black color preview on #287349 background

This text has black color on #287349 background.


White color preview on #287349 background

This text has white color on #287349 background.