COLOR #21674A

HEX: #21674A
RGB: (33,103,74)

Color info

#21674A contains mainly green and blue colors. Web safe color of #21674A is #336633 (or #363).

RGB color model

#21674A color RGB value is (33,103,74).

  • red value is 33;
  • green value is 103;
  • blue value is 74.
RGB:
(33,103,74)
(13%,40%,29%)

RGB channels and saturation

R 33 of 255 = 13%
G 103 of 255 = 40%
B 74 of 255 = 29%

33
103
74

R + G + B ~ 27%. #21674A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 103 + 74 = 210 (100%)
R 33 of 210 ~ 15.71%
G 103 of 210 ~ 49.05%
B 74 of 210 ~ 35.24%

%15.71
%49.05
%35.24

CMYK color model

#21674A color CMYK value is (68,0,28,60).

  • cyan value is 67.96%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 59.61%
CMYK:
(68,0,28,60)
C68M0Y28K60 
(68%,0%,28%,60%)
(0.68/0.00/0.28/0.60)	

CMYK percentages

%67.96
%0
%28.16
%59.61

Codes

Color #21674A in popluar color models

21674A
RGB3310374
HSL155°51.47%26.67%
HSB/HSV155°67.96%40.39%
CMYK67.96%0.00%28.16%
59.61%

Color #21674A in popluar number systems.

HEX21674A
Decimal3310374
Binary10000111001111001010
Octal41147112

Shades and tints

Shades of #21674A

#21674A
(33,103,74)
#1E5E44
(30,94,68)
#1B553E
(27,85,62)
#184C38
(24,76,56)
#154332
(21,67,50)
#123A2C
(18,58,44)
#0F3126
(15,49,38)
#0C2820
(12,40,32)
#091F1A
(9,31,26)
#061614
(6,22,20)
#030D0E
(3,13,14)
#000000
(0,0,0)

Tints of #21674A

#21674A
(33,103,74)
#35745A
(53,116,90)
#49816A
(73,129,106)
#5D8E7A
(93,142,122)
#719B8A
(113,155,138)
#85A89A
(133,168,154)
#99B5AA
(153,181,170)
#ADC2BA
(173,194,186)
#C1CFCA
(193,207,202)
#D5DCDA
(213,220,218)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21674A color. Also use rgb(33,103,74) instead hex code.

Text Font Color

.myTextColor { color: #21674A; }

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

This text font color is #21674A.


Background Color

.myBgColor { background-color: #21674A; }

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

This div background color is #21674A.


Border color

.myBorderColor { border: 1px solid #21674A; }

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

This div border color is #21674A.


Opacity

.myOpacity80 { color: #21674A; opacity: 0.8; }

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

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

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

This text has shadow with #21674A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21674A on black background.


Color preview on white background

This text has color #21674A on white background.



Black color preview on #21674A background

This text has black color on #21674A background.


White color preview on #21674A background

This text has white color on #21674A background.