COLOR #25232D

HEX: #25232D
RGB: (37,35,45)

Color info

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

RGB color model

#25232D color RGB value is (37,35,45).

  • red value is 37;
  • green value is 35;
  • blue value is 45.
RGB:
(37,35,45)
(15%,14%,18%)

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 45 of 255 = 18%

37
35
45

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

Portions of RGB colors in percentages

R + G + B =
37 + 35 + 45 = 117 (100%)
R 37 of 117 ~ 31.62%
G 35 of 117 ~ 29.91%
B 45 of 117 ~ 38.46%

%31.62
%29.91
%38.46

CMYK color model

#25232D color CMYK value is (18,22,0,82).

  • cyan value is 17.78%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(18,22,0,82)
C18M22Y0K82 
(18%,22%,0%,82%)
(0.18/0.22/0.00/0.82)	

CMYK percentages

%17.78
%22.22
%0
%82.35

Codes

Color #25232D in popluar color models

25232D
RGB373545
HSL252°12.50%15.69%
HSB/HSV252°22.22%17.65%
CMYK17.78%22.22%0.00%
82.35%

Color #25232D in popluar number systems.

HEX25232D
Decimal373545
Binary100101100011101101
Octal454355

Shades and tints

Shades of #25232D

#25232D
(37,35,45)
#222029
(34,32,41)
#1F1D25
(31,29,37)
#1C1A21
(28,26,33)
#19171D
(25,23,29)
#161419
(22,20,25)
#131115
(19,17,21)
#100E11
(16,14,17)
#0D0B0D
(13,11,13)
#0A0809
(10,8,9)
#070505
(7,5,5)
#000000
(0,0,0)

Tints of #25232D

#25232D
(37,35,45)
#383740
(56,55,64)
#4B4B53
(75,75,83)
#5E5F66
(94,95,102)
#717379
(113,115,121)
#84878C
(132,135,140)
#979B9F
(151,155,159)
#AAAFB2
(170,175,178)
#BDC3C5
(189,195,197)
#D0D7D8
(208,215,216)
#E3EBEB
(227,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25232D color. Also use rgb(37,35,45) instead hex code.

Text Font Color

.myTextColor { color: #25232D; }

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

This text font color is #25232D.


Background Color

.myBgColor { background-color: #25232D; }

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

This div background color is #25232D.


Border color

.myBorderColor { border: 1px solid #25232D; }

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

This div border color is #25232D.


Opacity

.myOpacity80 { color: #25232D; opacity: 0.8; }

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

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

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

This text has shadow with #25232D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25232D on black background.


Color preview on white background

This text has color #25232D on white background.



Black color preview on #25232D background

This text has black color on #25232D background.


White color preview on #25232D background

This text has white color on #25232D background.