COLOR #274910

HEX: #274910
RGB: (39,73,16)

Color info

#274910 contains red, green and blue colors in about the same proportion. Web safe color of #274910 is #333300 (or #330).

RGB color model

#274910 color RGB value is (39,73,16).

  • red value is 39;
  • green value is 73;
  • blue value is 16.
RGB:
(39,73,16)
(15%,29%,6%)

RGB channels and saturation

R 39 of 255 = 15%
G 73 of 255 = 29%
B 16 of 255 = 6%

39
73
16

R + G + B ~ 17%. #274910 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 73 + 16 = 128 (100%)
R 39 of 128 ~ 30.47%
G 73 of 128 ~ 57.03%
B 16 of 128 ~ 12.5%

%30.47
%57.03
%12.5

CMYK color model

#274910 color CMYK value is (47,0,78,71).

  • cyan value is 46.58%
  • magenta value is 0.00%
  • yellow value is 78.08%
  • key color value is 71.37%
CMYK:
(47,0,78,71)
C47M0Y78K71 
(47%,0%,78%,71%)
(0.47/0.00/0.78/0.71)	

CMYK percentages

%46.58
%0
%78.08
%71.37

Codes

Color #274910 in popluar color models

274910
RGB397316
HSL96°64.04%17.45%
HSB/HSV96°78.08%28.63%
CMYK46.58%0.00%78.08%
71.37%

Color #274910 in popluar number systems.

HEX274910
Decimal397316
Binary100111100100110000
Octal4711120

Shades and tints

Shades of #274910

#274910
(39,73,16)
#24430F
(36,67,15)
#213D0E
(33,61,14)
#1E370D
(30,55,13)
#1B310C
(27,49,12)
#182B0B
(24,43,11)
#15250A
(21,37,10)
#121F09
(18,31,9)
#0F1908
(15,25,8)
#0C1307
(12,19,7)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #274910

#274910
(39,73,16)
#3A5925
(58,89,37)
#4D693A
(77,105,58)
#60794F
(96,121,79)
#738964
(115,137,100)
#869979
(134,153,121)
#99A98E
(153,169,142)
#ACB9A3
(172,185,163)
#BFC9B8
(191,201,184)
#D2D9CD
(210,217,205)
#E5E9E2
(229,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274910 color. Also use rgb(39,73,16) instead hex code.

Text Font Color

.myTextColor { color: #274910; }

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

This text font color is #274910.


Background Color

.myBgColor { background-color: #274910; }

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

This div background color is #274910.


Border color

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

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

This div border color is #274910.


Opacity

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

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

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

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

This text has shadow with #274910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274910 on black background.


Color preview on white background

This text has color #274910 on white background.



Black color preview on #274910 background

This text has black color on #274910 background.


White color preview on #274910 background

This text has white color on #274910 background.