COLOR #274D37

HEX: #274D37
RGB: (39,77,55)

Color info

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

RGB color model

#274D37 color RGB value is (39,77,55).

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

RGB channels and saturation

R 39 of 255 = 15%
G 77 of 255 = 30%
B 55 of 255 = 22%

39
77
55

R + G + B ~ 22%. #274D37 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 77 + 55 = 171 (100%)
R 39 of 171 ~ 22.81%
G 77 of 171 ~ 45.03%
B 55 of 171 ~ 32.16%

%22.81
%45.03
%32.16

CMYK color model

#274D37 color CMYK value is (49,0,29,70).

  • cyan value is 49.35%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 69.80%
CMYK:
(49,0,29,70)
C49M0Y29K70 
(49%,0%,29%,70%)
(0.49/0.00/0.29/0.70)	

CMYK percentages

%49.35
%0
%28.57
%69.8

Codes

Color #274D37 in popluar color models

274D37
RGB397755
HSL145°32.76%22.75%
HSB/HSV145°49.35%30.20%
CMYK49.35%0.00%28.57%
69.80%

Color #274D37 in popluar number systems.

HEX274D37
Decimal397755
Binary1001111001101110111
Octal4711567

Shades and tints

Shades of #274D37

#274D37
(39,77,55)
#244632
(36,70,50)
#213F2D
(33,63,45)
#1E3828
(30,56,40)
#1B3123
(27,49,35)
#182A1E
(24,42,30)
#152319
(21,35,25)
#121C14
(18,28,20)
#0F150F
(15,21,15)
#0C0E0A
(12,14,10)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #274D37

#274D37
(39,77,55)
#3A5D49
(58,93,73)
#4D6D5B
(77,109,91)
#607D6D
(96,125,109)
#738D7F
(115,141,127)
#869D91
(134,157,145)
#99ADA3
(153,173,163)
#ACBDB5
(172,189,181)
#BFCDC7
(191,205,199)
#D2DDD9
(210,221,217)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274D37; }

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

This text font color is #274D37.


Background Color

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

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

This div background color is #274D37.


Border color

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

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

This div border color is #274D37.


Opacity

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

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

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

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

This text has shadow with #274D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274D37 on black background.


Color preview on white background

This text has color #274D37 on white background.



Black color preview on #274D37 background

This text has black color on #274D37 background.


White color preview on #274D37 background

This text has white color on #274D37 background.