COLOR #274647

HEX: #274647
RGB: (39,70,71)

Color info

#274647 contains red, green and blue colors in about the same proportion. Web safe color of #274647 is #333333 (or #333).

RGB color model

#274647 color RGB value is (39,70,71).

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

RGB channels and saturation

R 39 of 255 = 15%
G 70 of 255 = 27%
B 71 of 255 = 28%

39
70
71

R + G + B ~ 23%. #274647 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 70 + 71 = 180 (100%)
R 39 of 180 ~ 21.67%
G 70 of 180 ~ 38.89%
B 71 of 180 ~ 39.44%

%21.67
%38.89
%39.44

CMYK color model

#274647 color CMYK value is (45,1,0,72).

  • cyan value is 45.07%
  • magenta value is 1.41%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK: (45,1,0,72) C45M1Y0K72 (45%,1%,0%,72%) (0.45/0.01/0.00/0.72)

CMYK percentages

%45.07
%1.41
%0
%72.16

Codes

Color #274647 in popluar color models

274647
RGB397071
HSL182°29.09%21.57%
HSB/HSV182°45.07%27.84%
CMYK45.07%1.41%0.00%
72.16%

Color #274647 in popluar number systems.

HEX274647
Decimal397071
Binary10011110001101000111
Octal47106107

Shades and tints

Shades of #274647

#274647
(39,70,71)
#244041
(36,64,65)
#213A3B
(33,58,59)
#1E3435
(30,52,53)
#1B2E2F
(27,46,47)
#182829
(24,40,41)
#152223
(21,34,35)
#121C1D
(18,28,29)
#0F1617
(15,22,23)
#0C1011
(12,16,17)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #274647

#274647
(39,70,71)
#3A5657
(58,86,87)
#4D6667
(77,102,103)
#607677
(96,118,119)
#738687
(115,134,135)
#869697
(134,150,151)
#99A6A7
(153,166,167)
#ACB6B7
(172,182,183)
#BFC6C7
(191,198,199)
#D2D6D7
(210,214,215)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274647; }

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

This text font color is #274647.


Background Color

.myBgColor { background-color: #274647; }

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

This div background color is #274647.


Border color

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

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

This div border color is #274647.


Opacity

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

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

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

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

This text has shadow with #274647 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #274647 on black background.


Color preview on white background

This text has color #274647 on white background.



Black color preview on #274647 background

This text has black color on #274647 background.


White color preview on #274647 background

This text has white color on #274647 background.