COLOR #252B1B

HEX: #252B1B
RGB: (37,43,27)

Color info

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

RGB color model

#252B1B color RGB value is (37,43,27).

  • red value is 37;
  • green value is 43;
  • blue value is 27.
RGB:
(37,43,27)
(15%,17%,11%)

RGB channels and saturation

R 37 of 255 = 15%
G 43 of 255 = 17%
B 27 of 255 = 11%

37
43
27

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

Portions of RGB colors in percentages

R + G + B =
37 + 43 + 27 = 107 (100%)
R 37 of 107 ~ 34.58%
G 43 of 107 ~ 40.19%
B 27 of 107 ~ 25.23%

%34.58
%40.19
%25.23

CMYK color model

#252B1B color CMYK value is (14,0,37,83).

  • cyan value is 13.95%
  • magenta value is 0.00%
  • yellow value is 37.21%
  • key color value is 83.14%
CMYK:
(14,0,37,83)
C14M0Y37K83 
(14%,0%,37%,83%)
(0.14/0.00/0.37/0.83)	

CMYK percentages

%13.95
%0
%37.21
%83.14

Codes

Color #252B1B in popluar color models

252B1B
RGB374327
HSL83°22.86%13.73%
HSB/HSV83°37.21%16.86%
CMYK13.95%0.00%37.21%
83.14%

Color #252B1B in popluar number systems.

HEX252B1B
Decimal374327
Binary10010110101111011
Octal455333

Shades and tints

Shades of #252B1B

#252B1B
(37,43,27)
#222819
(34,40,25)
#1F2517
(31,37,23)
#1C2215
(28,34,21)
#191F13
(25,31,19)
#161C11
(22,28,17)
#13190F
(19,25,15)
#10160D
(16,22,13)
#0D130B
(13,19,11)
#0A1009
(10,16,9)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #252B1B

#252B1B
(37,43,27)
#383E2F
(56,62,47)
#4B5143
(75,81,67)
#5E6457
(94,100,87)
#71776B
(113,119,107)
#848A7F
(132,138,127)
#979D93
(151,157,147)
#AAB0A7
(170,176,167)
#BDC3BB
(189,195,187)
#D0D6CF
(208,214,207)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252B1B color. Also use rgb(37,43,27) instead hex code.

Text Font Color

.myTextColor { color: #252B1B; }

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

This text font color is #252B1B.


Background Color

.myBgColor { background-color: #252B1B; }

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

This div background color is #252B1B.


Border color

.myBorderColor { border: 1px solid #252B1B; }

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

This div border color is #252B1B.


Opacity

.myOpacity80 { color: #252B1B; opacity: 0.8; }

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

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

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

This text has shadow with #252B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252B1B on black background.


Color preview on white background

This text has color #252B1B on white background.



Black color preview on #252B1B background

This text has black color on #252B1B background.


White color preview on #252B1B background

This text has white color on #252B1B background.