COLOR #232827

HEX: #232827
RGB: (35,40,39)

Color info

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

RGB color model

#232827 color RGB value is (35,40,39).

  • red value is 35;
  • green value is 40;
  • blue value is 39.
RGB:
(35,40,39)
(14%,16%,15%)

RGB channels and saturation

R 35 of 255 = 14%
G 40 of 255 = 16%
B 39 of 255 = 15%

35
40
39

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

Portions of RGB colors in percentages

R + G + B =
35 + 40 + 39 = 114 (100%)
R 35 of 114 ~ 30.7%
G 40 of 114 ~ 35.09%
B 39 of 114 ~ 34.21%

%30.7
%35.09
%34.21

CMYK color model

#232827 color CMYK value is (13,0,2,84).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 84.31%
CMYK:
(13,0,2,84)
C13M0Y2K84 
(13%,0%,2%,84%)
(0.13/0.00/0.02/0.84)	

CMYK percentages

%12.5
%0
%2.5
%84.31

Codes

Color #232827 in popluar color models

232827
RGB354039
HSL168°6.67%14.71%
HSB/HSV168°12.50%15.69%
CMYK12.50%0.00%2.50%
84.31%

Color #232827 in popluar number systems.

HEX232827
Decimal354039
Binary100011101000100111
Octal435047

Shades and tints

Shades of #232827

#232827
(35,40,39)
#202524
(32,37,36)
#1D2221
(29,34,33)
#1A1F1E
(26,31,30)
#171C1B
(23,28,27)
#141918
(20,25,24)
#111615
(17,22,21)
#0E1312
(14,19,18)
#0B100F
(11,16,15)
#080D0C
(8,13,12)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #232827

#232827
(35,40,39)
#373B3A
(55,59,58)
#4B4E4D
(75,78,77)
#5F6160
(95,97,96)
#737473
(115,116,115)
#878786
(135,135,134)
#9B9A99
(155,154,153)
#AFADAC
(175,173,172)
#C3C0BF
(195,192,191)
#D7D3D2
(215,211,210)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #232827; }

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

This text font color is #232827.


Background Color

.myBgColor { background-color: #232827; }

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

This div background color is #232827.


Border color

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

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

This div border color is #232827.


Opacity

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

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

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

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

This text has shadow with #232827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #232827 on black background.


Color preview on white background

This text has color #232827 on white background.



Black color preview on #232827 background

This text has black color on #232827 background.


White color preview on #232827 background

This text has white color on #232827 background.