COLOR #277448

HEX: #277448
RGB: (39,116,72)

Color info

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

RGB color model

#277448 color RGB value is (39,116,72).

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

RGB channels and saturation

R 39 of 255 = 15%
G 116 of 255 = 45%
B 72 of 255 = 28%

39
116
72

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

Portions of RGB colors in percentages

R + G + B =
39 + 116 + 72 = 227 (100%)
R 39 of 227 ~ 17.18%
G 116 of 227 ~ 51.1%
B 72 of 227 ~ 31.72%

%17.18
%51.1
%31.72

CMYK color model

#277448 color CMYK value is (66,0,38,55).

  • cyan value is 66.38%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 54.51%
CMYK:
(66,0,38,55)
C66M0Y38K55 
(66%,0%,38%,55%)
(0.66/0.00/0.38/0.55)	

CMYK percentages

%66.38
%0
%37.93
%54.51

Codes

Color #277448 in popluar color models

277448
RGB3911672
HSL146°49.68%30.39%
HSB/HSV146°66.38%45.49%
CMYK66.38%0.00%37.93%
54.51%

Color #277448 in popluar number systems.

HEX277448
Decimal3911672
Binary10011111101001001000
Octal47164110

Shades and tints

Shades of #277448

#277448
(39,116,72)
#246A42
(36,106,66)
#21603C
(33,96,60)
#1E5636
(30,86,54)
#1B4C30
(27,76,48)
#18422A
(24,66,42)
#153824
(21,56,36)
#122E1E
(18,46,30)
#0F2418
(15,36,24)
#0C1A12
(12,26,18)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #277448

#277448
(39,116,72)
#3A8058
(58,128,88)
#4D8C68
(77,140,104)
#609878
(96,152,120)
#73A488
(115,164,136)
#86B098
(134,176,152)
#99BCA8
(153,188,168)
#ACC8B8
(172,200,184)
#BFD4C8
(191,212,200)
#D2E0D8
(210,224,216)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #277448; }

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

This text font color is #277448.


Background Color

.myBgColor { background-color: #277448; }

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

This div background color is #277448.


Border color

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

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

This div border color is #277448.


Opacity

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

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

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

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

This text has shadow with #277448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #277448 on black background.


Color preview on white background

This text has color #277448 on white background.



Black color preview on #277448 background

This text has black color on #277448 background.


White color preview on #277448 background

This text has white color on #277448 background.