COLOR #274A57

HEX: #274A57
RGB: (39,74,87)

Color info

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

RGB color model

#274A57 color RGB value is (39,74,87).

  • red value is 39;
  • green value is 74;
  • blue value is 87.
RGB:
(39,74,87)
(15%,29%,34%)

RGB channels and saturation

R 39 of 255 = 15%
G 74 of 255 = 29%
B 87 of 255 = 34%

39
74
87

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

Portions of RGB colors in percentages

R + G + B =
39 + 74 + 87 = 200 (100%)
R 39 of 200 ~ 19.5%
G 74 of 200 ~ 37%
B 87 of 200 ~ 43.5%

%19.5
%37
%43.5

CMYK color model

#274A57 color CMYK value is (55,15,0,66).

  • cyan value is 55.17%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(55,15,0,66)
C55M15Y0K66 
(55%,15%,0%,66%)
(0.55/0.15/0.00/0.66)	

CMYK percentages

%55.17
%14.94
%0
%65.88

Codes

Color #274A57 in popluar color models

274A57
RGB397487
HSL196°38.10%24.71%
HSB/HSV196°55.17%34.12%
CMYK55.17%14.94%0.00%
65.88%

Color #274A57 in popluar number systems.

HEX274A57
Decimal397487
Binary10011110010101010111
Octal47112127

Shades and tints

Shades of #274A57

#274A57
(39,74,87)
#244450
(36,68,80)
#213E49
(33,62,73)
#1E3842
(30,56,66)
#1B323B
(27,50,59)
#182C34
(24,44,52)
#15262D
(21,38,45)
#122026
(18,32,38)
#0F1A1F
(15,26,31)
#0C1418
(12,20,24)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #274A57

#274A57
(39,74,87)
#3A5A66
(58,90,102)
#4D6A75
(77,106,117)
#607A84
(96,122,132)
#738A93
(115,138,147)
#869AA2
(134,154,162)
#99AAB1
(153,170,177)
#ACBAC0
(172,186,192)
#BFCACF
(191,202,207)
#D2DADE
(210,218,222)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274A57 color. Also use rgb(39,74,87) instead hex code.

Text Font Color

.myTextColor { color: #274A57; }

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

This text font color is #274A57.


Background Color

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

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

This div background color is #274A57.


Border color

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

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

This div border color is #274A57.


Opacity

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

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

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

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

This text has shadow with #274A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274A57 on black background.


Color preview on white background

This text has color #274A57 on white background.



Black color preview on #274A57 background

This text has black color on #274A57 background.


White color preview on #274A57 background

This text has white color on #274A57 background.