COLOR #33583D

HEX: #33583D
RGB: (51,88,61)

Color info

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

RGB color model

#33583D color RGB value is (51,88,61).

  • red value is 51;
  • green value is 88;
  • blue value is 61.
RGB:
(51,88,61)
(20%,35%,24%)

RGB channels and saturation

R 51 of 255 = 20%
G 88 of 255 = 35%
B 61 of 255 = 24%

51
88
61

R + G + B ~ 26%. #33583D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 88 + 61 = 200 (100%)
R 51 of 200 ~ 25.5%
G 88 of 200 ~ 44%
B 61 of 200 ~ 30.5%

%25.5
%44
%30.5

CMYK color model

#33583D color CMYK value is (42,0,31,65).

  • cyan value is 42.05%
  • magenta value is 0.00%
  • yellow value is 30.68%
  • key color value is 65.49%
CMYK:
(42,0,31,65)
C42M0Y31K65 
(42%,0%,31%,65%)
(0.42/0.00/0.31/0.65)	

CMYK percentages

%42.05
%0
%30.68
%65.49

Codes

Color #33583D in popluar color models

33583D
RGB518861
HSL136°26.62%27.25%
HSB/HSV136°42.05%34.51%
CMYK42.05%0.00%30.68%
65.49%

Color #33583D in popluar number systems.

HEX33583D
Decimal518861
Binary1100111011000111101
Octal6313075

Shades and tints

Shades of #33583D

#33583D
(51,88,61)
#2F5038
(47,80,56)
#2B4833
(43,72,51)
#27402E
(39,64,46)
#233829
(35,56,41)
#1F3024
(31,48,36)
#1B281F
(27,40,31)
#17201A
(23,32,26)
#131815
(19,24,21)
#0F1010
(15,16,16)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #33583D

#33583D
(51,88,61)
#45674E
(69,103,78)
#57765F
(87,118,95)
#698570
(105,133,112)
#7B9481
(123,148,129)
#8DA392
(141,163,146)
#9FB2A3
(159,178,163)
#B1C1B4
(177,193,180)
#C3D0C5
(195,208,197)
#D5DFD6
(213,223,214)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33583D; }

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

This text font color is #33583D.


Background Color

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

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

This div background color is #33583D.


Border color

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

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

This div border color is #33583D.


Opacity

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

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

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

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

This text has shadow with #33583D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33583D on black background.


Color preview on white background

This text has color #33583D on white background.



Black color preview on #33583D background

This text has black color on #33583D background.


White color preview on #33583D background

This text has white color on #33583D background.