COLOR #274A31

HEX: #274A31
RGB: (39,74,49)

Color info

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

RGB color model

#274A31 color RGB value is (39,74,49).

  • red value is 39;
  • green value is 74;
  • blue value is 49.
RGB:
(39,74,49)
(15%,29%,19%)

RGB channels and saturation

R 39 of 255 = 15%
G 74 of 255 = 29%
B 49 of 255 = 19%

39
74
49

R + G + B ~ 21%. #274A31 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 74 + 49 = 162 (100%)
R 39 of 162 ~ 24.07%
G 74 of 162 ~ 45.68%
B 49 of 162 ~ 30.25%

%24.07
%45.68
%30.25

CMYK color model

#274A31 color CMYK value is (47,0,34,71).

  • cyan value is 47.30%
  • magenta value is 0.00%
  • yellow value is 33.78%
  • key color value is 70.98%
CMYK:
(47,0,34,71)
C47M0Y34K71 
(47%,0%,34%,71%)
(0.47/0.00/0.34/0.71)	

CMYK percentages

%47.3
%0
%33.78
%70.98

Codes

Color #274A31 in popluar color models

274A31
RGB397449
HSL137°30.97%22.16%
HSB/HSV137°47.30%29.02%
CMYK47.30%0.00%33.78%
70.98%

Color #274A31 in popluar number systems.

HEX274A31
Decimal397449
Binary1001111001010110001
Octal4711261

Shades and tints

Shades of #274A31

#274A31
(39,74,49)
#24442D
(36,68,45)
#213E29
(33,62,41)
#1E3825
(30,56,37)
#1B3221
(27,50,33)
#182C1D
(24,44,29)
#152619
(21,38,25)
#122015
(18,32,21)
#0F1A11
(15,26,17)
#0C140D
(12,20,13)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #274A31

#274A31
(39,74,49)
#3A5A43
(58,90,67)
#4D6A55
(77,106,85)
#607A67
(96,122,103)
#738A79
(115,138,121)
#869A8B
(134,154,139)
#99AA9D
(153,170,157)
#ACBAAF
(172,186,175)
#BFCAC1
(191,202,193)
#D2DAD3
(210,218,211)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274A31 color. Also use rgb(39,74,49) instead hex code.

Text Font Color

.myTextColor { color: #274A31; }

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

This text font color is #274A31.


Background Color

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

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

This div background color is #274A31.


Border color

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

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

This div border color is #274A31.


Opacity

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

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

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

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

This text has shadow with #274A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274A31 on black background.


Color preview on white background

This text has color #274A31 on white background.



Black color preview on #274A31 background

This text has black color on #274A31 background.


White color preview on #274A31 background

This text has white color on #274A31 background.