COLOR #274A54

HEX: #274A54
RGB: (39,74,84)

Color info

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

RGB color model

#274A54 color RGB value is (39,74,84).

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

RGB channels and saturation

R 39 of 255 = 15%
G 74 of 255 = 29%
B 84 of 255 = 33%

39
74
84

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

Portions of RGB colors in percentages

R + G + B =
39 + 74 + 84 = 197 (100%)
R 39 of 197 ~ 19.8%
G 74 of 197 ~ 37.56%
B 84 of 197 ~ 42.64%

%19.8
%37.56
%42.64

CMYK color model

#274A54 color CMYK value is (54,12,0,67).

  • cyan value is 53.57%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(54,12,0,67)
C54M12Y0K67 
(54%,12%,0%,67%)
(0.54/0.12/0.00/0.67)	

CMYK percentages

%53.57
%11.9
%0
%67.06

Codes

Color #274A54 in popluar color models

274A54
RGB397484
HSL193°36.59%24.12%
HSB/HSV193°53.57%32.94%
CMYK53.57%11.90%0.00%
67.06%

Color #274A54 in popluar number systems.

HEX274A54
Decimal397484
Binary10011110010101010100
Octal47112124

Shades and tints

Shades of #274A54

#274A54
(39,74,84)
#24444D
(36,68,77)
#213E46
(33,62,70)
#1E383F
(30,56,63)
#1B3238
(27,50,56)
#182C31
(24,44,49)
#15262A
(21,38,42)
#122023
(18,32,35)
#0F1A1C
(15,26,28)
#0C1415
(12,20,21)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #274A54

#274A54
(39,74,84)
#3A5A63
(58,90,99)
#4D6A72
(77,106,114)
#607A81
(96,122,129)
#738A90
(115,138,144)
#869A9F
(134,154,159)
#99AAAE
(153,170,174)
#ACBABD
(172,186,189)
#BFCACC
(191,202,204)
#D2DADB
(210,218,219)
#E5EAEA
(229,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274A54; }

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

This text font color is #274A54.


Background Color

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

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

This div background color is #274A54.


Border color

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

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

This div border color is #274A54.


Opacity

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

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

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

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

This text has shadow with #274A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274A54 on black background.


Color preview on white background

This text has color #274A54 on white background.



Black color preview on #274A54 background

This text has black color on #274A54 background.


White color preview on #274A54 background

This text has white color on #274A54 background.