COLOR #33852E

HEX: #33852E RGB: (51,133,46)

Color info

#33852E contains mainly green color. Web safe color of #33852E is #339933 (or #393).

RGB color model

#33852E color RGB value is (51,133,46).

RGB: (51,133,46) (20%, 52%, 18%)

RGB channels and saturation

R 51 of 255 = 20%
G 133 of 255 = 52%
B 46 of 255 = 18%

51
133
46

R + G + B ~ 30%. #33852E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 133 + 46 = 230 (100%)
R 51 of 230 ~ 22.17%
G 133 of 230 ~ 57.83%
B 46 of 230 ~ 20'%

%22.17
%57.83
%20

CMYK color model

#33852E color CMYK value is (62,0,65,48).

  • cyan value is 61.65%
  • magenta value is 0.00%
  • yellow value is 65.41%
  • key color value is 47.84%

CMYK: (62,0,65,48)
C62M0Y65K48 (62%, 0%, 65%, 48%)
(0.62 / 0.00 / 0.65 / 0.48)

CMYK percentages

%61.65
%0
%65.41
%47.84

Codes

Color #33852E in popluar color models

33 85 2E
RGB 51 133 46
HSL 117° 48.60% 35.10%
HSB/HSV 117° 65.41% 52.16%
CMYK 61.65% 0.00% 65.41%
47.84%

Color #33852E in popluar number systems.

HEX 33 85 2E
Decimal 51 133 46
Binary 110011 10000101 101110
Octal 63 205 56

Shades and tints

Shades of #33852E

#33852E
(51,133,46)
#2F792A
(47,121,42)
#2B6D26
(43,109,38)
#276122
(39,97,34)
#23551E
(35,85,30)
#1F491A
(31,73,26)
#1B3D16
(27,61,22)
#173112
(23,49,18)
#13250E
(19,37,14)
#0F190A
(15,25,10)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #33852E

#33852E
(51,133,46)
#459041
(69,144,65)
#579B54
(87,155,84)
#69A667
(105,166,103)
#7BB17A
(123,177,122)
#8DBC8D
(141,188,141)
#9FC7A0
(159,199,160)
#B1D2B3
(177,210,179)
#C3DDC6
(195,221,198)
#D5E8D9
(213,232,217)
#E7F3EC
(231,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33852E color. Also use rgb(51,133,46) instead hex code.

Text Font Color

.myTextColor { color: #33852E; }

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

This text font color is #33852E.

Background Color

.myBgColor { background-color: #33852E; }

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

This div background color is #33852E.

Border color

.myBorderColor { border: 1px solid #33852E; }

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

This div border color is #33852E.

Opacity

.myOpacity80 { color: #33852E; opacity: 0.8; }

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

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

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

This text has shadow with #33852E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33852E.

Preview

Color preview on black background

This text has color #33852E on black background.


Color preview on white background

This text has color #33852E on white background.


Black color preview on #33852E background

This text has black color on #33852E background.


White color preview on #33852E background

This text has white color on #33852E background.


Related colors

Complementary color

Complementary color for #hex is #CC7AD1.


I love getcolorcode.com

Triadic colors

1 #2E3385 and #852E33 with #33852E are triadic colors.

2 #2E8533 and #85332E with #33852E are triadic colors.