COLOR #232329

HEX: #232329 RGB: (35,35,41)

Color info

#232329 contains red, green and blue colors in about the same proportion. Web safe color of #232329 is #333333 (or #333).

RGB color model

#232329 color RGB value is (35,35,41).

RGB: (35,35,41) (14%, 14%, 16%)

RGB channels and saturation

R 35 of 255 = 14%
G 35 of 255 = 14%
B 41 of 255 = 16%

35
35
41

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

Portions of RGB colors in percentages

R + G + B = 35 + 35 + 41 = 111 (100%)
R 35 of 111 ~ 31.53%
G 35 of 111 ~ 31.53%
B 41 of 111 ~ 36.94'%

%31.53
%31.53
%36.94

CMYK color model

#232329 color CMYK value is (15,15,0,84).

  • cyan value is 14.63%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (15,15,0,84)
C15M15Y0K84 (15%, 15%, 0%, 84%)
(0.15 / 0.15 / 0.00 / 0.84)

CMYK percentages

%14.63
%14.63
%0
%83.92

Codes

Color #232329 in popluar color models

23 23 29
RGB 35 35 41
HSL 240° 7.89% 14.90%
HSB/HSV 240° 14.63% 16.08%
CMYK 14.63% 14.63% 0.00%
83.92%

Color #232329 in popluar number systems.

HEX 23 23 29
Decimal 35 35 41
Binary 100011 100011 101001
Octal 43 43 51

Shades and tints

Shades of #232329

#232329
(35,35,41)
#202026
(32,32,38)
#1D1D23
(29,29,35)
#1A1A20
(26,26,32)
#17171D
(23,23,29)
#14141A
(20,20,26)
#111117
(17,17,23)
#0E0E14
(14,14,20)
#0B0B11
(11,11,17)
#08080E
(8,8,14)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #232329

#232329
(35,35,41)
#37373C
(55,55,60)
#4B4B4F
(75,75,79)
#5F5F62
(95,95,98)
#737375
(115,115,117)
#878788
(135,135,136)
#9B9B9B
(155,155,155)
#AFAFAE
(175,175,174)
#C3C3C1
(195,195,193)
#D7D7D4
(215,215,212)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #232329; }

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

This text font color is #232329.

Background Color

.myBgColor { background-color: #232329; }

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

This div background color is #232329.

Border color

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

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

This div border color is #232329.

Opacity

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

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

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

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

This text has shadow with #232329 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #232329.

Preview

Color preview on black background

This text has color #232329 on black background.


Color preview on white background

This text has color #232329 on white background.


Black color preview on #232329 background

This text has black color on #232329 background.


White color preview on #232329 background

This text has white color on #232329 background.


Related colors

Complementary color

Complementary color for #hex is #DCDCD6.


I love getcolorcode.com