COLOR #213E10

HEX: #213E10 RGB: (33,62,16)

Color info

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

RGB color model

#213E10 color RGB value is (33,62,16).

RGB: (33,62,16) (13%, 24%, 6%)

RGB channels and saturation

R 33 of 255 = 13%
G 62 of 255 = 24%
B 16 of 255 = 6%

33
62
16

R + G + B ~ 14%. #213E10 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 62 + 16 = 111 (100%)
R 33 of 111 ~ 29.73%
G 62 of 111 ~ 55.86%
B 16 of 111 ~ 14.41'%

%29.73
%55.86
%14.41

CMYK color model

#213E10 color CMYK value is (47,0,74,76).

  • cyan value is 46.77%
  • magenta value is 0.00%
  • yellow value is 74.19%
  • key color value is 75.69%

CMYK: (47,0,74,76)
C47M0Y74K76 (47%, 0%, 74%, 76%)
(0.47 / 0.00 / 0.74 / 0.76)

CMYK percentages

%46.77
%0
%74.19
%75.69

Codes

Color #213E10 in popluar color models

21 3E 10
RGB 33 62 16
HSL 98° 58.97% 15.29%
HSB/HSV 98° 74.19% 24.31%
CMYK 46.77% 0.00% 74.19%
75.69%

Color #213E10 in popluar number systems.

HEX 21 3E 10
Decimal 33 62 16
Binary 100001 111110 10000
Octal 41 76 20

Shades and tints

Shades of #213E10

#213E10
(33,62,16)
#1E390F
(30,57,15)
#1B340E
(27,52,14)
#182F0D
(24,47,13)
#152A0C
(21,42,12)
#12250B
(18,37,11)
#0F200A
(15,32,10)
#0C1B09
(12,27,9)
#091608
(9,22,8)
#061107
(6,17,7)
#030C06
(3,12,6)
#000000
(0,0,0)

Tints of #213E10

#213E10
(33,62,16)
#354F25
(53,79,37)
#49603A
(73,96,58)
#5D714F
(93,113,79)
#718264
(113,130,100)
#859379
(133,147,121)
#99A48E
(153,164,142)
#ADB5A3
(173,181,163)
#C1C6B8
(193,198,184)
#D5D7CD
(213,215,205)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213E10; }

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

This text font color is #213E10.

Background Color

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

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

This div background color is #213E10.

Border color

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

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

This div border color is #213E10.

Opacity

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

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

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

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

This text has shadow with #213E10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213E10.

Preview

Color preview on black background

This text has color #213E10 on black background.


Color preview on white background

This text has color #213E10 on white background.


Black color preview on #213E10 background

This text has black color on #213E10 background.


White color preview on #213E10 background

This text has white color on #213E10 background.


Related colors

Complementary color

Complementary color for #hex is #DEC1EF.


I love getcolorcode.com

Triadic colors

1 #10213E and #3E1021 with #213E10 are triadic colors.

2 #103E21 and #3E2110 with #213E10 are triadic colors.