COLOR #33582E

HEX: #33582E RGB: (51,88,46)

Color info

#33582E contains red, green and blue colors in about the same proportion. Web safe color of #33582E is #336633 (or #363).

RGB color model

#33582E color RGB value is (51,88,46).

RGB: (51,88,46) (20%, 35%, 18%)

RGB channels and saturation

R 51 of 255 = 20%
G 88 of 255 = 35%
B 46 of 255 = 18%

51
88
46

R + G + B ~ 24%. #33582E is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 88 + 46 = 185 (100%)
R 51 of 185 ~ 27.57%
G 88 of 185 ~ 47.57%
B 46 of 185 ~ 24.86'%

%27.57
%47.57
%24.86

CMYK color model

#33582E color CMYK value is (42,0,48,65).

  • cyan value is 42.05%
  • magenta value is 0.00%
  • yellow value is 47.73%
  • key color value is 65.49%

CMYK: (42,0,48,65)
C42M0Y48K65 (42%, 0%, 48%, 65%)
(0.42 / 0.00 / 0.48 / 0.65)

CMYK percentages

%42.05
%0
%47.73
%65.49

Codes

Color #33582E in popluar color models

33 58 2E
RGB 51 88 46
HSL 113° 31.34% 26.27%
HSB/HSV 113° 47.73% 34.51%
CMYK 42.05% 0.00% 47.73%
65.49%

Color #33582E in popluar number systems.

HEX 33 58 2E
Decimal 51 88 46
Binary 110011 1011000 101110
Octal 63 130 56

Shades and tints

Shades of #33582E

#33582E
(51,88,46)
#2F502A
(47,80,42)
#2B4826
(43,72,38)
#274022
(39,64,34)
#23381E
(35,56,30)
#1F301A
(31,48,26)
#1B2816
(27,40,22)
#172012
(23,32,18)
#13180E
(19,24,14)
#0F100A
(15,16,10)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #33582E

#33582E
(51,88,46)
#456741
(69,103,65)
#577654
(87,118,84)
#698567
(105,133,103)
#7B947A
(123,148,122)
#8DA38D
(141,163,141)
#9FB2A0
(159,178,160)
#B1C1B3
(177,193,179)
#C3D0C6
(195,208,198)
#D5DFD9
(213,223,217)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33582E; }

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

This text font color is #33582E.

Background Color

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

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

This div background color is #33582E.

Border color

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

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

This div border color is #33582E.

Opacity

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

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

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

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

This text has shadow with #33582E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33582E.

Preview

Color preview on black background

This text has color #33582E on black background.


Color preview on white background

This text has color #33582E on white background.


Black color preview on #33582E background

This text has black color on #33582E background.


White color preview on #33582E background

This text has white color on #33582E background.


Related colors

Complementary color

Complementary color for #hex is #CCA7D1.


I love getcolorcode.com

Triadic colors

1 #2E3358 and #582E33 with #33582E are triadic colors.

2 #2E5833 and #58332E with #33582E are triadic colors.