COLOR #231837

HEX: #231837
RGB: (35,24,55)

Color info

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

RGB color model

#231837 color RGB value is (35,24,55).

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

RGB channels and saturation

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

35
24
55

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

Portions of RGB colors in percentages

R + G + B =
35 + 24 + 55 = 114 (100%)
R 35 of 114 ~ 30.7%
G 24 of 114 ~ 21.05%
B 55 of 114 ~ 48.25%

%30.7
%21.05
%48.25

CMYK color model

#231837 color CMYK value is (36,56,0,78).

  • cyan value is 36.36%
  • magenta value is 56.36%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(36,56,0,78)
C36M56Y0K78 
(36%,56%,0%,78%)
(0.36/0.56/0.00/0.78)	

CMYK percentages

%36.36
%56.36
%0
%78.43

Codes

Color #231837 in popluar color models

231837
RGB352455
HSL261°39.24%15.49%
HSB/HSV261°56.36%21.57%
CMYK36.36%56.36%0.00%
78.43%

Color #231837 in popluar number systems.

HEX231837
Decimal352455
Binary10001111000110111
Octal433067

Shades and tints

Shades of #231837

#231837
(35,24,55)
#201632
(32,22,50)
#1D142D
(29,20,45)
#1A1228
(26,18,40)
#171023
(23,16,35)
#140E1E
(20,14,30)
#110C19
(17,12,25)
#0E0A14
(14,10,20)
#0B080F
(11,8,15)
#08060A
(8,6,10)
#050405
(5,4,5)
#000000
(0,0,0)

Tints of #231837

#231837
(35,24,55)
#372D49
(55,45,73)
#4B425B
(75,66,91)
#5F576D
(95,87,109)
#736C7F
(115,108,127)
#878191
(135,129,145)
#9B96A3
(155,150,163)
#AFABB5
(175,171,181)
#C3C0C7
(195,192,199)
#D7D5D9
(215,213,217)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231837; }

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

This text font color is #231837.


Background Color

.myBgColor { background-color: #231837; }

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

This div background color is #231837.


Border color

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

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

This div border color is #231837.


Opacity

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

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

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

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

This text has shadow with #231837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231837 on black background.


Color preview on white background

This text has color #231837 on white background.



Black color preview on #231837 background

This text has black color on #231837 background.


White color preview on #231837 background

This text has white color on #231837 background.