COLOR #277B40

HEX: #277B40 RGB: (39,123,64)

Color info

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

RGB color model

#277B40 color RGB value is (39,123,64).

RGB: (39,123,64) (15%, 48%, 25%)

RGB channels and saturation

R 39 of 255 = 15%
G 123 of 255 = 48%
B 64 of 255 = 25%

39
123
64

R + G + B ~ 29%. #277B40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 123 + 64 = 226 (100%)
R 39 of 226 ~ 17.26%
G 123 of 226 ~ 54.42%
B 64 of 226 ~ 28.32'%

%17.26
%54.42
%28.32

CMYK color model

#277B40 color CMYK value is (68,0,48,52).

  • cyan value is 68.29%
  • magenta value is 0.00%
  • yellow value is 47.97%
  • key color value is 51.76%

CMYK: (68,0,48,52)
C68M0Y48K52 (68%, 0%, 48%, 52%)
(0.68 / 0.00 / 0.48 / 0.52)

CMYK percentages

%68.29
%0
%47.97
%51.76

Codes

Color #277B40 in popluar color models

27 7B 40
RGB 39 123 64
HSL 138° 51.85% 31.76%
HSB/HSV 138° 68.29% 48.24%
CMYK 68.29% 0.00% 47.97%
51.76%

Color #277B40 in popluar number systems.

HEX 27 7B 40
Decimal 39 123 64
Binary 100111 1111011 1000000
Octal 47 173 100

Shades and tints

Shades of #277B40

#277B40
(39,123,64)
#24703B
(36,112,59)
#216536
(33,101,54)
#1E5A31
(30,90,49)
#1B4F2C
(27,79,44)
#184427
(24,68,39)
#153922
(21,57,34)
#122E1D
(18,46,29)
#0F2318
(15,35,24)
#0C1813
(12,24,19)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #277B40

#277B40
(39,123,64)
#3A8751
(58,135,81)
#4D9362
(77,147,98)
#609F73
(96,159,115)
#73AB84
(115,171,132)
#86B795
(134,183,149)
#99C3A6
(153,195,166)
#ACCFB7
(172,207,183)
#BFDBC8
(191,219,200)
#D2E7D9
(210,231,217)
#E5F3EA
(229,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #277B40; }

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

This text font color is #277B40.

Background Color

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

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

This div background color is #277B40.

Border color

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

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

This div border color is #277B40.

Opacity

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

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

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

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

This text has shadow with #277B40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #277B40.

Preview

Color preview on black background

This text has color #277B40 on black background.


Color preview on white background

This text has color #277B40 on white background.


Black color preview on #277B40 background

This text has black color on #277B40 background.


White color preview on #277B40 background

This text has white color on #277B40 background.


Related colors

Complementary color

Complementary color for #hex is #D884BF.


I love getcolorcode.com

Triadic colors

1 #40277B and #7B4027 with #277B40 are triadic colors.

2 #407B27 and #7B2740 with #277B40 are triadic colors.