COLOR #276630

HEX: #276630
RGB: (39,102,48)

Color info

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

RGB color model

#276630 color RGB value is (39,102,48).

  • red value is 39;
  • green value is 102;
  • blue value is 48.
RGB:
(39,102,48)
(15%,40%,19%)

RGB channels and saturation

R 39 of 255 = 15%
G 102 of 255 = 40%
B 48 of 255 = 19%

39
102
48

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

Portions of RGB colors in percentages

R + G + B =
39 + 102 + 48 = 189 (100%)
R 39 of 189 ~ 20.63%
G 102 of 189 ~ 53.97%
B 48 of 189 ~ 25.4%

%20.63
%53.97
%25.4

CMYK color model

#276630 color CMYK value is (62,0,53,60).

  • cyan value is 61.76%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 60.00%
CMYK:
(62,0,53,60)
C62M0Y53K60 
(62%,0%,53%,60%)
(0.62/0.00/0.53/0.60)	

CMYK percentages

%61.76
%0
%52.94
%60

Codes

Color #276630 in popluar color models

276630
RGB3910248
HSL129°44.68%27.65%
HSB/HSV129°61.76%40.00%
CMYK61.76%0.00%52.94%
60.00%

Color #276630 in popluar number systems.

HEX276630
Decimal3910248
Binary1001111100110110000
Octal4714660

Shades and tints

Shades of #276630

#276630
(39,102,48)
#245D2C
(36,93,44)
#215428
(33,84,40)
#1E4B24
(30,75,36)
#1B4220
(27,66,32)
#18391C
(24,57,28)
#153018
(21,48,24)
#122714
(18,39,20)
#0F1E10
(15,30,16)
#0C150C
(12,21,12)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #276630

#276630
(39,102,48)
#3A7342
(58,115,66)
#4D8054
(77,128,84)
#608D66
(96,141,102)
#739A78
(115,154,120)
#86A78A
(134,167,138)
#99B49C
(153,180,156)
#ACC1AE
(172,193,174)
#BFCEC0
(191,206,192)
#D2DBD2
(210,219,210)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #276630; }

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

This text font color is #276630.


Background Color

.myBgColor { background-color: #276630; }

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

This div background color is #276630.


Border color

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

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

This div border color is #276630.


Opacity

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

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

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

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

This text has shadow with #276630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276630 on black background.


Color preview on white background

This text has color #276630 on white background.



Black color preview on #276630 background

This text has black color on #276630 background.


White color preview on #276630 background

This text has white color on #276630 background.