COLOR #274209

HEX: #274209 RGB: (39,66,9)

Color info

#274209 contains red, green and blue colors in about the same proportion. Web safe color of #274209 is #333300 (or #330).

RGB color model

#274209 color RGB value is (39,66,9).

RGB: (39,66,9) (15%, 26%, 4%)

RGB channels and saturation

R 39 of 255 = 15%
G 66 of 255 = 26%
B 9 of 255 = 4%

39
66
9

R + G + B ~ 15%. #274209 is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 66 + 9 = 114 (100%)
R 39 of 114 ~ 34.21%
G 66 of 114 ~ 57.89%
B 9 of 114 ~ 7.89'%

%34.21
%57.89

CMYK color model

#274209 color CMYK value is (41,0,86,74).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 86.36%
  • key color value is 74.12%

CMYK: (41,0,86,74)
C41M0Y86K74 (41%, 0%, 86%, 74%)
(0.41 / 0.00 / 0.86 / 0.74)

CMYK percentages

%40.91
%0
%86.36
%74.12

Codes

Color #274209 in popluar color models

27 42 09
RGB 39 66 9
HSL 88° 76.00% 14.71%
HSB/HSV 88° 86.36% 25.88%
CMYK 40.91% 0.00% 86.36%
74.12%

Color #274209 in popluar number systems.

HEX 27 42 09
Decimal 39 66 9
Binary 100111 1000010 1001
Octal 47 102 11

Shades and tints

Shades of #274209

#274209
(39,66,9)
#243C09
(36,60,9)
#213609
(33,54,9)
#1E3009
(30,48,9)
#1B2A09
(27,42,9)
#182409
(24,36,9)
#151E09
(21,30,9)
#121809
(18,24,9)
#0F1209
(15,18,9)
#0C0C09
(12,12,9)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #274209

#274209
(39,66,9)
#3A531F
(58,83,31)
#4D6435
(77,100,53)
#60754B
(96,117,75)
#738661
(115,134,97)
#869777
(134,151,119)
#99A88D
(153,168,141)
#ACB9A3
(172,185,163)
#BFCAB9
(191,202,185)
#D2DBCF
(210,219,207)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274209 color. Also use rgb(39,66,9) instead hex code.

Text Font Color

.myTextColor { color: #274209; }

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

This text font color is #274209.

Background Color

.myBgColor { background-color: #274209; }

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

This div background color is #274209.

Border color

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

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

This div border color is #274209.

Opacity

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

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

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

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

This text has shadow with #274209 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #274209.

Preview

Color preview on black background

This text has color #274209 on black background.


Color preview on white background

This text has color #274209 on white background.


Black color preview on #274209 background

This text has black color on #274209 background.


White color preview on #274209 background

This text has white color on #274209 background.


Related colors

Complementary color

Complementary color for #hex is #D8BDF6.


I love getcolorcode.com

Triadic colors

1 #092742 and #420927 with #274209 are triadic colors.

2 #094227 and #422709 with #274209 are triadic colors.