COLOR #276333

HEX: #276333
RGB: (39,99,51)

Color info

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

RGB color model

#276333 color RGB value is (39,99,51).

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

RGB channels and saturation

R 39 of 255 = 15%
G 99 of 255 = 39%
B 51 of 255 = 20%

39
99
51

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

Portions of RGB colors in percentages

R + G + B =
39 + 99 + 51 = 189 (100%)
R 39 of 189 ~ 20.63%
G 99 of 189 ~ 52.38%
B 51 of 189 ~ 26.98%

%20.63
%52.38
%26.98

CMYK color model

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

  • cyan value is 60.61%
  • magenta value is 0.00%
  • yellow value is 48.48%
  • key color value is 61.18%
CMYK:
(61,0,48,61)
C61M0Y48K61 
(61%,0%,48%,61%)
(0.61/0.00/0.48/0.61)	

CMYK percentages

%60.61
%0
%48.48
%61.18

Codes

Color #276333 in popluar color models

276333
RGB399951
HSL132°43.48%27.06%
HSB/HSV132°60.61%38.82%
CMYK60.61%0.00%48.48%
61.18%

Color #276333 in popluar number systems.

HEX276333
Decimal399951
Binary1001111100011110011
Octal4714363

Shades and tints

Shades of #276333

#276333
(39,99,51)
#245A2F
(36,90,47)
#21512B
(33,81,43)
#1E4827
(30,72,39)
#1B3F23
(27,63,35)
#18361F
(24,54,31)
#152D1B
(21,45,27)
#122417
(18,36,23)
#0F1B13
(15,27,19)
#0C120F
(12,18,15)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #276333

#276333
(39,99,51)
#3A7145
(58,113,69)
#4D7F57
(77,127,87)
#608D69
(96,141,105)
#739B7B
(115,155,123)
#86A98D
(134,169,141)
#99B79F
(153,183,159)
#ACC5B1
(172,197,177)
#BFD3C3
(191,211,195)
#D2E1D5
(210,225,213)
#E5EFE7
(229,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276333 color. Also use rgb(39,99,51) instead hex code.

Text Font Color

.myTextColor { color: #276333; }

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

This text font color is #276333.


Background Color

.myBgColor { background-color: #276333; }

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

This div background color is #276333.


Border color

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

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

This div border color is #276333.


Opacity

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

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

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

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

This text has shadow with #276333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276333 on black background.


Color preview on white background

This text has color #276333 on white background.



Black color preview on #276333 background

This text has black color on #276333 background.


White color preview on #276333 background

This text has white color on #276333 background.