COLOR #231637

HEX: #231637
RGB: (35,22,55)

Color info

#231637 contains red, green and blue colors in about the same proportion. Web safe color of #231637 is #330033 (or #303).

RGB color model

#231637 color RGB value is (35,22,55).

  • red value is 35;
  • green value is 22;
  • blue value is 55.
RGB:
(35,22,55)
(14%,9%,22%)

RGB channels and saturation

R 35 of 255 = 14%
G 22 of 255 = 9%
B 55 of 255 = 22%

35
22
55

R + G + B ~ 15%. #231637 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 22 + 55 = 112 (100%)
R 35 of 112 ~ 31.25%
G 22 of 112 ~ 19.64%
B 55 of 112 ~ 49.11%

%31.25
%19.64
%49.11

CMYK color model

#231637 color CMYK value is (36,60,0,78).

  • cyan value is 36.36%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(36,60,0,78)
C36M60Y0K78 
(36%,60%,0%,78%)
(0.36/0.60/0.00/0.78)	

CMYK percentages

%36.36
%60
%0
%78.43

Codes

Color #231637 in popluar color models

231637
RGB352255
HSL264°42.86%15.10%
HSB/HSV264°60.00%21.57%
CMYK36.36%60.00%0.00%
78.43%

Color #231637 in popluar number systems.

HEX231637
Decimal352255
Binary10001110110110111
Octal432667

Shades and tints

Shades of #231637

#231637
(35,22,55)
#201432
(32,20,50)
#1D122D
(29,18,45)
#1A1028
(26,16,40)
#170E23
(23,14,35)
#140C1E
(20,12,30)
#110A19
(17,10,25)
#0E0814
(14,8,20)
#0B060F
(11,6,15)
#08040A
(8,4,10)
#050205
(5,2,5)
#000000
(0,0,0)

Tints of #231637

#231637
(35,22,55)
#372B49
(55,43,73)
#4B405B
(75,64,91)
#5F556D
(95,85,109)
#736A7F
(115,106,127)
#877F91
(135,127,145)
#9B94A3
(155,148,163)
#AFA9B5
(175,169,181)
#C3BEC7
(195,190,199)
#D7D3D9
(215,211,217)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231637 color. Also use rgb(35,22,55) instead hex code.

Text Font Color

.myTextColor { color: #231637; }

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

This text font color is #231637.


Background Color

.myBgColor { background-color: #231637; }

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

This div background color is #231637.


Border color

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

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

This div border color is #231637.


Opacity

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

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

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

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

This text has shadow with #231637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231637 on black background.


Color preview on white background

This text has color #231637 on white background.



Black color preview on #231637 background

This text has black color on #231637 background.


White color preview on #231637 background

This text has white color on #231637 background.