COLOR #23737B

HEX: #23737B RGB: (35,115,123)

Color info

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

RGB color model

#23737B color RGB value is (35,115,123).

RGB: (35,115,123) (14%, 45%, 48%)

RGB channels and saturation

R 35 of 255 = 14%
G 115 of 255 = 45%
B 123 of 255 = 48%

35
115
123

R + G + B ~ 36%. #23737B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 115 + 123 = 273 (100%)
R 35 of 273 ~ 12.82%
G 115 of 273 ~ 42.12%
B 123 of 273 ~ 45.05'%

%12.82
%42.12
%45.05

CMYK color model

#23737B color CMYK value is (72,7,0,52).

  • cyan value is 71.54%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (72,7,0,52)
C72M7Y0K52 (72%, 7%, 0%, 52%)
(0.72 / 0.07 / 0.00 / 0.52)

CMYK percentages

%71.54
%6.5
%0
%51.76

Codes

Color #23737B in popluar color models

23 73 7B
RGB 35 115 123
HSL 185° 55.70% 30.98%
HSB/HSV 185° 71.54% 48.24%
CMYK 71.54% 6.50% 0.00%
51.76%

Color #23737B in popluar number systems.

HEX 23 73 7B
Decimal 35 115 123
Binary 100011 1110011 1111011
Octal 43 163 173

Shades and tints

Shades of #23737B

#23737B
(35,115,123)
#206970
(32,105,112)
#1D5F65
(29,95,101)
#1A555A
(26,85,90)
#174B4F
(23,75,79)
#144144
(20,65,68)
#113739
(17,55,57)
#0E2D2E
(14,45,46)
#0B2323
(11,35,35)
#081918
(8,25,24)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #23737B

#23737B
(35,115,123)
#377F87
(55,127,135)
#4B8B93
(75,139,147)
#5F979F
(95,151,159)
#73A3AB
(115,163,171)
#87AFB7
(135,175,183)
#9BBBC3
(155,187,195)
#AFC7CF
(175,199,207)
#C3D3DB
(195,211,219)
#D7DFE7
(215,223,231)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23737B color. Also use rgb(35,115,123) instead hex code.

Text Font Color

.myTextColor { color: #23737B; }

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

This text font color is #23737B.

Background Color

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

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

This div background color is #23737B.

Border color

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

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

This div border color is #23737B.

Opacity

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

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

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

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

This text has shadow with #23737B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #23737B.

Preview

Color preview on black background

This text has color #23737B on black background.


Color preview on white background

This text has color #23737B on white background.


Black color preview on #23737B background

This text has black color on #23737B background.


White color preview on #23737B background

This text has white color on #23737B background.


Related colors

Complementary color

Complementary color for #hex is #DC8C84.


I love getcolorcode.com

Triadic colors

1 #7B2373 and #737B23 with #23737B are triadic colors.

2 #7B7323 and #73237B with #23737B are triadic colors.