COLOR #276529

HEX: #276529
RGB: (39,101,41)

Color info

#276529 contains mainly green color. Web safe color of #276529 is #336633 (or #363).

RGB color model

#276529 color RGB value is (39,101,41).

  • red value is 39;
  • green value is 101;
  • blue value is 41.
RGB:
(39,101,41)
(15%,40%,16%)

RGB channels and saturation

R 39 of 255 = 15%
G 101 of 255 = 40%
B 41 of 255 = 16%

39
101
41

R + G + B ~ 24%. #276529 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 101 + 41 = 181 (100%)
R 39 of 181 ~ 21.55%
G 101 of 181 ~ 55.8%
B 41 of 181 ~ 22.65%

%21.55
%55.8
%22.65

CMYK color model

#276529 color CMYK value is (61,0,59,60).

  • cyan value is 61.39%
  • magenta value is 0.00%
  • yellow value is 59.41%
  • key color value is 60.39%
CMYK:
(61,0,59,60)
C61M0Y59K60 
(61%,0%,59%,60%)
(0.61/0.00/0.59/0.60)	

CMYK percentages

%61.39
%0
%59.41
%60.39

Codes

Color #276529 in popluar color models

276529
RGB3910141
HSL122°44.29%27.45%
HSB/HSV122°61.39%39.61%
CMYK61.39%0.00%59.41%
60.39%

Color #276529 in popluar number systems.

HEX276529
Decimal3910141
Binary1001111100101101001
Octal4714551

Shades and tints

Shades of #276529

#276529
(39,101,41)
#245C26
(36,92,38)
#215323
(33,83,35)
#1E4A20
(30,74,32)
#1B411D
(27,65,29)
#18381A
(24,56,26)
#152F17
(21,47,23)
#122614
(18,38,20)
#0F1D11
(15,29,17)
#0C140E
(12,20,14)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #276529

#276529
(39,101,41)
#3A733C
(58,115,60)
#4D814F
(77,129,79)
#608F62
(96,143,98)
#739D75
(115,157,117)
#86AB88
(134,171,136)
#99B99B
(153,185,155)
#ACC7AE
(172,199,174)
#BFD5C1
(191,213,193)
#D2E3D4
(210,227,212)
#E5F1E7
(229,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276529 color. Also use rgb(39,101,41) instead hex code.

Text Font Color

.myTextColor { color: #276529; }

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

This text font color is #276529.


Background Color

.myBgColor { background-color: #276529; }

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

This div background color is #276529.


Border color

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

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

This div border color is #276529.


Opacity

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

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

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

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

This text has shadow with #276529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276529 on black background.


Color preview on white background

This text has color #276529 on white background.



Black color preview on #276529 background

This text has black color on #276529 background.


White color preview on #276529 background

This text has white color on #276529 background.