COLOR #274929

HEX: #274929
RGB: (39,73,41)

Color info

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

RGB color model

#274929 color RGB value is (39,73,41).

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

RGB channels and saturation

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

39
73
41

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

Portions of RGB colors in percentages

R + G + B =
39 + 73 + 41 = 153 (100%)
R 39 of 153 ~ 25.49%
G 73 of 153 ~ 47.71%
B 41 of 153 ~ 26.8%

%25.49
%47.71
%26.8

CMYK color model

#274929 color CMYK value is (47,0,44,71).

  • cyan value is 46.58%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 71.37%
CMYK:
(47,0,44,71)
C47M0Y44K71 
(47%,0%,44%,71%)
(0.47/0.00/0.44/0.71)	

CMYK percentages

%46.58
%0
%43.84
%71.37

Codes

Color #274929 in popluar color models

274929
RGB397341
HSL124°30.36%21.96%
HSB/HSV124°46.58%28.63%
CMYK46.58%0.00%43.84%
71.37%

Color #274929 in popluar number systems.

HEX274929
Decimal397341
Binary1001111001001101001
Octal4711151

Shades and tints

Shades of #274929

#274929
(39,73,41)
#244326
(36,67,38)
#213D23
(33,61,35)
#1E3720
(30,55,32)
#1B311D
(27,49,29)
#182B1A
(24,43,26)
#152517
(21,37,23)
#121F14
(18,31,20)
#0F1911
(15,25,17)
#0C130E
(12,19,14)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #274929

#274929
(39,73,41)
#3A593C
(58,89,60)
#4D694F
(77,105,79)
#607962
(96,121,98)
#738975
(115,137,117)
#869988
(134,153,136)
#99A99B
(153,169,155)
#ACB9AE
(172,185,174)
#BFC9C1
(191,201,193)
#D2D9D4
(210,217,212)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274929; }

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

This text font color is #274929.


Background Color

.myBgColor { background-color: #274929; }

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

This div background color is #274929.


Border color

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

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

This div border color is #274929.


Opacity

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

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

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

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

This text has shadow with #274929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274929 on black background.


Color preview on white background

This text has color #274929 on white background.



Black color preview on #274929 background

This text has black color on #274929 background.


White color preview on #274929 background

This text has white color on #274929 background.