COLOR #213923

HEX: #213923
RGB: (33,57,35)

Color info

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

RGB color model

#213923 color RGB value is (33,57,35).

  • red value is 33;
  • green value is 57;
  • blue value is 35.
RGB:
(33,57,35)
(13%,22%,14%)

RGB channels and saturation

R 33 of 255 = 13%
G 57 of 255 = 22%
B 35 of 255 = 14%

33
57
35

R + G + B ~ 16%. #213923 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 57 + 35 = 125 (100%)
R 33 of 125 ~ 26.4%
G 57 of 125 ~ 45.6%
B 35 of 125 ~ 28%

%26.4
%45.6
%28

CMYK color model

#213923 color CMYK value is (42,0,39,78).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 38.60%
  • key color value is 77.65%
CMYK:
(42,0,39,78)
C42M0Y39K78 
(42%,0%,39%,78%)
(0.42/0.00/0.39/0.78)	

CMYK percentages

%42.11
%0
%38.6
%77.65

Codes

Color #213923 in popluar color models

213923
RGB335735
HSL125°26.67%17.65%
HSB/HSV125°42.11%22.35%
CMYK42.11%0.00%38.60%
77.65%

Color #213923 in popluar number systems.

HEX213923
Decimal335735
Binary100001111001100011
Octal417143

Shades and tints

Shades of #213923

#213923
(33,57,35)
#1E3420
(30,52,32)
#1B2F1D
(27,47,29)
#182A1A
(24,42,26)
#152517
(21,37,23)
#122014
(18,32,20)
#0F1B11
(15,27,17)
#0C160E
(12,22,14)
#09110B
(9,17,11)
#060C08
(6,12,8)
#030705
(3,7,5)
#000000
(0,0,0)

Tints of #213923

#213923
(33,57,35)
#354B37
(53,75,55)
#495D4B
(73,93,75)
#5D6F5F
(93,111,95)
#718173
(113,129,115)
#859387
(133,147,135)
#99A59B
(153,165,155)
#ADB7AF
(173,183,175)
#C1C9C3
(193,201,195)
#D5DBD7
(213,219,215)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213923 color. Also use rgb(33,57,35) instead hex code.

Text Font Color

.myTextColor { color: #213923; }

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

This text font color is #213923.


Background Color

.myBgColor { background-color: #213923; }

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

This div background color is #213923.


Border color

.myBorderColor { border: 1px solid #213923; }

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

This div border color is #213923.


Opacity

.myOpacity80 { color: #213923; opacity: 0.8; }

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

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

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

This text has shadow with #213923 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213923 on black background.


Color preview on white background

This text has color #213923 on white background.



Black color preview on #213923 background

This text has black color on #213923 background.


White color preview on #213923 background

This text has white color on #213923 background.