COLOR #274C6B

HEX: #274C6B
RGB: (39,76,107)

Color info

#274C6B contains mainly green and blue colors. Web safe color of #274C6B is #333366 (or #336).

RGB color model

#274C6B color RGB value is (39,76,107).

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

RGB channels and saturation

R 39 of 255 = 15%
G 76 of 255 = 30%
B 107 of 255 = 42%

39
76
107

R + G + B ~ 29%. #274C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 76 + 107 = 222 (100%)
R 39 of 222 ~ 17.57%
G 76 of 222 ~ 34.23%
B 107 of 222 ~ 48.2%

%17.57
%34.23
%48.2

CMYK color model

#274C6B color CMYK value is (64,29,0,58).

  • cyan value is 63.55%
  • magenta value is 28.97%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(64,29,0,58)
C64M29Y0K58 
(64%,29%,0%,58%)
(0.64/0.29/0.00/0.58)	

CMYK percentages

%63.55
%28.97
%0
%58.04

Codes

Color #274C6B in popluar color models

274C6B
RGB3976107
HSL207°46.58%28.63%
HSB/HSV207°63.55%41.96%
CMYK63.55%28.97%0.00%
58.04%

Color #274C6B in popluar number systems.

HEX274C6B
Decimal3976107
Binary10011110011001101011
Octal47114153

Shades and tints

Shades of #274C6B

#274C6B
(39,76,107)
#244662
(36,70,98)
#214059
(33,64,89)
#1E3A50
(30,58,80)
#1B3447
(27,52,71)
#182E3E
(24,46,62)
#152835
(21,40,53)
#12222C
(18,34,44)
#0F1C23
(15,28,35)
#0C161A
(12,22,26)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #274C6B

#274C6B
(39,76,107)
#3A5C78
(58,92,120)
#4D6C85
(77,108,133)
#607C92
(96,124,146)
#738C9F
(115,140,159)
#869CAC
(134,156,172)
#99ACB9
(153,172,185)
#ACBCC6
(172,188,198)
#BFCCD3
(191,204,211)
#D2DCE0
(210,220,224)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274C6B; }

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

This text font color is #274C6B.


Background Color

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

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

This div background color is #274C6B.


Border color

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

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

This div border color is #274C6B.


Opacity

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

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

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

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

This text has shadow with #274C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274C6B on black background.


Color preview on white background

This text has color #274C6B on white background.



Black color preview on #274C6B background

This text has black color on #274C6B background.


White color preview on #274C6B background

This text has white color on #274C6B background.