COLOR #165021

HEX: #165021
RGB: (22,80,33)

Color info

#165021 contains red, green and blue colors in about the same proportion. Web safe color of #165021 is #006633 (or #063).

RGB color model

#165021 color RGB value is (22,80,33).

  • red value is 22;
  • green value is 80;
  • blue value is 33.
RGB:
(22,80,33)
(9%,31%,13%)

RGB channels and saturation

R 22 of 255 = 9%
G 80 of 255 = 31%
B 33 of 255 = 13%

22
80
33

R + G + B ~ 18%. #165021 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 80 + 33 = 135 (100%)
R 22 of 135 ~ 16.3%
G 80 of 135 ~ 59.26%
B 33 of 135 ~ 24.44%

%16.3
%59.26
%24.44

CMYK color model

#165021 color CMYK value is (73,0,59,69).

  • cyan value is 72.50%
  • magenta value is 0.00%
  • yellow value is 58.75%
  • key color value is 68.63%
CMYK:
(73,0,59,69)
C73M0Y59K69 
(73%,0%,59%,69%)
(0.73/0.00/0.59/0.69)	

CMYK percentages

%72.5
%0
%58.75
%68.63

Codes

Color #165021 in popluar color models

165021
RGB228033
HSL131°56.86%20.00%
HSB/HSV131°72.50%31.37%
CMYK72.50%0.00%58.75%
68.63%

Color #165021 in popluar number systems.

HEX165021
Decimal228033
Binary101101010000100001
Octal2612041

Shades and tints

Shades of #165021

#165021
(22,80,33)
#14491E
(20,73,30)
#12421B
(18,66,27)
#103B18
(16,59,24)
#0E3415
(14,52,21)
#0C2D12
(12,45,18)
#0A260F
(10,38,15)
#081F0C
(8,31,12)
#061809
(6,24,9)
#041106
(4,17,6)
#020A03
(2,10,3)
#000000
(0,0,0)

Tints of #165021

#165021
(22,80,33)
#2B5F35
(43,95,53)
#406E49
(64,110,73)
#557D5D
(85,125,93)
#6A8C71
(106,140,113)
#7F9B85
(127,155,133)
#94AA99
(148,170,153)
#A9B9AD
(169,185,173)
#BEC8C1
(190,200,193)
#D3D7D5
(211,215,213)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #165021 color. Also use rgb(22,80,33) instead hex code.

Text Font Color

.myTextColor { color: #165021; }

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

This text font color is #165021.


Background Color

.myBgColor { background-color: #165021; }

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

This div background color is #165021.


Border color

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

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

This div border color is #165021.


Opacity

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

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

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

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

This text has shadow with #165021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165021 on black background.


Color preview on white background

This text has color #165021 on white background.



Black color preview on #165021 background

This text has black color on #165021 background.


White color preview on #165021 background

This text has white color on #165021 background.