COLOR #274747

HEX: #274747
RGB: (39,71,71)

Color info

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

RGB color model

#274747 color RGB value is (39,71,71).

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

RGB channels and saturation

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

39
71
71

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

Portions of RGB colors in percentages

R + G + B =
39 + 71 + 71 = 181 (100%)
R 39 of 181 ~ 21.55%
G 71 of 181 ~ 39.23%
B 71 of 181 ~ 39.23%

%21.55
%39.23
%39.23

CMYK color model

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

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

CMYK percentages

%45.07
%0
%0
%72.16

Codes

Color #274747 in popluar color models

274747
RGB397171
HSL180°29.09%21.57%
HSB/HSV180°45.07%27.84%
CMYK45.07%0.00%0.00%
72.16%

Color #274747 in popluar number systems.

HEX274747
Decimal397171
Binary10011110001111000111
Octal47107107

Shades and tints

Shades of #274747

#274747
(39,71,71)
#244141
(36,65,65)
#213B3B
(33,59,59)
#1E3535
(30,53,53)
#1B2F2F
(27,47,47)
#182929
(24,41,41)
#152323
(21,35,35)
#121D1D
(18,29,29)
#0F1717
(15,23,23)
#0C1111
(12,17,17)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #274747

#274747
(39,71,71)
#3A5757
(58,87,87)
#4D6767
(77,103,103)
#607777
(96,119,119)
#738787
(115,135,135)
#869797
(134,151,151)
#99A7A7
(153,167,167)
#ACB7B7
(172,183,183)
#BFC7C7
(191,199,199)
#D2D7D7
(210,215,215)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274747; }

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

This text font color is #274747.


Background Color

.myBgColor { background-color: #274747; }

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

This div background color is #274747.


Border color

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

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

This div border color is #274747.


Opacity

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

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

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

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

This text has shadow with #274747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274747 on black background.


Color preview on white background

This text has color #274747 on white background.



Black color preview on #274747 background

This text has black color on #274747 background.


White color preview on #274747 background

This text has white color on #274747 background.