COLOR #274828

HEX: #274828
RGB: (39,72,40)

Color info

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

RGB color model

#274828 color RGB value is (39,72,40).

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

RGB channels and saturation

R 39 of 255 = 15%
G 72 of 255 = 28%
B 40 of 255 = 16%

39
72
40

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

Portions of RGB colors in percentages

R + G + B =
39 + 72 + 40 = 151 (100%)
R 39 of 151 ~ 25.83%
G 72 of 151 ~ 47.68%
B 40 of 151 ~ 26.49%

%25.83
%47.68
%26.49

CMYK color model

#274828 color CMYK value is (46,0,44,72).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 71.76%
CMYK:
(46,0,44,72)
C46M0Y44K72 
(46%,0%,44%,72%)
(0.46/0.00/0.44/0.72)	

CMYK percentages

%45.83
%0
%44.44
%71.76

Codes

Color #274828 in popluar color models

274828
RGB397240
HSL122°29.73%21.76%
HSB/HSV122°45.83%28.24%
CMYK45.83%0.00%44.44%
71.76%

Color #274828 in popluar number systems.

HEX274828
Decimal397240
Binary1001111001000101000
Octal4711050

Shades and tints

Shades of #274828

#274828
(39,72,40)
#244225
(36,66,37)
#213C22
(33,60,34)
#1E361F
(30,54,31)
#1B301C
(27,48,28)
#182A19
(24,42,25)
#152416
(21,36,22)
#121E13
(18,30,19)
#0F1810
(15,24,16)
#0C120D
(12,18,13)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #274828

#274828
(39,72,40)
#3A583B
(58,88,59)
#4D684E
(77,104,78)
#607861
(96,120,97)
#738874
(115,136,116)
#869887
(134,152,135)
#99A89A
(153,168,154)
#ACB8AD
(172,184,173)
#BFC8C0
(191,200,192)
#D2D8D3
(210,216,211)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274828; }

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

This text font color is #274828.


Background Color

.myBgColor { background-color: #274828; }

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

This div background color is #274828.


Border color

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

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

This div border color is #274828.


Opacity

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

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

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

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

This text has shadow with #274828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274828 on black background.


Color preview on white background

This text has color #274828 on white background.



Black color preview on #274828 background

This text has black color on #274828 background.


White color preview on #274828 background

This text has white color on #274828 background.