COLOR #276434

HEX: #276434
RGB: (39,100,52)

Color info

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

RGB color model

#276434 color RGB value is (39,100,52).

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

RGB channels and saturation

R 39 of 255 = 15%
G 100 of 255 = 39%
B 52 of 255 = 20%

39
100
52

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

Portions of RGB colors in percentages

R + G + B =
39 + 100 + 52 = 191 (100%)
R 39 of 191 ~ 20.42%
G 100 of 191 ~ 52.36%
B 52 of 191 ~ 27.23%

%20.42
%52.36
%27.23

CMYK color model

#276434 color CMYK value is (61,0,48,61).

  • cyan value is 61.00%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 60.78%
CMYK:
(61,0,48,61)
C61M0Y48K61 
(61%,0%,48%,61%)
(0.61/0.00/0.48/0.61)	

CMYK percentages

%61
%0
%48
%60.78

Codes

Color #276434 in popluar color models

276434
RGB3910052
HSL133°43.88%27.25%
HSB/HSV133°61.00%39.22%
CMYK61.00%0.00%48.00%
60.78%

Color #276434 in popluar number systems.

HEX276434
Decimal3910052
Binary1001111100100110100
Octal4714464

Shades and tints

Shades of #276434

#276434
(39,100,52)
#245B30
(36,91,48)
#21522C
(33,82,44)
#1E4928
(30,73,40)
#1B4024
(27,64,36)
#183720
(24,55,32)
#152E1C
(21,46,28)
#122518
(18,37,24)
#0F1C14
(15,28,20)
#0C1310
(12,19,16)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #276434

#276434
(39,100,52)
#3A7246
(58,114,70)
#4D8058
(77,128,88)
#608E6A
(96,142,106)
#739C7C
(115,156,124)
#86AA8E
(134,170,142)
#99B8A0
(153,184,160)
#ACC6B2
(172,198,178)
#BFD4C4
(191,212,196)
#D2E2D6
(210,226,214)
#E5F0E8
(229,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #276434; }

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

This text font color is #276434.


Background Color

.myBgColor { background-color: #276434; }

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

This div background color is #276434.


Border color

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

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

This div border color is #276434.


Opacity

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

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

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

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

This text has shadow with #276434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276434 on black background.


Color preview on white background

This text has color #276434 on white background.



Black color preview on #276434 background

This text has black color on #276434 background.


White color preview on #276434 background

This text has white color on #276434 background.