COLOR #23696B

HEX: #23696B
RGB: (35,105,107)

Color info

#23696B contains mainly green and blue colors. Web safe color of #23696B is #336666 (or #366).

RGB color model

#23696B color RGB value is (35,105,107).

  • red value is 35;
  • green value is 105;
  • blue value is 107.
RGB:
(35,105,107)
(14%,41%,42%)

RGB channels and saturation

R 35 of 255 = 14%
G 105 of 255 = 41%
B 107 of 255 = 42%

35
105
107

R + G + B ~ 32%. #23696B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 105 + 107 = 247 (100%)
R 35 of 247 ~ 14.17%
G 105 of 247 ~ 42.51%
B 107 of 247 ~ 43.32%

%14.17
%42.51
%43.32

CMYK color model

#23696B color CMYK value is (67,2,0,58).

  • cyan value is 67.29%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(67,2,0,58)
C67M2Y0K58 
(67%,2%,0%,58%)
(0.67/0.02/0.00/0.58)	

CMYK percentages

%67.29
%1.87
%0
%58.04

Codes

Color #23696B in popluar color models

23696B
RGB35105107
HSL182°50.70%27.84%
HSB/HSV182°67.29%41.96%
CMYK67.29%1.87%0.00%
58.04%

Color #23696B in popluar number systems.

HEX23696B
Decimal35105107
Binary10001111010011101011
Octal43151153

Shades and tints

Shades of #23696B

#23696B
(35,105,107)
#206062
(32,96,98)
#1D5759
(29,87,89)
#1A4E50
(26,78,80)
#174547
(23,69,71)
#143C3E
(20,60,62)
#113335
(17,51,53)
#0E2A2C
(14,42,44)
#0B2123
(11,33,35)
#08181A
(8,24,26)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #23696B

#23696B
(35,105,107)
#377678
(55,118,120)
#4B8385
(75,131,133)
#5F9092
(95,144,146)
#739D9F
(115,157,159)
#87AAAC
(135,170,172)
#9BB7B9
(155,183,185)
#AFC4C6
(175,196,198)
#C3D1D3
(195,209,211)
#D7DEE0
(215,222,224)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23696B color. Also use rgb(35,105,107) instead hex code.

Text Font Color

.myTextColor { color: #23696B; }

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

This text font color is #23696B.


Background Color

.myBgColor { background-color: #23696B; }

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

This div background color is #23696B.


Border color

.myBorderColor { border: 1px solid #23696B; }

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

This div border color is #23696B.


Opacity

.myOpacity80 { color: #23696B; opacity: 0.8; }

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

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

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

This text has shadow with #23696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23696B on black background.


Color preview on white background

This text has color #23696B on white background.



Black color preview on #23696B background

This text has black color on #23696B background.


White color preview on #23696B background

This text has white color on #23696B background.