COLOR #274928

HEX: #274928
RGB: (39,73,40)

Color info

#274928 contains red, green and blue colors in about the same proportion. Web safe color of #274928 is #333333 (or #333).

RGB color model

#274928 color RGB value is (39,73,40).

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

RGB channels and saturation

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

39
73
40

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

Portions of RGB colors in percentages

R + G + B =
39 + 73 + 40 = 152 (100%)
R 39 of 152 ~ 25.66%
G 73 of 152 ~ 48.03%
B 40 of 152 ~ 26.32%

%25.66
%48.03
%26.32

CMYK color model

#274928 color CMYK value is (47,0,45,71).

  • cyan value is 46.58%
  • magenta value is 0.00%
  • yellow value is 45.21%
  • key color value is 71.37%
CMYK:
(47,0,45,71)
C47M0Y45K71 
(47%,0%,45%,71%)
(0.47/0.00/0.45/0.71)	

CMYK percentages

%46.58
%0
%45.21
%71.37

Codes

Color #274928 in popluar color models

274928
RGB397340
HSL122°30.36%21.96%
HSB/HSV122°46.58%28.63%
CMYK46.58%0.00%45.21%
71.37%

Color #274928 in popluar number systems.

HEX274928
Decimal397340
Binary1001111001001101000
Octal4711150

Shades and tints

Shades of #274928

#274928
(39,73,40)
#244325
(36,67,37)
#213D22
(33,61,34)
#1E371F
(30,55,31)
#1B311C
(27,49,28)
#182B19
(24,43,25)
#152516
(21,37,22)
#121F13
(18,31,19)
#0F1910
(15,25,16)
#0C130D
(12,19,13)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #274928

#274928
(39,73,40)
#3A593B
(58,89,59)
#4D694E
(77,105,78)
#607961
(96,121,97)
#738974
(115,137,116)
#869987
(134,153,135)
#99A99A
(153,169,154)
#ACB9AD
(172,185,173)
#BFC9C0
(191,201,192)
#D2D9D3
(210,217,211)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274928; }

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

This text font color is #274928.


Background Color

.myBgColor { background-color: #274928; }

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

This div background color is #274928.


Border color

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

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

This div border color is #274928.


Opacity

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

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

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

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

This text has shadow with #274928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274928 on black background.


Color preview on white background

This text has color #274928 on white background.



Black color preview on #274928 background

This text has black color on #274928 background.


White color preview on #274928 background

This text has white color on #274928 background.