Color Hex Logo

#232821 Color Hex

#232821
(35,40,33)
0 Favorites   0 Comments

Color spaces of #232821

RGB 354033
HSL0.290.100.14
HSV103°18°16°
CMYK 0.130.000.18   0.84
XYZ1.72641.98471.7309
Yxy1.98470.31720.3647
Hunter Lab14.0879-2.77972.5770
CIE-Lab15.4067-3.94093.8612

#232821 color RGB value is (35,40,33).

#232821 hex color red value is 35, green value is 40 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #232821 hue: 0.29 , saturation: 0.10 and the lightness value of 232821 is 0.14.

The process color (four color CMYK) of #232821 color hex is 0.13, 0.00, 0.18, 0.84. Web safe color of #232821 is #333333. Color #232821 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00101000 00100001
Octal 43 50 41
Decimal 35 40 33
Hex 23 28 21

RGB Percentages of Color #232821

%32.41
%37.04
%30.56

CMYK Percentages of Color #232821

%13
%0
%18
%84

Triadic Colors of #232821

#232821 #212328 #282123

Analogous Colors of #232821

#232821 #212823 #272821

Monochromatic Colors of #232821

#232821

Complementary Color

#232821 #262128

#232821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#232821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#232821 Color CSS Codes

.mybgcolor {background-color:#232821; } 
.myforecolor {color:#232821; }
.mybordercolor {border:3px solid #232821; }

#232821 Text Font Color

<p style="color:#232821">Text here</p>

This sample text font color is #232821
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#232821 Background Color

<div style="background-color:#232821">
Div content here</div>

This div background color is #232821


#232821 Border Color

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

This div border color is #232821


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,40,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #232821; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #232821;
  -webkit-box-shadow: 1px 1px 3px 2px #232821;
  box-shadow:         1px 1px 3px 2px #232821; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,40,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #232821">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #232821;
  -webkit-box-shadow: 1px 1px 3px 2px #232821;
  box-shadow:         1px 1px 3px 2px #232821;">
Div content here</div>

This div box has shadow with color #232821


Comments

No comments written yet.

Please login to write comment.