COLOR #276449

HEX: #276449
RGB: (39,100,73)

Color info

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

RGB color model

#276449 color RGB value is (39,100,73).

  • red value is 39;
  • green value is 100;
  • blue value is 73.
RGB:
(39,100,73)
(15%,39%,29%)

RGB channels and saturation

R 39 of 255 = 15%
G 100 of 255 = 39%
B 73 of 255 = 29%

39
100
73

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

Portions of RGB colors in percentages

R + G + B =
39 + 100 + 73 = 212 (100%)
R 39 of 212 ~ 18.4%
G 100 of 212 ~ 47.17%
B 73 of 212 ~ 34.43%

%18.4
%47.17
%34.43

CMYK color model

#276449 color CMYK value is (61,0,27,61).

  • cyan value is 61.00%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 60.78%
CMYK:
(61,0,27,61)
C61M0Y27K61 
(61%,0%,27%,61%)
(0.61/0.00/0.27/0.61)	

CMYK percentages

%61
%0
%27
%60.78

Codes

Color #276449 in popluar color models

276449
RGB3910073
HSL153°43.88%27.25%
HSB/HSV153°61.00%39.22%
CMYK61.00%0.00%27.00%
60.78%

Color #276449 in popluar number systems.

HEX276449
Decimal3910073
Binary10011111001001001001
Octal47144111

Shades and tints

Shades of #276449

#276449
(39,100,73)
#245B43
(36,91,67)
#21523D
(33,82,61)
#1E4937
(30,73,55)
#1B4031
(27,64,49)
#18372B
(24,55,43)
#152E25
(21,46,37)
#12251F
(18,37,31)
#0F1C19
(15,28,25)
#0C1313
(12,19,19)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #276449

#276449
(39,100,73)
#3A7259
(58,114,89)
#4D8069
(77,128,105)
#608E79
(96,142,121)
#739C89
(115,156,137)
#86AA99
(134,170,153)
#99B8A9
(153,184,169)
#ACC6B9
(172,198,185)
#BFD4C9
(191,212,201)
#D2E2D9
(210,226,217)
#E5F0E9
(229,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276449 color. Also use rgb(39,100,73) instead hex code.

Text Font Color

.myTextColor { color: #276449; }

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

This text font color is #276449.


Background Color

.myBgColor { background-color: #276449; }

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

This div background color is #276449.


Border color

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

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

This div border color is #276449.


Opacity

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

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

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

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

This text has shadow with #276449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276449 on black background.


Color preview on white background

This text has color #276449 on white background.



Black color preview on #276449 background

This text has black color on #276449 background.


White color preview on #276449 background

This text has white color on #276449 background.