COLOR #274967

HEX: #274967 RGB: (39,73,103)

Color info

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

RGB color model

#274967 color RGB value is (39,73,103).

RGB: (39,73,103) (15%, 29%, 40%)

RGB channels and saturation

R 39 of 255 = 15%
G 73 of 255 = 29%
B 103 of 255 = 40%

39
73
103

R + G + B ~ 28%. #274967 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 73 + 103 = 215 (100%)
R 39 of 215 ~ 18.14%
G 73 of 215 ~ 33.95%
B 103 of 215 ~ 47.91'%

%18.14
%33.95
%47.91

CMYK color model

#274967 color CMYK value is (62,29,0,60).

  • cyan value is 62.14%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK: (62,29,0,60) C62M29Y0K60 (62%,29%,0%,60%) (0.62/0.29/0.00/0.60) 

CMYK percentages

%62.14
%29.13
%0
%59.61

Codes

Color #274967 in popluar color models

27 49 67
RGB 39 73 103
HSL 208° 45.07% 27.84%
HSB/HSV 208° 62.14% 40.39%
CMYK 62.14% 29.13% 0.00%
59.61%

Color #274967 in popluar number systems.

HEX 27 49 67
Decimal 39 73 103
Binary 100111 1001001 1100111
Octal 47 111 147

Shades and tints

Shades of #274967

#274967
(39,73,103)
#24435E
(36,67,94)
#213D55
(33,61,85)
#1E374C
(30,55,76)
#1B3143
(27,49,67)
#182B3A
(24,43,58)
#152531
(21,37,49)
#121F28
(18,31,40)
#0F191F
(15,25,31)
#0C1316
(12,19,22)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #274967

#274967
(39,73,103)
#3A5974
(58,89,116)
#4D6981
(77,105,129)
#60798E
(96,121,142)
#73899B
(115,137,155)
#8699A8
(134,153,168)
#99A9B5
(153,169,181)
#ACB9C2
(172,185,194)
#BFC9CF
(191,201,207)
#D2D9DC
(210,217,220)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274967 color. Also use rgb(39,73,103) instead hex code.

Text Font Color

.myTextColor { color: #274967; }

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

This text font color is #274967.

Background Color

.myBgColor { background-color: #274967; }

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

This div background color is #274967.

Border color

.myBorderColor { border: 1px solid #274967; }

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

This div border color is #274967.

Opacity

.myOpacity80 { color: #274967; opacity: 0.8; }

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

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

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

This text has shadow with #274967 color.


.textShadow {text-shadow: 3px 3px 1px #274967', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #274967; -webkit-box-shadow: 1px 1px 3px 2px #274967; box-shadow:1px 1px 3px 2px #274967;">
Div content here
</div>

This div box has shadow with color #274967.

Preview

Color preview on black background

This text has color #274967 on black background.


Color preview on white background

This text has color #274967 on white background.


Black color preview on #274967 background

This text has black color on #274967 background.


White color preview on #274967 background

This text has white color on #274967 background.


Related colors

Complementary color

Complementary color for #hex is #D8B698.


I love getcolorcode.com

Triadic colors

1 #672749 and #496727 with #274967 are triadic colors.

2 #674927 and #492767 with #274967 are triadic colors.