COLOR #274762

HEX: #274762
RGB: (39,71,98)

Color info

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

RGB color model

#274762 color RGB value is (39,71,98).

  • red value is 39;
  • green value is 71;
  • blue value is 98.
RGB:
(39,71,98)
(15%,28%,38%)

RGB channels and saturation

R 39 of 255 = 15%
G 71 of 255 = 28%
B 98 of 255 = 38%

39
71
98

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

Portions of RGB colors in percentages

R + G + B =
39 + 71 + 98 = 208 (100%)
R 39 of 208 ~ 18.75%
G 71 of 208 ~ 34.13%
B 98 of 208 ~ 47.12%

%18.75
%34.13
%47.12

CMYK color model

#274762 color CMYK value is (60,28,0,62).

  • cyan value is 60.20%
  • magenta value is 27.55%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(60,28,0,62)
C60M28Y0K62 
(60%,28%,0%,62%)
(0.60/0.28/0.00/0.62)	

CMYK percentages

%60.2
%27.55
%0
%61.57

Codes

Color #274762 in popluar color models

274762
RGB397198
HSL207°43.07%26.86%
HSB/HSV207°60.20%38.43%
CMYK60.20%27.55%0.00%
61.57%

Color #274762 in popluar number systems.

HEX274762
Decimal397198
Binary10011110001111100010
Octal47107142

Shades and tints

Shades of #274762

#274762
(39,71,98)
#24415A
(36,65,90)
#213B52
(33,59,82)
#1E354A
(30,53,74)
#1B2F42
(27,47,66)
#18293A
(24,41,58)
#152332
(21,35,50)
#121D2A
(18,29,42)
#0F1722
(15,23,34)
#0C111A
(12,17,26)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #274762

#274762
(39,71,98)
#3A5770
(58,87,112)
#4D677E
(77,103,126)
#60778C
(96,119,140)
#73879A
(115,135,154)
#8697A8
(134,151,168)
#99A7B6
(153,167,182)
#ACB7C4
(172,183,196)
#BFC7D2
(191,199,210)
#D2D7E0
(210,215,224)
#E5E7EE
(229,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274762 color. Also use rgb(39,71,98) instead hex code.

Text Font Color

.myTextColor { color: #274762; }

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

This text font color is #274762.


Background Color

.myBgColor { background-color: #274762; }

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

This div background color is #274762.


Border color

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

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

This div border color is #274762.


Opacity

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

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

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

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

This text has shadow with #274762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274762 on black background.


Color preview on white background

This text has color #274762 on white background.



Black color preview on #274762 background

This text has black color on #274762 background.


White color preview on #274762 background

This text has white color on #274762 background.