COLOR #276138

HEX: #276138
RGB: (39,97,56)

Color info

#276138 contains red, green and blue colors in about the same proportion. Web safe color of #276138 is #336633 (or #363).

RGB color model

#276138 color RGB value is (39,97,56).

  • red value is 39;
  • green value is 97;
  • blue value is 56.
RGB:
(39,97,56)
(15%,38%,22%)

RGB channels and saturation

R 39 of 255 = 15%
G 97 of 255 = 38%
B 56 of 255 = 22%

39
97
56

R + G + B ~ 25%. #276138 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 97 + 56 = 192 (100%)
R 39 of 192 ~ 20.31%
G 97 of 192 ~ 50.52%
B 56 of 192 ~ 29.17%

%20.31
%50.52
%29.17

CMYK color model

#276138 color CMYK value is (60,0,42,62).

  • cyan value is 59.79%
  • magenta value is 0.00%
  • yellow value is 42.27%
  • key color value is 61.96%
CMYK:
(60,0,42,62)
C60M0Y42K62 
(60%,0%,42%,62%)
(0.60/0.00/0.42/0.62)	

CMYK percentages

%59.79
%0
%42.27
%61.96

Codes

Color #276138 in popluar color models

276138
RGB399756
HSL138°42.65%26.67%
HSB/HSV138°59.79%38.04%
CMYK59.79%0.00%42.27%
61.96%

Color #276138 in popluar number systems.

HEX276138
Decimal399756
Binary1001111100001111000
Octal4714170

Shades and tints

Shades of #276138

#276138
(39,97,56)
#245933
(36,89,51)
#21512E
(33,81,46)
#1E4929
(30,73,41)
#1B4124
(27,65,36)
#18391F
(24,57,31)
#15311A
(21,49,26)
#122915
(18,41,21)
#0F2110
(15,33,16)
#0C190B
(12,25,11)
#091106
(9,17,6)
#000000
(0,0,0)

Tints of #276138

#276138
(39,97,56)
#3A6F4A
(58,111,74)
#4D7D5C
(77,125,92)
#608B6E
(96,139,110)
#739980
(115,153,128)
#86A792
(134,167,146)
#99B5A4
(153,181,164)
#ACC3B6
(172,195,182)
#BFD1C8
(191,209,200)
#D2DFDA
(210,223,218)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #276138; }

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

This text font color is #276138.


Background Color

.myBgColor { background-color: #276138; }

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

This div background color is #276138.


Border color

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

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

This div border color is #276138.


Opacity

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

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

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

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

This text has shadow with #276138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276138 on black background.


Color preview on white background

This text has color #276138 on white background.



Black color preview on #276138 background

This text has black color on #276138 background.


White color preview on #276138 background

This text has white color on #276138 background.