COLOR #252B2B

HEX: #252B2B RGB: (37,43,43)

Color info

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

RGB color model

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

RGB: (37,43,43) (15%, 17%, 17%)

RGB channels and saturation

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

37
43
43

R + G + B ~ 16%. #252B2B is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 43 + 43 = 123 (100%)
R 37 of 123 ~ 30.08%
G 43 of 123 ~ 34.96%
B 43 of 123 ~ 34.96'%

%30.08
%34.96
%34.96

CMYK color model

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

  • cyan value is 13.95%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (14,0,0,83)
C14M0Y0K83 (14%, 0%, 0%, 83%)
(0.14 / 0.00 / 0.00 / 0.83)

CMYK percentages

%13.95
%0
%0
%83.14

Codes

Color #252B2B in popluar color models

25 2B 2B
RGB 37 43 43
HSL 180° 7.50% 15.69%
HSB/HSV 180° 13.95% 16.86%
CMYK 13.95% 0.00% 0.00%
83.14%

Color #252B2B in popluar number systems.

HEX 25 2B 2B
Decimal 37 43 43
Binary 100101 101011 101011
Octal 45 53 53

Shades and tints

Shades of #252B2B

#252B2B
(37,43,43)
#222828
(34,40,40)
#1F2525
(31,37,37)
#1C2222
(28,34,34)
#191F1F
(25,31,31)
#161C1C
(22,28,28)
#131919
(19,25,25)
#101616
(16,22,22)
#0D1313
(13,19,19)
#0A1010
(10,16,16)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #252B2B

#252B2B
(37,43,43)
#383E3E
(56,62,62)
#4B5151
(75,81,81)
#5E6464
(94,100,100)
#717777
(113,119,119)
#848A8A
(132,138,138)
#979D9D
(151,157,157)
#AAB0B0
(170,176,176)
#BDC3C3
(189,195,195)
#D0D6D6
(208,214,214)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252B2B; }

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

This text font color is #252B2B.

Background Color

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

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

This div background color is #252B2B.

Border color

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

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

This div border color is #252B2B.

Opacity

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

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

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

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

This text has shadow with #252B2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252B2B.

Preview

Color preview on black background

This text has color #252B2B on black background.


Color preview on white background

This text has color #252B2B on white background.


Black color preview on #252B2B background

This text has black color on #252B2B background.


White color preview on #252B2B background

This text has white color on #252B2B background.


Related colors

Complementary color

Complementary color for #hex is #DAD4D4.


I love getcolorcode.com