COLOR #33583C

HEX: #33583C
RGB: (51,88,60)

Color info

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

RGB color model

#33583C color RGB value is (51,88,60).

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

RGB channels and saturation

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

51
88
60

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

Portions of RGB colors in percentages

R + G + B =
51 + 88 + 60 = 199 (100%)
R 51 of 199 ~ 25.63%
G 88 of 199 ~ 44.22%
B 60 of 199 ~ 30.15%

%25.63
%44.22
%30.15

CMYK color model

#33583C color CMYK value is (42,0,32,65).

  • cyan value is 42.05%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 65.49%
CMYK:
(42,0,32,65)
C42M0Y32K65 
(42%,0%,32%,65%)
(0.42/0.00/0.32/0.65)	

CMYK percentages

%42.05
%0
%31.82
%65.49

Codes

Color #33583C in popluar color models

33583C
RGB518860
HSL135°26.62%27.25%
HSB/HSV135°42.05%34.51%
CMYK42.05%0.00%31.82%
65.49%

Color #33583C in popluar number systems.

HEX33583C
Decimal518860
Binary1100111011000111100
Octal6313074

Shades and tints

Shades of #33583C

#33583C
(51,88,60)
#2F5037
(47,80,55)
#2B4832
(43,72,50)
#27402D
(39,64,45)
#233828
(35,56,40)
#1F3023
(31,48,35)
#1B281E
(27,40,30)
#172019
(23,32,25)
#131814
(19,24,20)
#0F100F
(15,16,15)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #33583C

#33583C
(51,88,60)
#45674D
(69,103,77)
#57765E
(87,118,94)
#69856F
(105,133,111)
#7B9480
(123,148,128)
#8DA391
(141,163,145)
#9FB2A2
(159,178,162)
#B1C1B3
(177,193,179)
#C3D0C4
(195,208,196)
#D5DFD5
(213,223,213)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33583C; }

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

This text font color is #33583C.


Background Color

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

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

This div background color is #33583C.


Border color

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

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

This div border color is #33583C.


Opacity

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

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

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

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

This text has shadow with #33583C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33583C on black background.


Color preview on white background

This text has color #33583C on white background.



Black color preview on #33583C background

This text has black color on #33583C background.


White color preview on #33583C background

This text has white color on #33583C background.