COLOR #33751F

HEX: #33751F RGB: (51,117,31)

Color info

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

RGB color model

#33751F color RGB value is (51,117,31).

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

RGB channels and saturation

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

51
117
31

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

Portions of RGB colors in percentages

R + G + B = 51 + 117 + 31 = 199 (100%)
R 51 of 199 ~ 25.63%
G 117 of 199 ~ 58.79%
B 31 of 199 ~ 15.58'%

%25.63
%58.79
%15.58

CMYK color model

#33751F color CMYK value is (56,0,74,54).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 73.50%
  • key color value is 54.12%

CMYK: (56,0,74,54)
C56M0Y74K54 (56%, 0%, 74%, 54%)
(0.56 / 0.00 / 0.74 / 0.54)

CMYK percentages

%56.41
%0
%73.5
%54.12

Codes

Color #33751F in popluar color models

33 75 1F
RGB 51 117 31
HSL 106° 58.11% 29.02%
HSB/HSV 106° 73.50% 45.88%
CMYK 56.41% 0.00% 73.50%
54.12%

Color #33751F in popluar number systems.

HEX 33 75 1F
Decimal 51 117 31
Binary 110011 1110101 11111
Octal 63 165 37

Shades and tints

Shades of #33751F

#33751F
(51,117,31)
#2F6B1D
(47,107,29)
#2B611B
(43,97,27)
#275719
(39,87,25)
#234D17
(35,77,23)
#1F4315
(31,67,21)
#1B3913
(27,57,19)
#172F11
(23,47,17)
#13250F
(19,37,15)
#0F1B0D
(15,27,13)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #33751F

#33751F
(51,117,31)
#458133
(69,129,51)
#578D47
(87,141,71)
#69995B
(105,153,91)
#7BA56F
(123,165,111)
#8DB183
(141,177,131)
#9FBD97
(159,189,151)
#B1C9AB
(177,201,171)
#C3D5BF
(195,213,191)
#D5E1D3
(213,225,211)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33751F; }

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

This text font color is #33751F.

Background Color

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

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

This div background color is #33751F.

Border color

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

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

This div border color is #33751F.

Opacity

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

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

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

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

This text has shadow with #33751F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33751F.

Preview

Color preview on black background

This text has color #33751F on black background.


Color preview on white background

This text has color #33751F on white background.


Black color preview on #33751F background

This text has black color on #33751F background.


White color preview on #33751F background

This text has white color on #33751F background.


Related colors

Complementary color

Complementary color for #hex is #CC8AE0.


I love getcolorcode.com

Triadic colors

1 #1F3375 and #751F33 with #33751F are triadic colors.

2 #1F7533 and #75331F with #33751F are triadic colors.