COLOR #274231

HEX: #274231
RGB: (39,66,49)

Color info

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

RGB color model

#274231 color RGB value is (39,66,49).

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

RGB channels and saturation

R 39 of 255 = 15%
G 66 of 255 = 26%
B 49 of 255 = 19%

39
66
49

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

Portions of RGB colors in percentages

R + G + B =
39 + 66 + 49 = 154 (100%)
R 39 of 154 ~ 25.32%
G 66 of 154 ~ 42.86%
B 49 of 154 ~ 31.82%

%25.32
%42.86
%31.82

CMYK color model

#274231 color CMYK value is (41,0,26,74).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 74.12%
CMYK:
(41,0,26,74)
C41M0Y26K74 
(41%,0%,26%,74%)
(0.41/0.00/0.26/0.74)	

CMYK percentages

%40.91
%0
%25.76
%74.12

Codes

Color #274231 in popluar color models

274231
RGB396649
HSL142°25.71%20.59%
HSB/HSV142°40.91%25.88%
CMYK40.91%0.00%25.76%
74.12%

Color #274231 in popluar number systems.

HEX274231
Decimal396649
Binary1001111000010110001
Octal4710261

Shades and tints

Shades of #274231

#274231
(39,66,49)
#243C2D
(36,60,45)
#213629
(33,54,41)
#1E3025
(30,48,37)
#1B2A21
(27,42,33)
#18241D
(24,36,29)
#151E19
(21,30,25)
#121815
(18,24,21)
#0F1211
(15,18,17)
#0C0C0D
(12,12,13)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #274231

#274231
(39,66,49)
#3A5343
(58,83,67)
#4D6455
(77,100,85)
#607567
(96,117,103)
#738679
(115,134,121)
#86978B
(134,151,139)
#99A89D
(153,168,157)
#ACB9AF
(172,185,175)
#BFCAC1
(191,202,193)
#D2DBD3
(210,219,211)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274231; }

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

This text font color is #274231.


Background Color

.myBgColor { background-color: #274231; }

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

This div background color is #274231.


Border color

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

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

This div border color is #274231.


Opacity

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

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

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

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

This text has shadow with #274231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274231 on black background.


Color preview on white background

This text has color #274231 on white background.



Black color preview on #274231 background

This text has black color on #274231 background.


White color preview on #274231 background

This text has white color on #274231 background.