COLOR #213B07

HEX: #213B07
RGB: (33,59,7)

Color info

#213B07 contains red, green and blue colors in about the same proportion. Web safe color of #213B07 is #333300 (or #330).

RGB color model

#213B07 color RGB value is (33,59,7).

  • red value is 33;
  • green value is 59;
  • blue value is 7.
RGB:
(33,59,7)
(13%,23%,3%)

RGB channels and saturation

R 33 of 255 = 13%
G 59 of 255 = 23%
B 7 of 255 = 3%

33
59
7

R + G + B ~ 13%. #213B07 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 59 + 7 = 99 (100%)
R 33 of 99 ~ 33.33%
G 59 of 99 ~ 59.6%
B 7 of 99 ~ 7.07%

%33.33
%59.6

CMYK color model

#213B07 color CMYK value is (44,0,88,77).

  • cyan value is 44.07%
  • magenta value is 0.00%
  • yellow value is 88.14%
  • key color value is 76.86%
CMYK:
(44,0,88,77)
C44M0Y88K77 
(44%,0%,88%,77%)
(0.44/0.00/0.88/0.77)	

CMYK percentages

%44.07
%0
%88.14
%76.86

Codes

Color #213B07 in popluar color models

213B07
RGB33597
HSL90°78.79%12.94%
HSB/HSV90°88.14%23.14%
CMYK44.07%0.00%88.14%
76.86%

Color #213B07 in popluar number systems.

HEX213B07
Decimal33597
Binary100001111011111
Octal41737

Shades and tints

Shades of #213B07

#213B07
(33,59,7)
#1E3607
(30,54,7)
#1B3107
(27,49,7)
#182C07
(24,44,7)
#152707
(21,39,7)
#122207
(18,34,7)
#0F1D07
(15,29,7)
#0C1807
(12,24,7)
#091307
(9,19,7)
#060E07
(6,14,7)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #213B07

#213B07
(33,59,7)
#354C1D
(53,76,29)
#495D33
(73,93,51)
#5D6E49
(93,110,73)
#717F5F
(113,127,95)
#859075
(133,144,117)
#99A18B
(153,161,139)
#ADB2A1
(173,178,161)
#C1C3B7
(193,195,183)
#D5D4CD
(213,212,205)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213B07 color. Also use rgb(33,59,7) instead hex code.

Text Font Color

.myTextColor { color: #213B07; }

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

This text font color is #213B07.


Background Color

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

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

This div background color is #213B07.


Border color

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

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

This div border color is #213B07.


Opacity

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

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

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

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

This text has shadow with #213B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213B07 on black background.


Color preview on white background

This text has color #213B07 on white background.



Black color preview on #213B07 background

This text has black color on #213B07 background.


White color preview on #213B07 background

This text has white color on #213B07 background.