COLOR #277B51

HEX: #277B51
RGB: (39,123,81)

Color info

#277B51 contains mainly green and blue colors. Web safe color of #277B51 is #336666 (or #366).

RGB color model

#277B51 color RGB value is (39,123,81).

  • red value is 39;
  • green value is 123;
  • blue value is 81.
RGB:
(39,123,81)
(15%,48%,32%)

RGB channels and saturation

R 39 of 255 = 15%
G 123 of 255 = 48%
B 81 of 255 = 32%

39
123
81

R + G + B ~ 32%. #277B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 123 + 81 = 243 (100%)
R 39 of 243 ~ 16.05%
G 123 of 243 ~ 50.62%
B 81 of 243 ~ 33.33%

%16.05
%50.62
%33.33

CMYK color model

#277B51 color CMYK value is (68,0,34,52).

  • cyan value is 68.29%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 51.76%
CMYK:
(68,0,34,52)
C68M0Y34K52 
(68%,0%,34%,52%)
(0.68/0.00/0.34/0.52)	

CMYK percentages

%68.29
%0
%34.15
%51.76

Codes

Color #277B51 in popluar color models

277B51
RGB3912381
HSL150°51.85%31.76%
HSB/HSV150°68.29%48.24%
CMYK68.29%0.00%34.15%
51.76%

Color #277B51 in popluar number systems.

HEX277B51
Decimal3912381
Binary10011111110111010001
Octal47173121

Shades and tints

Shades of #277B51

#277B51
(39,123,81)
#24704A
(36,112,74)
#216543
(33,101,67)
#1E5A3C
(30,90,60)
#1B4F35
(27,79,53)
#18442E
(24,68,46)
#153927
(21,57,39)
#122E20
(18,46,32)
#0F2319
(15,35,25)
#0C1812
(12,24,18)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #277B51

#277B51
(39,123,81)
#3A8760
(58,135,96)
#4D936F
(77,147,111)
#609F7E
(96,159,126)
#73AB8D
(115,171,141)
#86B79C
(134,183,156)
#99C3AB
(153,195,171)
#ACCFBA
(172,207,186)
#BFDBC9
(191,219,201)
#D2E7D8
(210,231,216)
#E5F3E7
(229,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #277B51 color. Also use rgb(39,123,81) instead hex code.

Text Font Color

.myTextColor { color: #277B51; }

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

This text font color is #277B51.


Background Color

.myBgColor { background-color: #277B51; }

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

This div background color is #277B51.


Border color

.myBorderColor { border: 1px solid #277B51; }

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

This div border color is #277B51.


Opacity

.myOpacity80 { color: #277B51; opacity: 0.8; }

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

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

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

This text has shadow with #277B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #277B51 on black background.


Color preview on white background

This text has color #277B51 on white background.



Black color preview on #277B51 background

This text has black color on #277B51 background.


White color preview on #277B51 background

This text has white color on #277B51 background.