COLOR #165835

HEX: #165835
RGB: (22,88,53)

Color info

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

RGB color model

#165835 color RGB value is (22,88,53).

  • red value is 22;
  • green value is 88;
  • blue value is 53.
RGB:
(22,88,53)
(9%,35%,21%)

RGB channels and saturation

R 22 of 255 = 9%
G 88 of 255 = 35%
B 53 of 255 = 21%

22
88
53

R + G + B ~ 22%. #165835 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 88 + 53 = 163 (100%)
R 22 of 163 ~ 13.5%
G 88 of 163 ~ 53.99%
B 53 of 163 ~ 32.52%

%13.5
%53.99
%32.52

CMYK color model

#165835 color CMYK value is (75,0,40,65).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 39.77%
  • key color value is 65.49%
CMYK:
(75,0,40,65)
C75M0Y40K65 
(75%,0%,40%,65%)
(0.75/0.00/0.40/0.65)	

CMYK percentages

%75
%0
%39.77
%65.49

Codes

Color #165835 in popluar color models

165835
RGB228853
HSL148°60.00%21.57%
HSB/HSV148°75.00%34.51%
CMYK75.00%0.00%39.77%
65.49%

Color #165835 in popluar number systems.

HEX165835
Decimal228853
Binary101101011000110101
Octal2613065

Shades and tints

Shades of #165835

#165835
(22,88,53)
#145031
(20,80,49)
#12482D
(18,72,45)
#104029
(16,64,41)
#0E3825
(14,56,37)
#0C3021
(12,48,33)
#0A281D
(10,40,29)
#082019
(8,32,25)
#061815
(6,24,21)
#041011
(4,16,17)
#02080D
(2,8,13)
#000000
(0,0,0)

Tints of #165835

#165835
(22,88,53)
#2B6747
(43,103,71)
#407659
(64,118,89)
#55856B
(85,133,107)
#6A947D
(106,148,125)
#7FA38F
(127,163,143)
#94B2A1
(148,178,161)
#A9C1B3
(169,193,179)
#BED0C5
(190,208,197)
#D3DFD7
(211,223,215)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #165835 color. Also use rgb(22,88,53) instead hex code.

Text Font Color

.myTextColor { color: #165835; }

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

This text font color is #165835.


Background Color

.myBgColor { background-color: #165835; }

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

This div background color is #165835.


Border color

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

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

This div border color is #165835.


Opacity

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

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

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

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

This text has shadow with #165835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165835 on black background.


Color preview on white background

This text has color #165835 on white background.



Black color preview on #165835 background

This text has black color on #165835 background.


White color preview on #165835 background

This text has white color on #165835 background.