COLOR #165949

HEX: #165949
RGB: (22,89,73)

Color info

#165949 contains mainly green and blue colors. Web safe color of #165949 is #006633 (or #063).

RGB color model

#165949 color RGB value is (22,89,73).

  • red value is 22;
  • green value is 89;
  • blue value is 73.
RGB:
(22,89,73)
(9%,35%,29%)

RGB channels and saturation

R 22 of 255 = 9%
G 89 of 255 = 35%
B 73 of 255 = 29%

22
89
73

R + G + B ~ 24%. #165949 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 89 + 73 = 184 (100%)
R 22 of 184 ~ 11.96%
G 89 of 184 ~ 48.37%
B 73 of 184 ~ 39.67%

%11.96
%48.37
%39.67

CMYK color model

#165949 color CMYK value is (75,0,18,65).

  • cyan value is 75.28%
  • magenta value is 0.00%
  • yellow value is 17.98%
  • key color value is 65.10%
CMYK:
(75,0,18,65)
C75M0Y18K65 
(75%,0%,18%,65%)
(0.75/0.00/0.18/0.65)	

CMYK percentages

%75.28
%0
%17.98
%65.1

Codes

Color #165949 in popluar color models

165949
RGB228973
HSL166°60.36%21.76%
HSB/HSV166°75.28%34.90%
CMYK75.28%0.00%17.98%
65.10%

Color #165949 in popluar number systems.

HEX165949
Decimal228973
Binary1011010110011001001
Octal26131111

Shades and tints

Shades of #165949

#165949
(22,89,73)
#145143
(20,81,67)
#12493D
(18,73,61)
#104137
(16,65,55)
#0E3931
(14,57,49)
#0C312B
(12,49,43)
#0A2925
(10,41,37)
#08211F
(8,33,31)
#061919
(6,25,25)
#041113
(4,17,19)
#02090D
(2,9,13)
#000000
(0,0,0)

Tints of #165949

#165949
(22,89,73)
#2B6859
(43,104,89)
#407769
(64,119,105)
#558679
(85,134,121)
#6A9589
(106,149,137)
#7FA499
(127,164,153)
#94B3A9
(148,179,169)
#A9C2B9
(169,194,185)
#BED1C9
(190,209,201)
#D3E0D9
(211,224,217)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #165949 color. Also use rgb(22,89,73) instead hex code.

Text Font Color

.myTextColor { color: #165949; }

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

This text font color is #165949.


Background Color

.myBgColor { background-color: #165949; }

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

This div background color is #165949.


Border color

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

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

This div border color is #165949.


Opacity

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

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

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

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

This text has shadow with #165949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165949 on black background.


Color preview on white background

This text has color #165949 on white background.



Black color preview on #165949 background

This text has black color on #165949 background.


White color preview on #165949 background

This text has white color on #165949 background.