COLOR #274B4F

HEX: #274B4F
RGB: (39,75,79)

Color info

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

RGB color model

#274B4F color RGB value is (39,75,79).

  • red value is 39;
  • green value is 75;
  • blue value is 79.
RGB:
(39,75,79)
(15%,29%,31%)

RGB channels and saturation

R 39 of 255 = 15%
G 75 of 255 = 29%
B 79 of 255 = 31%

39
75
79

R + G + B ~ 25%. #274B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 75 + 79 = 193 (100%)
R 39 of 193 ~ 20.21%
G 75 of 193 ~ 38.86%
B 79 of 193 ~ 40.93%

%20.21
%38.86
%40.93

CMYK color model

#274B4F color CMYK value is (51,5,0,69).

  • cyan value is 50.63%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(51,5,0,69)
C51M5Y0K69 
(51%,5%,0%,69%)
(0.51/0.05/0.00/0.69)	

CMYK percentages

%50.63
%5.06
%0
%69.02

Codes

Color #274B4F in popluar color models

274B4F
RGB397579
HSL186°33.90%23.14%
HSB/HSV186°50.63%30.98%
CMYK50.63%5.06%0.00%
69.02%

Color #274B4F in popluar number systems.

HEX274B4F
Decimal397579
Binary10011110010111001111
Octal47113117

Shades and tints

Shades of #274B4F

#274B4F
(39,75,79)
#244548
(36,69,72)
#213F41
(33,63,65)
#1E393A
(30,57,58)
#1B3333
(27,51,51)
#182D2C
(24,45,44)
#152725
(21,39,37)
#12211E
(18,33,30)
#0F1B17
(15,27,23)
#0C1510
(12,21,16)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #274B4F

#274B4F
(39,75,79)
#3A5B5F
(58,91,95)
#4D6B6F
(77,107,111)
#607B7F
(96,123,127)
#738B8F
(115,139,143)
#869B9F
(134,155,159)
#99ABAF
(153,171,175)
#ACBBBF
(172,187,191)
#BFCBCF
(191,203,207)
#D2DBDF
(210,219,223)
#E5EBEF
(229,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274B4F color. Also use rgb(39,75,79) instead hex code.

Text Font Color

.myTextColor { color: #274B4F; }

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

This text font color is #274B4F.


Background Color

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

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

This div background color is #274B4F.


Border color

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

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

This div border color is #274B4F.


Opacity

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

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

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

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

This text has shadow with #274B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274B4F on black background.


Color preview on white background

This text has color #274B4F on white background.



Black color preview on #274B4F background

This text has black color on #274B4F background.


White color preview on #274B4F background

This text has white color on #274B4F background.