COLOR #276442

HEX: #276442
RGB: (39,100,66)

Color info

#276442 contains mainly green and blue colors. Web safe color of #276442 is #336633 (or #363).

RGB color model

#276442 color RGB value is (39,100,66).

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

RGB channels and saturation

R 39 of 255 = 15%
G 100 of 255 = 39%
B 66 of 255 = 26%

39
100
66

R + G + B ~ 27%. #276442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 100 + 66 = 205 (100%)
R 39 of 205 ~ 19.02%
G 100 of 205 ~ 48.78%
B 66 of 205 ~ 32.2%

%19.02
%48.78
%32.2

CMYK color model

#276442 color CMYK value is (61,0,34,61).

  • cyan value is 61.00%
  • magenta value is 0.00%
  • yellow value is 34.00%
  • key color value is 60.78%
CMYK:
(61,0,34,61)
C61M0Y34K61 
(61%,0%,34%,61%)
(0.61/0.00/0.34/0.61)	

CMYK percentages

%61
%0
%34
%60.78

Codes

Color #276442 in popluar color models

276442
RGB3910066
HSL147°43.88%27.25%
HSB/HSV147°61.00%39.22%
CMYK61.00%0.00%34.00%
60.78%

Color #276442 in popluar number systems.

HEX276442
Decimal3910066
Binary10011111001001000010
Octal47144102

Shades and tints

Shades of #276442

#276442
(39,100,66)
#245B3C
(36,91,60)
#215236
(33,82,54)
#1E4930
(30,73,48)
#1B402A
(27,64,42)
#183724
(24,55,36)
#152E1E
(21,46,30)
#122518
(18,37,24)
#0F1C12
(15,28,18)
#0C130C
(12,19,12)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #276442

#276442
(39,100,66)
#3A7253
(58,114,83)
#4D8064
(77,128,100)
#608E75
(96,142,117)
#739C86
(115,156,134)
#86AA97
(134,170,151)
#99B8A8
(153,184,168)
#ACC6B9
(172,198,185)
#BFD4CA
(191,212,202)
#D2E2DB
(210,226,219)
#E5F0EC
(229,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #276442; }

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

This text font color is #276442.


Background Color

.myBgColor { background-color: #276442; }

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

This div background color is #276442.


Border color

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

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

This div border color is #276442.


Opacity

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

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

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

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

This text has shadow with #276442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276442 on black background.


Color preview on white background

This text has color #276442 on white background.



Black color preview on #276442 background

This text has black color on #276442 background.


White color preview on #276442 background

This text has white color on #276442 background.