COLOR #213E3D

HEX: #213E3D
RGB: (33,62,61)

Color info

#213E3D contains red, green and blue colors in about the same proportion. Web safe color of #213E3D is #333333 (or #333).

RGB color model

#213E3D color RGB value is (33,62,61).

  • red value is 33;
  • green value is 62;
  • blue value is 61.
RGB:
(33,62,61)
(13%,24%,24%)

RGB channels and saturation

R 33 of 255 = 13%
G 62 of 255 = 24%
B 61 of 255 = 24%

33
62
61

R + G + B ~ 20%. #213E3D is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 62 + 61 = 156 (100%)
R 33 of 156 ~ 21.15%
G 62 of 156 ~ 39.74%
B 61 of 156 ~ 39.1%

%21.15
%39.74
%39.1

CMYK color model

#213E3D color CMYK value is (47,0,2,76).

  • cyan value is 46.77%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 75.69%
CMYK:
(47,0,2,76)
C47M0Y2K76 
(47%,0%,2%,76%)
(0.47/0.00/0.02/0.76)	

CMYK percentages

%46.77
%0
%1.61
%75.69

Codes

Color #213E3D in popluar color models

213E3D
RGB336261
HSL178°30.53%18.63%
HSB/HSV178°46.77%24.31%
CMYK46.77%0.00%1.61%
75.69%

Color #213E3D in popluar number systems.

HEX213E3D
Decimal336261
Binary100001111110111101
Octal417675

Shades and tints

Shades of #213E3D

#213E3D
(33,62,61)
#1E3938
(30,57,56)
#1B3433
(27,52,51)
#182F2E
(24,47,46)
#152A29
(21,42,41)
#122524
(18,37,36)
#0F201F
(15,32,31)
#0C1B1A
(12,27,26)
#091615
(9,22,21)
#061110
(6,17,16)
#030C0B
(3,12,11)
#000000
(0,0,0)

Tints of #213E3D

#213E3D
(33,62,61)
#354F4E
(53,79,78)
#49605F
(73,96,95)
#5D7170
(93,113,112)
#718281
(113,130,129)
#859392
(133,147,146)
#99A4A3
(153,164,163)
#ADB5B4
(173,181,180)
#C1C6C5
(193,198,197)
#D5D7D6
(213,215,214)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213E3D color. Also use rgb(33,62,61) instead hex code.

Text Font Color

.myTextColor { color: #213E3D; }

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

This text font color is #213E3D.


Background Color

.myBgColor { background-color: #213E3D; }

<div style="background-color:#213E3D">Inner text</div>

This div background color is #213E3D.


Border color

.myBorderColor { border: 1px solid #213E3D; }

<div style="border:3px solid #213E3D">Div</div>

This div border color is #213E3D.


Opacity

.myOpacity80 { color: #213E3D; opacity: 0.8; }

<p style="color:#213E3D;opacity:0.8;">80%</p>

Text with #213E3D 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 #213E3D;}

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

This text has shadow with #213E3D color.

.textShadow {text-shadow: 3px 3px 1px #213E3D, 3px 3px 1px red;}

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

This text has shadow with #213E3D primary color and red secondary color.


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

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

This text has shadow with #213E3D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213E3D on black background.


Color preview on white background

This text has color #213E3D on white background.



Black color preview on #213E3D background

This text has black color on #213E3D background.


White color preview on #213E3D background

This text has white color on #213E3D background.