COLOR #274D44

HEX: #274D44
RGB: (39,77,68)

Color info

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

RGB color model

#274D44 color RGB value is (39,77,68).

  • red value is 39;
  • green value is 77;
  • blue value is 68.
RGB:
(39,77,68)
(15%,30%,27%)

RGB channels and saturation

R 39 of 255 = 15%
G 77 of 255 = 30%
B 68 of 255 = 27%

39
77
68

R + G + B ~ 24%. #274D44 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 77 + 68 = 184 (100%)
R 39 of 184 ~ 21.2%
G 77 of 184 ~ 41.85%
B 68 of 184 ~ 36.96%

%21.2
%41.85
%36.96

CMYK color model

#274D44 color CMYK value is (49,0,12,70).

  • cyan value is 49.35%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 69.80%
CMYK:
(49,0,12,70)
C49M0Y12K70 
(49%,0%,12%,70%)
(0.49/0.00/0.12/0.70)	

CMYK percentages

%49.35
%0
%11.69
%69.8

Codes

Color #274D44 in popluar color models

274D44
RGB397768
HSL166°32.76%22.75%
HSB/HSV166°49.35%30.20%
CMYK49.35%0.00%11.69%
69.80%

Color #274D44 in popluar number systems.

HEX274D44
Decimal397768
Binary10011110011011000100
Octal47115104

Shades and tints

Shades of #274D44

#274D44
(39,77,68)
#24463E
(36,70,62)
#213F38
(33,63,56)
#1E3832
(30,56,50)
#1B312C
(27,49,44)
#182A26
(24,42,38)
#152320
(21,35,32)
#121C1A
(18,28,26)
#0F1514
(15,21,20)
#0C0E0E
(12,14,14)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #274D44

#274D44
(39,77,68)
#3A5D55
(58,93,85)
#4D6D66
(77,109,102)
#607D77
(96,125,119)
#738D88
(115,141,136)
#869D99
(134,157,153)
#99ADAA
(153,173,170)
#ACBDBB
(172,189,187)
#BFCDCC
(191,205,204)
#D2DDDD
(210,221,221)
#E5EDEE
(229,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274D44 color. Also use rgb(39,77,68) instead hex code.

Text Font Color

.myTextColor { color: #274D44; }

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

This text font color is #274D44.


Background Color

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

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

This div background color is #274D44.


Border color

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

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

This div border color is #274D44.


Opacity

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

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

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

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

This text has shadow with #274D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274D44 on black background.


Color preview on white background

This text has color #274D44 on white background.



Black color preview on #274D44 background

This text has black color on #274D44 background.


White color preview on #274D44 background

This text has white color on #274D44 background.