COLOR #25282B

HEX: #25282B RGB: (37,40,43)

Color info

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

RGB color model

#25282B color RGB value is (37,40,43).

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

RGB channels and saturation

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

37
40
43

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

Portions of RGB colors in percentages

R + G + B = 37 + 40 + 43 = 120 (100%)
R 37 of 120 ~ 30.83%
G 40 of 120 ~ 33.33%
B 43 of 120 ~ 35.83'%

%30.83
%33.33
%35.83

CMYK color model

#25282B color CMYK value is (14,7,0,83).

  • cyan value is 13.95%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK: (14,7,0,83) C14M7Y0K83 (14%,7%,0%,83%) (0.14/0.07/0.00/0.83) 

CMYK percentages

%13.95
%6.98
%0
%83.14

Codes

Color #25282B in popluar color models

25 28 2B
RGB 37 40 43
HSL 210° 7.50% 15.69%
HSB/HSV 210° 13.95% 16.86%
CMYK 13.95% 6.98% 0.00%
83.14%

Color #25282B in popluar number systems.

HEX 25 28 2B
Decimal 37 40 43
Binary 100101 101000 101011
Octal 45 50 53

Shades and tints

Shades of #25282B

#25282B
(37,40,43)
#222528
(34,37,40)
#1F2225
(31,34,37)
#1C1F22
(28,31,34)
#191C1F
(25,28,31)
#16191C
(22,25,28)
#131619
(19,22,25)
#101316
(16,19,22)
#0D1013
(13,16,19)
#0A0D10
(10,13,16)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #25282B

#25282B
(37,40,43)
#383B3E
(56,59,62)
#4B4E51
(75,78,81)
#5E6164
(94,97,100)
#717477
(113,116,119)
#84878A
(132,135,138)
#979A9D
(151,154,157)
#AAADB0
(170,173,176)
#BDC0C3
(189,192,195)
#D0D3D6
(208,211,214)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25282B; }

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

This text font color is #25282B.

Background Color

.myBgColor { background-color: #25282B; }

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

This div background color is #25282B.

Border color

.myBorderColor { border: 1px solid #25282B; }

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

This div border color is #25282B.

Opacity

.myOpacity80 { color: #25282B; opacity: 0.8; }

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

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

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

This text has shadow with #25282B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25282B.

Preview

Color preview on black background

This text has color #25282B on black background.


Color preview on white background

This text has color #25282B on white background.


Black color preview on #25282B background

This text has black color on #25282B background.


White color preview on #25282B background

This text has white color on #25282B background.


Related colors

Complementary color

Complementary color for #hex is #DAD7D4.


I love getcolorcode.com

Triadic colors

1 #2B2528 and #282B25 with #25282B are triadic colors.

2 #2B2825 and #28252B with #25282B are triadic colors.