COLOR #274940

HEX: #274940
RGB: (39,73,64)

Color info

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

RGB color model

#274940 color RGB value is (39,73,64).

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

RGB channels and saturation

R 39 of 255 = 15%
G 73 of 255 = 29%
B 64 of 255 = 25%

39
73
64

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

Portions of RGB colors in percentages

R + G + B =
39 + 73 + 64 = 176 (100%)
R 39 of 176 ~ 22.16%
G 73 of 176 ~ 41.48%
B 64 of 176 ~ 36.36%

%22.16
%41.48
%36.36

CMYK color model

#274940 color CMYK value is (47,0,12,71).

  • cyan value is 46.58%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 71.37%
CMYK:
(47,0,12,71)
C47M0Y12K71 
(47%,0%,12%,71%)
(0.47/0.00/0.12/0.71)	

CMYK percentages

%46.58
%0
%12.33
%71.37

Codes

Color #274940 in popluar color models

274940
RGB397364
HSL164°30.36%21.96%
HSB/HSV164°46.58%28.63%
CMYK46.58%0.00%12.33%
71.37%

Color #274940 in popluar number systems.

HEX274940
Decimal397364
Binary10011110010011000000
Octal47111100

Shades and tints

Shades of #274940

#274940
(39,73,64)
#24433B
(36,67,59)
#213D36
(33,61,54)
#1E3731
(30,55,49)
#1B312C
(27,49,44)
#182B27
(24,43,39)
#152522
(21,37,34)
#121F1D
(18,31,29)
#0F1918
(15,25,24)
#0C1313
(12,19,19)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #274940

#274940
(39,73,64)
#3A5951
(58,89,81)
#4D6962
(77,105,98)
#607973
(96,121,115)
#738984
(115,137,132)
#869995
(134,153,149)
#99A9A6
(153,169,166)
#ACB9B7
(172,185,183)
#BFC9C8
(191,201,200)
#D2D9D9
(210,217,217)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274940; }

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

This text font color is #274940.


Background Color

.myBgColor { background-color: #274940; }

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

This div background color is #274940.


Border color

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

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

This div border color is #274940.


Opacity

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

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

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

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

This text has shadow with #274940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274940 on black background.


Color preview on white background

This text has color #274940 on white background.



Black color preview on #274940 background

This text has black color on #274940 background.


White color preview on #274940 background

This text has white color on #274940 background.