COLOR #274942

HEX: #274942
RGB: (39,73,66)

Color info

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

RGB color model

#274942 color RGB value is (39,73,66).

  • red value is 39;
  • green value is 73;
  • blue value is 66.
RGB:
(39,73,66)
(15%,29%,26%)

RGB channels and saturation

R 39 of 255 = 15%
G 73 of 255 = 29%
B 66 of 255 = 26%

39
73
66

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

Portions of RGB colors in percentages

R + G + B =
39 + 73 + 66 = 178 (100%)
R 39 of 178 ~ 21.91%
G 73 of 178 ~ 41.01%
B 66 of 178 ~ 37.08%

%21.91
%41.01
%37.08

CMYK color model

#274942 color CMYK value is (47,0,10,71).

  • cyan value is 46.58%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 71.37%
CMYK:
(47,0,10,71)
C47M0Y10K71 
(47%,0%,10%,71%)
(0.47/0.00/0.10/0.71)	

CMYK percentages

%46.58
%0
%9.59
%71.37

Codes

Color #274942 in popluar color models

274942
RGB397366
HSL168°30.36%21.96%
HSB/HSV168°46.58%28.63%
CMYK46.58%0.00%9.59%
71.37%

Color #274942 in popluar number systems.

HEX274942
Decimal397366
Binary10011110010011000010
Octal47111102

Shades and tints

Shades of #274942

#274942
(39,73,66)
#24433C
(36,67,60)
#213D36
(33,61,54)
#1E3730
(30,55,48)
#1B312A
(27,49,42)
#182B24
(24,43,36)
#15251E
(21,37,30)
#121F18
(18,31,24)
#0F1912
(15,25,18)
#0C130C
(12,19,12)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #274942

#274942
(39,73,66)
#3A5953
(58,89,83)
#4D6964
(77,105,100)
#607975
(96,121,117)
#738986
(115,137,134)
#869997
(134,153,151)
#99A9A8
(153,169,168)
#ACB9B9
(172,185,185)
#BFC9CA
(191,201,202)
#D2D9DB
(210,217,219)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274942; }

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

This text font color is #274942.


Background Color

.myBgColor { background-color: #274942; }

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

This div background color is #274942.


Border color

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

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

This div border color is #274942.


Opacity

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

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

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

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

This text has shadow with #274942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274942 on black background.


Color preview on white background

This text has color #274942 on white background.



Black color preview on #274942 background

This text has black color on #274942 background.


White color preview on #274942 background

This text has white color on #274942 background.