COLOR #33583F

HEX: #33583F RGB: (51,88,63)

Color info

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

RGB color model

#33583F color RGB value is (51,88,63).

RGB: (51,88,63) (20%, 35%, 25%)

RGB channels and saturation

R 51 of 255 = 20%
G 88 of 255 = 35%
B 63 of 255 = 25%

51
88
63

R + G + B ~ 27%. #33583F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 88 + 63 = 202 (100%)
R 51 of 202 ~ 25.25%
G 88 of 202 ~ 43.56%
B 63 of 202 ~ 31.19'%

%25.25
%43.56
%31.19

CMYK color model

#33583F color CMYK value is (42,0,28,65).

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

CMYK: (42,0,28,65)
C42M0Y28K65 (42%, 0%, 28%, 65%)
(0.42 / 0.00 / 0.28 / 0.65)

CMYK percentages

%42.05
%0
%28.41
%65.49

Codes

Color #33583F in popluar color models

33 58 3F
RGB 51 88 63
HSL 139° 26.62% 27.25%
HSB/HSV 139° 42.05% 34.51%
CMYK 42.05% 0.00% 28.41%
65.49%

Color #33583F in popluar number systems.

HEX 33 58 3F
Decimal 51 88 63
Binary 110011 1011000 111111
Octal 63 130 77

Shades and tints

Shades of #33583F

#33583F
(51,88,63)
#2F503A
(47,80,58)
#2B4835
(43,72,53)
#274030
(39,64,48)
#23382B
(35,56,43)
#1F3026
(31,48,38)
#1B2821
(27,40,33)
#17201C
(23,32,28)
#131817
(19,24,23)
#0F1012
(15,16,18)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #33583F

#33583F
(51,88,63)
#456750
(69,103,80)
#577661
(87,118,97)
#698572
(105,133,114)
#7B9483
(123,148,131)
#8DA394
(141,163,148)
#9FB2A5
(159,178,165)
#B1C1B6
(177,193,182)
#C3D0C7
(195,208,199)
#D5DFD8
(213,223,216)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33583F color. Also use rgb(51,88,63) instead hex code.

Text Font Color

.myTextColor { color: #33583F; }

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

This text font color is #33583F.

Background Color

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

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

This div background color is #33583F.

Border color

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

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

This div border color is #33583F.

Opacity

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

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

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

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

This text has shadow with #33583F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33583F.

Preview

Color preview on black background

This text has color #33583F on black background.


Color preview on white background

This text has color #33583F on white background.


Black color preview on #33583F background

This text has black color on #33583F background.


White color preview on #33583F background

This text has white color on #33583F background.


Related colors

Complementary color

Complementary color for #hex is #CCA7C0.


I love getcolorcode.com

Triadic colors

1 #3F3358 and #583F33 with #33583F are triadic colors.

2 #3F5833 and #58333F with #33583F are triadic colors.