COLOR #277449

HEX: #277449
RGB: (39,116,73)

Color info

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

RGB color model

#277449 color RGB value is (39,116,73).

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

RGB channels and saturation

R 39 of 255 = 15%
G 116 of 255 = 45%
B 73 of 255 = 29%

39
116
73

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

Portions of RGB colors in percentages

R + G + B =
39 + 116 + 73 = 228 (100%)
R 39 of 228 ~ 17.11%
G 116 of 228 ~ 50.88%
B 73 of 228 ~ 32.02%

%17.11
%50.88
%32.02

CMYK color model

#277449 color CMYK value is (66,0,37,55).

  • cyan value is 66.38%
  • magenta value is 0.00%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(66,0,37,55)
C66M0Y37K55 
(66%,0%,37%,55%)
(0.66/0.00/0.37/0.55)	

CMYK percentages

%66.38
%0
%37.07
%54.51

Codes

Color #277449 in popluar color models

277449
RGB3911673
HSL146°49.68%30.39%
HSB/HSV146°66.38%45.49%
CMYK66.38%0.00%37.07%
54.51%

Color #277449 in popluar number systems.

HEX277449
Decimal3911673
Binary10011111101001001001
Octal47164111

Shades and tints

Shades of #277449

#277449
(39,116,73)
#246A43
(36,106,67)
#21603D
(33,96,61)
#1E5637
(30,86,55)
#1B4C31
(27,76,49)
#18422B
(24,66,43)
#153825
(21,56,37)
#122E1F
(18,46,31)
#0F2419
(15,36,25)
#0C1A13
(12,26,19)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #277449

#277449
(39,116,73)
#3A8059
(58,128,89)
#4D8C69
(77,140,105)
#609879
(96,152,121)
#73A489
(115,164,137)
#86B099
(134,176,153)
#99BCA9
(153,188,169)
#ACC8B9
(172,200,185)
#BFD4C9
(191,212,201)
#D2E0D9
(210,224,217)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #277449; }

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

This text font color is #277449.


Background Color

.myBgColor { background-color: #277449; }

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

This div background color is #277449.


Border color

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

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

This div border color is #277449.


Opacity

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

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

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

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

This text has shadow with #277449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #277449 on black background.


Color preview on white background

This text has color #277449 on white background.



Black color preview on #277449 background

This text has black color on #277449 background.


White color preview on #277449 background

This text has white color on #277449 background.