COLOR #274731

HEX: #274731
RGB: (39,71,49)

Color info

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

RGB color model

#274731 color RGB value is (39,71,49).

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

RGB channels and saturation

R 39 of 255 = 15%
G 71 of 255 = 28%
B 49 of 255 = 19%

39
71
49

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

Portions of RGB colors in percentages

R + G + B =
39 + 71 + 49 = 159 (100%)
R 39 of 159 ~ 24.53%
G 71 of 159 ~ 44.65%
B 49 of 159 ~ 30.82%

%24.53
%44.65
%30.82

CMYK color model

#274731 color CMYK value is (45,0,31,72).

  • cyan value is 45.07%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 72.16%
CMYK:
(45,0,31,72)
C45M0Y31K72 
(45%,0%,31%,72%)
(0.45/0.00/0.31/0.72)	

CMYK percentages

%45.07
%0
%30.99
%72.16

Codes

Color #274731 in popluar color models

274731
RGB397149
HSL139°29.09%21.57%
HSB/HSV139°45.07%27.84%
CMYK45.07%0.00%30.99%
72.16%

Color #274731 in popluar number systems.

HEX274731
Decimal397149
Binary1001111000111110001
Octal4710761

Shades and tints

Shades of #274731

#274731
(39,71,49)
#24412D
(36,65,45)
#213B29
(33,59,41)
#1E3525
(30,53,37)
#1B2F21
(27,47,33)
#18291D
(24,41,29)
#152319
(21,35,25)
#121D15
(18,29,21)
#0F1711
(15,23,17)
#0C110D
(12,17,13)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #274731

#274731
(39,71,49)
#3A5743
(58,87,67)
#4D6755
(77,103,85)
#607767
(96,119,103)
#738779
(115,135,121)
#86978B
(134,151,139)
#99A79D
(153,167,157)
#ACB7AF
(172,183,175)
#BFC7C1
(191,199,193)
#D2D7D3
(210,215,211)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274731; }

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

This text font color is #274731.


Background Color

.myBgColor { background-color: #274731; }

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

This div background color is #274731.


Border color

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

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

This div border color is #274731.


Opacity

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

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

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

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

This text has shadow with #274731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274731 on black background.


Color preview on white background

This text has color #274731 on white background.



Black color preview on #274731 background

This text has black color on #274731 background.


White color preview on #274731 background

This text has white color on #274731 background.