COLOR #274E17

HEX: #274E17
RGB: (39,78,23)

Color info

#274E17 contains red, green and blue colors in about the same proportion. Web safe color of #274E17 is #336600 (or #360).

RGB color model

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

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

RGB channels and saturation

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

39
78
23

R + G + B ~ 18%. #274E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 78 + 23 = 140 (100%)
R 39 of 140 ~ 27.86%
G 78 of 140 ~ 55.71%
B 23 of 140 ~ 16.43%

%27.86
%55.71
%16.43

CMYK color model

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

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

CMYK percentages

%50
%0
%70.51
%69.41

Codes

Color #274E17 in popluar color models

274E17
RGB397823
HSL103°54.46%19.80%
HSB/HSV103°70.51%30.59%
CMYK50.00%0.00%70.51%
69.41%

Color #274E17 in popluar number systems.

HEX274E17
Decimal397823
Binary100111100111010111
Octal4711627

Shades and tints

Shades of #274E17

#274E17
(39,78,23)
#244715
(36,71,21)
#214013
(33,64,19)
#1E3911
(30,57,17)
#1B320F
(27,50,15)
#182B0D
(24,43,13)
#15240B
(21,36,11)
#121D09
(18,29,9)
#0F1607
(15,22,7)
#0C0F05
(12,15,5)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #274E17

#274E17
(39,78,23)
#3A5E2C
(58,94,44)
#4D6E41
(77,110,65)
#607E56
(96,126,86)
#738E6B
(115,142,107)
#869E80
(134,158,128)
#99AE95
(153,174,149)
#ACBEAA
(172,190,170)
#BFCEBF
(191,206,191)
#D2DED4
(210,222,212)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274E17; }

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

This text font color is #274E17.


Background Color

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

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

This div background color is #274E17.


Border color

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

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

This div border color is #274E17.


Opacity

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

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

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

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

This text has shadow with #274E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274E17 on black background.


Color preview on white background

This text has color #274E17 on white background.



Black color preview on #274E17 background

This text has black color on #274E17 background.


White color preview on #274E17 background

This text has white color on #274E17 background.