COLOR #274C5E

HEX: #274C5E
RGB: (39,76,94)

Color info

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

RGB color model

#274C5E color RGB value is (39,76,94).

  • red value is 39;
  • green value is 76;
  • blue value is 94.
RGB:
(39,76,94)
(15%,30%,37%)

RGB channels and saturation

R 39 of 255 = 15%
G 76 of 255 = 30%
B 94 of 255 = 37%

39
76
94

R + G + B ~ 27%. #274C5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 76 + 94 = 209 (100%)
R 39 of 209 ~ 18.66%
G 76 of 209 ~ 36.36%
B 94 of 209 ~ 44.98%

%18.66
%36.36
%44.98

CMYK color model

#274C5E color CMYK value is (59,19,0,63).

  • cyan value is 58.51%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(59,19,0,63)
C59M19Y0K63 
(59%,19%,0%,63%)
(0.59/0.19/0.00/0.63)	

CMYK percentages

%58.51
%19.15
%0
%63.14

Codes

Color #274C5E in popluar color models

274C5E
RGB397694
HSL200°41.35%26.08%
HSB/HSV200°58.51%36.86%
CMYK58.51%19.15%0.00%
63.14%

Color #274C5E in popluar number systems.

HEX274C5E
Decimal397694
Binary10011110011001011110
Octal47114136

Shades and tints

Shades of #274C5E

#274C5E
(39,76,94)
#244656
(36,70,86)
#21404E
(33,64,78)
#1E3A46
(30,58,70)
#1B343E
(27,52,62)
#182E36
(24,46,54)
#15282E
(21,40,46)
#122226
(18,34,38)
#0F1C1E
(15,28,30)
#0C1616
(12,22,22)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #274C5E

#274C5E
(39,76,94)
#3A5C6C
(58,92,108)
#4D6C7A
(77,108,122)
#607C88
(96,124,136)
#738C96
(115,140,150)
#869CA4
(134,156,164)
#99ACB2
(153,172,178)
#ACBCC0
(172,188,192)
#BFCCCE
(191,204,206)
#D2DCDC
(210,220,220)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274C5E color. Also use rgb(39,76,94) instead hex code.

Text Font Color

.myTextColor { color: #274C5E; }

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

This text font color is #274C5E.


Background Color

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

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

This div background color is #274C5E.


Border color

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

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

This div border color is #274C5E.


Opacity

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

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

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

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

This text has shadow with #274C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274C5E on black background.


Color preview on white background

This text has color #274C5E on white background.



Black color preview on #274C5E background

This text has black color on #274C5E background.


White color preview on #274C5E background

This text has white color on #274C5E background.