COLOR #274D51

HEX: #274D51
RGB: (39,77,81)

Color info

#274D51 contains red, green and blue colors in about the same proportion. Web safe color of #274D51 is #333366 (or #336).

RGB color model

#274D51 color RGB value is (39,77,81).

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

RGB channels and saturation

R 39 of 255 = 15%
G 77 of 255 = 30%
B 81 of 255 = 32%

39
77
81

R + G + B ~ 26%. #274D51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 77 + 81 = 197 (100%)
R 39 of 197 ~ 19.8%
G 77 of 197 ~ 39.09%
B 81 of 197 ~ 41.12%

%19.8
%39.09
%41.12

CMYK color model

#274D51 color CMYK value is (52,5,0,68).

  • cyan value is 51.85%
  • magenta value is 4.94%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(52,5,0,68)
C52M5Y0K68 
(52%,5%,0%,68%)
(0.52/0.05/0.00/0.68)	

CMYK percentages

%51.85
%4.94
%0
%68.24

Codes

Color #274D51 in popluar color models

274D51
RGB397781
HSL186°35.00%23.53%
HSB/HSV186°51.85%31.76%
CMYK51.85%4.94%0.00%
68.24%

Color #274D51 in popluar number systems.

HEX274D51
Decimal397781
Binary10011110011011010001
Octal47115121

Shades and tints

Shades of #274D51

#274D51
(39,77,81)
#24464A
(36,70,74)
#213F43
(33,63,67)
#1E383C
(30,56,60)
#1B3135
(27,49,53)
#182A2E
(24,42,46)
#152327
(21,35,39)
#121C20
(18,28,32)
#0F1519
(15,21,25)
#0C0E12
(12,14,18)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #274D51

#274D51
(39,77,81)
#3A5D60
(58,93,96)
#4D6D6F
(77,109,111)
#607D7E
(96,125,126)
#738D8D
(115,141,141)
#869D9C
(134,157,156)
#99ADAB
(153,173,171)
#ACBDBA
(172,189,186)
#BFCDC9
(191,205,201)
#D2DDD8
(210,221,216)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274D51; }

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

This text font color is #274D51.


Background Color

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

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

This div background color is #274D51.


Border color

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

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

This div border color is #274D51.


Opacity

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

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

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

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

This text has shadow with #274D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274D51 on black background.


Color preview on white background

This text has color #274D51 on white background.



Black color preview on #274D51 background

This text has black color on #274D51 background.


White color preview on #274D51 background

This text has white color on #274D51 background.