COLOR #165948

HEX: #165948
RGB: (22,89,72)

Color info

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

RGB color model

#165948 color RGB value is (22,89,72).

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

RGB channels and saturation

R 22 of 255 = 9%
G 89 of 255 = 35%
B 72 of 255 = 28%

22
89
72

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

Portions of RGB colors in percentages

R + G + B =
22 + 89 + 72 = 183 (100%)
R 22 of 183 ~ 12.02%
G 89 of 183 ~ 48.63%
B 72 of 183 ~ 39.34%

%12.02
%48.63
%39.34

CMYK color model

#165948 color CMYK value is (75,0,19,65).

  • cyan value is 75.28%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 65.10%
CMYK:
(75,0,19,65)
C75M0Y19K65 
(75%,0%,19%,65%)
(0.75/0.00/0.19/0.65)	

CMYK percentages

%75.28
%0
%19.1
%65.1

Codes

Color #165948 in popluar color models

165948
RGB228972
HSL165°60.36%21.76%
HSB/HSV165°75.28%34.90%
CMYK75.28%0.00%19.10%
65.10%

Color #165948 in popluar number systems.

HEX165948
Decimal228972
Binary1011010110011001000
Octal26131110

Shades and tints

Shades of #165948

#165948
(22,89,72)
#145142
(20,81,66)
#12493C
(18,73,60)
#104136
(16,65,54)
#0E3930
(14,57,48)
#0C312A
(12,49,42)
#0A2924
(10,41,36)
#08211E
(8,33,30)
#061918
(6,25,24)
#041112
(4,17,18)
#02090C
(2,9,12)
#000000
(0,0,0)

Tints of #165948

#165948
(22,89,72)
#2B6858
(43,104,88)
#407768
(64,119,104)
#558678
(85,134,120)
#6A9588
(106,149,136)
#7FA498
(127,164,152)
#94B3A8
(148,179,168)
#A9C2B8
(169,194,184)
#BED1C8
(190,209,200)
#D3E0D8
(211,224,216)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #165948; }

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

This text font color is #165948.


Background Color

.myBgColor { background-color: #165948; }

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

This div background color is #165948.


Border color

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

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

This div border color is #165948.


Opacity

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

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

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

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

This text has shadow with #165948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165948 on black background.


Color preview on white background

This text has color #165948 on white background.



Black color preview on #165948 background

This text has black color on #165948 background.


White color preview on #165948 background

This text has white color on #165948 background.