COLOR #232B29

HEX: #232B29
RGB: (35,43,41)

Color info

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

RGB color model

#232B29 color RGB value is (35,43,41).

  • red value is 35;
  • green value is 43;
  • blue value is 41.
RGB:
(35,43,41)
(14%,17%,16%)

RGB channels and saturation

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

35
43
41

R + G + B ~ 16%. #232B29 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 43 + 41 = 119 (100%)
R 35 of 119 ~ 29.41%
G 43 of 119 ~ 36.13%
B 41 of 119 ~ 34.45%

%29.41
%36.13
%34.45

CMYK color model

#232B29 color CMYK value is (19,0,5,83).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 83.14%
CMYK:
(19,0,5,83)
C19M0Y5K83 
(19%,0%,5%,83%)
(0.19/0.00/0.05/0.83)	

CMYK percentages

%18.6
%0
%4.65
%83.14

Codes

Color #232B29 in popluar color models

232B29
RGB354341
HSL165°10.26%15.29%
HSB/HSV165°18.60%16.86%
CMYK18.60%0.00%4.65%
83.14%

Color #232B29 in popluar number systems.

HEX232B29
Decimal354341
Binary100011101011101001
Octal435351

Shades and tints

Shades of #232B29

#232B29
(35,43,41)
#202826
(32,40,38)
#1D2523
(29,37,35)
#1A2220
(26,34,32)
#171F1D
(23,31,29)
#141C1A
(20,28,26)
#111917
(17,25,23)
#0E1614
(14,22,20)
#0B1311
(11,19,17)
#08100E
(8,16,14)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #232B29

#232B29
(35,43,41)
#373E3C
(55,62,60)
#4B514F
(75,81,79)
#5F6462
(95,100,98)
#737775
(115,119,117)
#878A88
(135,138,136)
#9B9D9B
(155,157,155)
#AFB0AE
(175,176,174)
#C3C3C1
(195,195,193)
#D7D6D4
(215,214,212)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #232B29; }

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

This text font color is #232B29.


Background Color

.myBgColor { background-color: #232B29; }

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

This div background color is #232B29.


Border color

.myBorderColor { border: 1px solid #232B29; }

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

This div border color is #232B29.


Opacity

.myOpacity80 { color: #232B29; opacity: 0.8; }

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

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

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

This text has shadow with #232B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #232B29 on black background.


Color preview on white background

This text has color #232B29 on white background.



Black color preview on #232B29 background

This text has black color on #232B29 background.


White color preview on #232B29 background

This text has white color on #232B29 background.