COLOR #274E27

HEX: #274E27
RGB: (39,78,39)

Color info

#274E27 contains red, green and blue colors in about the same proportion. Web safe color of #274E27 is #336633 (or #363).

RGB color model

#274E27 color RGB value is (39,78,39).

  • red value is 39;
  • green value is 78;
  • blue value is 39.
RGB:
(39,78,39)
(15%,31%,15%)

RGB channels and saturation

R 39 of 255 = 15%
G 78 of 255 = 31%
B 39 of 255 = 15%

39
78
39

R + G + B ~ 20%. #274E27 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 78 + 39 = 156 (100%)
R 39 of 156 ~ 25%
G 78 of 156 ~ 50%
B 39 of 156 ~ 25%

%25
%50
%25

CMYK color model

#274E27 color CMYK value is (50,0,50,69).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 69.41%
CMYK:
(50,0,50,69)
C50M0Y50K69 
(50%,0%,50%,69%)
(0.50/0.00/0.50/0.69)	

CMYK percentages

%50
%0
%50
%69.41

Codes

Color #274E27 in popluar color models

274E27
RGB397839
HSL120°33.33%22.94%
HSB/HSV120°50.00%30.59%
CMYK50.00%0.00%50.00%
69.41%

Color #274E27 in popluar number systems.

HEX274E27
Decimal397839
Binary1001111001110100111
Octal4711647

Shades and tints

Shades of #274E27

#274E27
(39,78,39)
#244724
(36,71,36)
#214021
(33,64,33)
#1E391E
(30,57,30)
#1B321B
(27,50,27)
#182B18
(24,43,24)
#152415
(21,36,21)
#121D12
(18,29,18)
#0F160F
(15,22,15)
#0C0F0C
(12,15,12)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #274E27

#274E27
(39,78,39)
#3A5E3A
(58,94,58)
#4D6E4D
(77,110,77)
#607E60
(96,126,96)
#738E73
(115,142,115)
#869E86
(134,158,134)
#99AE99
(153,174,153)
#ACBEAC
(172,190,172)
#BFCEBF
(191,206,191)
#D2DED2
(210,222,210)
#E5EEE5
(229,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274E27 color. Also use rgb(39,78,39) instead hex code.

Text Font Color

.myTextColor { color: #274E27; }

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

This text font color is #274E27.


Background Color

.myBgColor { background-color: #274E27; }

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

This div background color is #274E27.


Border color

.myBorderColor { border: 1px solid #274E27; }

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

This div border color is #274E27.


Opacity

.myOpacity80 { color: #274E27; opacity: 0.8; }

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

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

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

This text has shadow with #274E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274E27 on black background.


Color preview on white background

This text has color #274E27 on white background.



Black color preview on #274E27 background

This text has black color on #274E27 background.


White color preview on #274E27 background

This text has white color on #274E27 background.