COLOR #2B774D

HEX: #2B774D RGB: (43,119,77)

Color info

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

RGB color model

#2B774D color RGB value is (43,119,77).

RGB: (43,119,77) (17%, 47%, 30%)

RGB channels and saturation

R 43 of 255 = 17%
G 119 of 255 = 47%
B 77 of 255 = 30%

43
119
77

R + G + B ~ 31%. #2B774D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 43 + 119 + 77 = 239 (100%)
R 43 of 239 ~ 17.99%
G 119 of 239 ~ 49.79%
B 77 of 239 ~ 32.22'%

%17.99
%49.79
%32.22

CMYK color model

#2B774D color CMYK value is (64,0,35,53).

  • cyan value is 63.87%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 53.33%

CMYK: (64,0,35,53)
C64M0Y35K53 (64%, 0%, 35%, 53%)
(0.64 / 0.00 / 0.35 / 0.53)

CMYK percentages

%63.87
%0
%35.29
%53.33

Codes

Color #2B774D in popluar color models

2B 77 4D
RGB 43 119 77
HSL 147° 46.91% 31.76%
HSB/HSV 147° 63.87% 46.67%
CMYK 63.87% 0.00% 35.29%
53.33%

Color #2B774D in popluar number systems.

HEX 2B 77 4D
Decimal 43 119 77
Binary 101011 1110111 1001101
Octal 53 167 115

Shades and tints

Shades of #2B774D

#2B774D
(43,119,77)
#286D46
(40,109,70)
#25633F
(37,99,63)
#225938
(34,89,56)
#1F4F31
(31,79,49)
#1C452A
(28,69,42)
#193B23
(25,59,35)
#16311C
(22,49,28)
#132715
(19,39,21)
#101D0E
(16,29,14)
#0D1307
(13,19,7)
#000000
(0,0,0)

Tints of #2B774D

#2B774D
(43,119,77)
#3E835D
(62,131,93)
#518F6D
(81,143,109)
#649B7D
(100,155,125)
#77A78D
(119,167,141)
#8AB39D
(138,179,157)
#9DBFAD
(157,191,173)
#B0CBBD
(176,203,189)
#C3D7CD
(195,215,205)
#D6E3DD
(214,227,221)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B774D color. Also use rgb(43,119,77) instead hex code.

Text Font Color

.myTextColor { color: #2B774D; }

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

This text font color is #2B774D.

Background Color

.myBgColor { background-color: #2B774D; }

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

This div background color is #2B774D.

Border color

.myBorderColor { border: 1px solid #2B774D; }

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

This div border color is #2B774D.

Opacity

.myOpacity80 { color: #2B774D; opacity: 0.8; }

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

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

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

This text has shadow with #2B774D color.


.textShadow {text-shadow: 3px 3px 1px #2B774D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B774D.

Preview

Color preview on black background

This text has color #2B774D on black background.


Color preview on white background

This text has color #2B774D on white background.


Black color preview on #2B774D background

This text has black color on #2B774D background.


White color preview on #2B774D background

This text has white color on #2B774D background.


Related colors

Complementary color

Complementary color for #hex is #D488B2.


I love getcolorcode.com

Triadic colors

1 #4D2B77 and #774D2B with #2B774D are triadic colors.

2 #4D772B and #772B4D with #2B774D are triadic colors.