COLOR #277349

HEX: #277349
RGB: (39,115,73)

Color info

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

RGB color model

#277349 color RGB value is (39,115,73).

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

RGB channels and saturation

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

39
115
73

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

Portions of RGB colors in percentages

R + G + B =
39 + 115 + 73 = 227 (100%)
R 39 of 227 ~ 17.18%
G 115 of 227 ~ 50.66%
B 73 of 227 ~ 32.16%

%17.18
%50.66
%32.16

CMYK color model

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

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

CMYK percentages

%66.09
%0
%36.52
%54.9

Codes

Color #277349 in popluar color models

277349
RGB3911573
HSL147°49.35%30.20%
HSB/HSV147°66.09%45.10%
CMYK66.09%0.00%36.52%
54.90%

Color #277349 in popluar number systems.

HEX277349
Decimal3911573
Binary10011111100111001001
Octal47163111

Shades and tints

Shades of #277349

#277349
(39,115,73)
#246943
(36,105,67)
#215F3D
(33,95,61)
#1E5537
(30,85,55)
#1B4B31
(27,75,49)
#18412B
(24,65,43)
#153725
(21,55,37)
#122D1F
(18,45,31)
#0F2319
(15,35,25)
#0C1913
(12,25,19)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #277349

#277349
(39,115,73)
#3A7F59
(58,127,89)
#4D8B69
(77,139,105)
#609779
(96,151,121)
#73A389
(115,163,137)
#86AF99
(134,175,153)
#99BBA9
(153,187,169)
#ACC7B9
(172,199,185)
#BFD3C9
(191,211,201)
#D2DFD9
(210,223,217)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #277349; }

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

This text font color is #277349.


Background Color

.myBgColor { background-color: #277349; }

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

This div background color is #277349.


Border color

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

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

This div border color is #277349.


Opacity

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

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

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

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

This text has shadow with #277349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #277349 on black background.


Color preview on white background

This text has color #277349 on white background.



Black color preview on #277349 background

This text has black color on #277349 background.


White color preview on #277349 background

This text has white color on #277349 background.