COLOR #252621

HEX: #252621
RGB: (37,38,33)

Color info

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

RGB color model

#252621 color RGB value is (37,38,33).

  • red value is 37;
  • green value is 38;
  • blue value is 33.
RGB:
(37,38,33)
(15%,15%,13%)

RGB channels and saturation

R 37 of 255 = 15%
G 38 of 255 = 15%
B 33 of 255 = 13%

37
38
33

R + G + B ~ 14%. #252621 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 38 + 33 = 108 (100%)
R 37 of 108 ~ 34.26%
G 38 of 108 ~ 35.19%
B 33 of 108 ~ 30.56%

%34.26
%35.19
%30.56

CMYK color model

#252621 color CMYK value is (3,0,13,85).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 85.10%
CMYK:
(3,0,13,85)
C3M0Y13K85 
(3%,0%,13%,85%)
(0.03/0.00/0.13/0.85)	

CMYK percentages

%2.63
%0
%13.16
%85.1

Codes

Color #252621 in popluar color models

252621
RGB373833
HSL72°7.04%13.92%
HSB/HSV72°13.16%14.90%
CMYK2.63%0.00%13.16%
85.10%

Color #252621 in popluar number systems.

HEX252621
Decimal373833
Binary100101100110100001
Octal454641

Shades and tints

Shades of #252621

#252621
(37,38,33)
#22231E
(34,35,30)
#1F201B
(31,32,27)
#1C1D18
(28,29,24)
#191A15
(25,26,21)
#161712
(22,23,18)
#13140F
(19,20,15)
#10110C
(16,17,12)
#0D0E09
(13,14,9)
#0A0B06
(10,11,6)
#070803
(7,8,3)
#000000
(0,0,0)

Tints of #252621

#252621
(37,38,33)
#383935
(56,57,53)
#4B4C49
(75,76,73)
#5E5F5D
(94,95,93)
#717271
(113,114,113)
#848585
(132,133,133)
#979899
(151,152,153)
#AAABAD
(170,171,173)
#BDBEC1
(189,190,193)
#D0D1D5
(208,209,213)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252621 color. Also use rgb(37,38,33) instead hex code.

Text Font Color

.myTextColor { color: #252621; }

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

This text font color is #252621.


Background Color

.myBgColor { background-color: #252621; }

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

This div background color is #252621.


Border color

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

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

This div border color is #252621.


Opacity

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

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

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

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

This text has shadow with #252621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252621 on black background.


Color preview on white background

This text has color #252621 on white background.



Black color preview on #252621 background

This text has black color on #252621 background.


White color preview on #252621 background

This text has white color on #252621 background.