COLOR #274037

HEX: #274037
RGB: (39,64,55)

Color info

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

RGB color model

#274037 color RGB value is (39,64,55).

  • red value is 39;
  • green value is 64;
  • blue value is 55.
RGB:
(39,64,55)
(15%,25%,22%)

RGB channels and saturation

R 39 of 255 = 15%
G 64 of 255 = 25%
B 55 of 255 = 22%

39
64
55

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

Portions of RGB colors in percentages

R + G + B =
39 + 64 + 55 = 158 (100%)
R 39 of 158 ~ 24.68%
G 64 of 158 ~ 40.51%
B 55 of 158 ~ 34.81%

%24.68
%40.51
%34.81

CMYK color model

#274037 color CMYK value is (39,0,14,75).

  • cyan value is 39.06%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 74.90%
CMYK:
(39,0,14,75)
C39M0Y14K75 
(39%,0%,14%,75%)
(0.39/0.00/0.14/0.75)	

CMYK percentages

%39.06
%0
%14.06
%74.9

Codes

Color #274037 in popluar color models

274037
RGB396455
HSL158°24.27%20.20%
HSB/HSV158°39.06%25.10%
CMYK39.06%0.00%14.06%
74.90%

Color #274037 in popluar number systems.

HEX274037
Decimal396455
Binary1001111000000110111
Octal4710067

Shades and tints

Shades of #274037

#274037
(39,64,55)
#243B32
(36,59,50)
#21362D
(33,54,45)
#1E3128
(30,49,40)
#1B2C23
(27,44,35)
#18271E
(24,39,30)
#152219
(21,34,25)
#121D14
(18,29,20)
#0F180F
(15,24,15)
#0C130A
(12,19,10)
#090E05
(9,14,5)
#000000
(0,0,0)

Tints of #274037

#274037
(39,64,55)
#3A5149
(58,81,73)
#4D625B
(77,98,91)
#60736D
(96,115,109)
#73847F
(115,132,127)
#869591
(134,149,145)
#99A6A3
(153,166,163)
#ACB7B5
(172,183,181)
#BFC8C7
(191,200,199)
#D2D9D9
(210,217,217)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274037 color. Also use rgb(39,64,55) instead hex code.

Text Font Color

.myTextColor { color: #274037; }

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

This text font color is #274037.


Background Color

.myBgColor { background-color: #274037; }

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

This div background color is #274037.


Border color

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

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

This div border color is #274037.


Opacity

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

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

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

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

This text has shadow with #274037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274037 on black background.


Color preview on white background

This text has color #274037 on white background.



Black color preview on #274037 background

This text has black color on #274037 background.


White color preview on #274037 background

This text has white color on #274037 background.