COLOR #33761F

HEX: #33761F RGB: (51,118,31)

Color info

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

RGB color model

#33761F color RGB value is (51,118,31).

RGB: (51,118,31) (20%, 46%, 12%)

RGB channels and saturation

R 51 of 255 = 20%
G 118 of 255 = 46%
B 31 of 255 = 12%

51
118
31

R + G + B ~ 26%. #33761F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 118 + 31 = 200 (100%)
R 51 of 200 ~ 25.5%
G 118 of 200 ~ 59%
B 31 of 200 ~ 15.5'%

%25.5
%59
%15.5

CMYK color model

#33761F color CMYK value is (57,0,74,54).

  • cyan value is 56.78%
  • magenta value is 0.00%
  • yellow value is 73.73%
  • key color value is 53.73%

CMYK: (57,0,74,54)
C57M0Y74K54 (57%, 0%, 74%, 54%)
(0.57 / 0.00 / 0.74 / 0.54)

CMYK percentages

%56.78
%0
%73.73
%53.73

Codes

Color #33761F in popluar color models

33 76 1F
RGB 51 118 31
HSL 106° 58.39% 29.22%
HSB/HSV 106° 73.73% 46.27%
CMYK 56.78% 0.00% 73.73%
53.73%

Color #33761F in popluar number systems.

HEX 33 76 1F
Decimal 51 118 31
Binary 110011 1110110 11111
Octal 63 166 37

Shades and tints

Shades of #33761F

#33761F
(51,118,31)
#2F6C1D
(47,108,29)
#2B621B
(43,98,27)
#275819
(39,88,25)
#234E17
(35,78,23)
#1F4415
(31,68,21)
#1B3A13
(27,58,19)
#173011
(23,48,17)
#13260F
(19,38,15)
#0F1C0D
(15,28,13)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #33761F

#33761F
(51,118,31)
#458233
(69,130,51)
#578E47
(87,142,71)
#699A5B
(105,154,91)
#7BA66F
(123,166,111)
#8DB283
(141,178,131)
#9FBE97
(159,190,151)
#B1CAAB
(177,202,171)
#C3D6BF
(195,214,191)
#D5E2D3
(213,226,211)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33761F color. Also use rgb(51,118,31) instead hex code.

Text Font Color

.myTextColor { color: #33761F; }

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

This text font color is #33761F.

Background Color

.myBgColor { background-color: #33761F; }

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

This div background color is #33761F.

Border color

.myBorderColor { border: 1px solid #33761F; }

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

This div border color is #33761F.

Opacity

.myOpacity80 { color: #33761F; opacity: 0.8; }

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

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

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

This text has shadow with #33761F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33761F.

Preview

Color preview on black background

This text has color #33761F on black background.


Color preview on white background

This text has color #33761F on white background.


Black color preview on #33761F background

This text has black color on #33761F background.


White color preview on #33761F background

This text has white color on #33761F background.


Related colors

Complementary color

Complementary color for #hex is #CC89E0.


I love getcolorcode.com

Triadic colors

1 #1F3376 and #761F33 with #33761F are triadic colors.

2 #1F7633 and #76331F with #33761F are triadic colors.