COLOR #274E52

HEX: #274E52
RGB: (39,78,82)

Color info

#274E52 contains red, green and blue colors in about the same proportion. Web safe color of #274E52 is #336666 (or #366).

RGB color model

#274E52 color RGB value is (39,78,82).

  • red value is 39;
  • green value is 78;
  • blue value is 82.
RGB:
(39,78,82)
(15%,31%,32%)

RGB channels and saturation

R 39 of 255 = 15%
G 78 of 255 = 31%
B 82 of 255 = 32%

39
78
82

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

Portions of RGB colors in percentages

R + G + B =
39 + 78 + 82 = 199 (100%)
R 39 of 199 ~ 19.6%
G 78 of 199 ~ 39.2%
B 82 of 199 ~ 41.21%

%19.6
%39.2
%41.21

CMYK color model

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

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

CMYK percentages

%52.44
%4.88
%0
%67.84

Codes

Color #274E52 in popluar color models

274E52
RGB397882
HSL186°35.54%23.73%
HSB/HSV186°52.44%32.16%
CMYK52.44%4.88%0.00%
67.84%

Color #274E52 in popluar number systems.

HEX274E52
Decimal397882
Binary10011110011101010010
Octal47116122

Shades and tints

Shades of #274E52

#274E52
(39,78,82)
#24474B
(36,71,75)
#214044
(33,64,68)
#1E393D
(30,57,61)
#1B3236
(27,50,54)
#182B2F
(24,43,47)
#152428
(21,36,40)
#121D21
(18,29,33)
#0F161A
(15,22,26)
#0C0F13
(12,15,19)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #274E52

#274E52
(39,78,82)
#3A5E61
(58,94,97)
#4D6E70
(77,110,112)
#607E7F
(96,126,127)
#738E8E
(115,142,142)
#869E9D
(134,158,157)
#99AEAC
(153,174,172)
#ACBEBB
(172,190,187)
#BFCECA
(191,206,202)
#D2DED9
(210,222,217)
#E5EEE8
(229,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274E52 color. Also use rgb(39,78,82) instead hex code.

Text Font Color

.myTextColor { color: #274E52; }

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

This text font color is #274E52.


Background Color

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

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

This div background color is #274E52.


Border color

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

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

This div border color is #274E52.


Opacity

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

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

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

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

This text has shadow with #274E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274E52 on black background.


Color preview on white background

This text has color #274E52 on white background.



Black color preview on #274E52 background

This text has black color on #274E52 background.


White color preview on #274E52 background

This text has white color on #274E52 background.