COLOR #165933

HEX: #165933
RGB: (22,89,51)

Color info

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

RGB color model

#165933 color RGB value is (22,89,51).

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

RGB channels and saturation

R 22 of 255 = 9%
G 89 of 255 = 35%
B 51 of 255 = 20%

22
89
51

R + G + B ~ 21%. #165933 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 89 + 51 = 162 (100%)
R 22 of 162 ~ 13.58%
G 89 of 162 ~ 54.94%
B 51 of 162 ~ 31.48%

%13.58
%54.94
%31.48

CMYK color model

#165933 color CMYK value is (75,0,43,65).

  • cyan value is 75.28%
  • magenta value is 0.00%
  • yellow value is 42.70%
  • key color value is 65.10%
CMYK:
(75,0,43,65)
C75M0Y43K65 
(75%,0%,43%,65%)
(0.75/0.00/0.43/0.65)	

CMYK percentages

%75.28
%0
%42.7
%65.1

Codes

Color #165933 in popluar color models

165933
RGB228951
HSL146°60.36%21.76%
HSB/HSV146°75.28%34.90%
CMYK75.28%0.00%42.70%
65.10%

Color #165933 in popluar number systems.

HEX165933
Decimal228951
Binary101101011001110011
Octal2613163

Shades and tints

Shades of #165933

#165933
(22,89,51)
#14512F
(20,81,47)
#12492B
(18,73,43)
#104127
(16,65,39)
#0E3923
(14,57,35)
#0C311F
(12,49,31)
#0A291B
(10,41,27)
#082117
(8,33,23)
#061913
(6,25,19)
#04110F
(4,17,15)
#02090B
(2,9,11)
#000000
(0,0,0)

Tints of #165933

#165933
(22,89,51)
#2B6845
(43,104,69)
#407757
(64,119,87)
#558669
(85,134,105)
#6A957B
(106,149,123)
#7FA48D
(127,164,141)
#94B39F
(148,179,159)
#A9C2B1
(169,194,177)
#BED1C3
(190,209,195)
#D3E0D5
(211,224,213)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #165933; }

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

This text font color is #165933.


Background Color

.myBgColor { background-color: #165933; }

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

This div background color is #165933.


Border color

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

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

This div border color is #165933.


Opacity

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

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

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

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

This text has shadow with #165933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165933 on black background.


Color preview on white background

This text has color #165933 on white background.



Black color preview on #165933 background

This text has black color on #165933 background.


White color preview on #165933 background

This text has white color on #165933 background.