COLOR #231823

HEX: #231823
RGB: (35,24,35)

Color info

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

RGB color model

#231823 color RGB value is (35,24,35).

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

RGB channels and saturation

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

35
24
35

R + G + B ~ 12%. #231823 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 24 + 35 = 94 (100%)
R 35 of 94 ~ 37.23%
G 24 of 94 ~ 25.53%
B 35 of 94 ~ 37.23%

%37.23
%25.53
%37.23

CMYK color model

#231823 color CMYK value is (0,31,0,86).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(0,31,0,86)
C0M31Y0K86 
(0%,31%,0%,86%)
(0.00/0.31/0.00/0.86)	

CMYK percentages

%0
%31.43
%0
%86.27

Codes

Color #231823 in popluar color models

231823
RGB352435
HSL300°18.64%11.57%
HSB/HSV300°31.43%13.73%
CMYK0.00%31.43%0.00%
86.27%

Color #231823 in popluar number systems.

HEX231823
Decimal352435
Binary10001111000100011
Octal433043

Shades and tints

Shades of #231823

#231823
(35,24,35)
#201620
(32,22,32)
#1D141D
(29,20,29)
#1A121A
(26,18,26)
#171017
(23,16,23)
#140E14
(20,14,20)
#110C11
(17,12,17)
#0E0A0E
(14,10,14)
#0B080B
(11,8,11)
#080608
(8,6,8)
#050405
(5,4,5)
#000000
(0,0,0)

Tints of #231823

#231823
(35,24,35)
#372D37
(55,45,55)
#4B424B
(75,66,75)
#5F575F
(95,87,95)
#736C73
(115,108,115)
#878187
(135,129,135)
#9B969B
(155,150,155)
#AFABAF
(175,171,175)
#C3C0C3
(195,192,195)
#D7D5D7
(215,213,215)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231823; }

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

This text font color is #231823.


Background Color

.myBgColor { background-color: #231823; }

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

This div background color is #231823.


Border color

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

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

This div border color is #231823.


Opacity

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

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

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

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

This text has shadow with #231823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231823 on black background.


Color preview on white background

This text has color #231823 on white background.



Black color preview on #231823 background

This text has black color on #231823 background.


White color preview on #231823 background

This text has white color on #231823 background.