COLOR #286749

HEX: #286749
RGB: (40,103,73)

Color info

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

RGB color model

#286749 color RGB value is (40,103,73).

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

RGB channels and saturation

R 40 of 255 = 16%
G 103 of 255 = 40%
B 73 of 255 = 29%

40
103
73

R + G + B ~ 28%. #286749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 103 + 73 = 216 (100%)
R 40 of 216 ~ 18.52%
G 103 of 216 ~ 47.69%
B 73 of 216 ~ 33.8%

%18.52
%47.69
%33.8

CMYK color model

#286749 color CMYK value is (61,0,29,60).

  • cyan value is 61.17%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 59.61%
CMYK:
(61,0,29,60)
C61M0Y29K60 
(61%,0%,29%,60%)
(0.61/0.00/0.29/0.60)	

CMYK percentages

%61.17
%0
%29.13
%59.61

Codes

Color #286749 in popluar color models

286749
RGB4010373
HSL151°44.06%28.04%
HSB/HSV151°61.17%40.39%
CMYK61.17%0.00%29.13%
59.61%

Color #286749 in popluar number systems.

HEX286749
Decimal4010373
Binary10100011001111001001
Octal50147111

Shades and tints

Shades of #286749

#286749
(40,103,73)
#255E43
(37,94,67)
#22553D
(34,85,61)
#1F4C37
(31,76,55)
#1C4331
(28,67,49)
#193A2B
(25,58,43)
#163125
(22,49,37)
#13281F
(19,40,31)
#101F19
(16,31,25)
#0D1613
(13,22,19)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #286749

#286749
(40,103,73)
#3B7459
(59,116,89)
#4E8169
(78,129,105)
#618E79
(97,142,121)
#749B89
(116,155,137)
#87A899
(135,168,153)
#9AB5A9
(154,181,169)
#ADC2B9
(173,194,185)
#C0CFC9
(192,207,201)
#D3DCD9
(211,220,217)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #286749; }

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

This text font color is #286749.


Background Color

.myBgColor { background-color: #286749; }

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

This div background color is #286749.


Border color

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

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

This div border color is #286749.


Opacity

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

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

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

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

This text has shadow with #286749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #286749 on black background.


Color preview on white background

This text has color #286749 on white background.



Black color preview on #286749 background

This text has black color on #286749 background.


White color preview on #286749 background

This text has white color on #286749 background.