COLOR #25382C

HEX: #25382C
RGB: (37,56,44)

Color info

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

RGB color model

#25382C color RGB value is (37,56,44).

  • red value is 37;
  • green value is 56;
  • blue value is 44.
RGB: (37,56,44) (15%,22%,17%)

RGB channels and saturation

R 37 of 255 = 15%
G 56 of 255 = 22%
B 44 of 255 = 17%

37
56
44

R + G + B ~ 18%. #25382C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 56 + 44 = 137 (100%)
R 37 of 137 ~ 27.01%
G 56 of 137 ~ 40.88%
B 44 of 137 ~ 32.12%

%27.01
%40.88
%32.12

CMYK color model

#25382C color CMYK value is (34,0,21,78).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 78.04%
CMYK: (34,0,21,78) C34M0Y21K78 (34%,0%,21%,78%) (0.34/0.00/0.21/0.78)

CMYK percentages

%33.93
%0
%21.43
%78.04

Codes

Color #25382C in popluar color models

25382C
RGB375644
HSL142°20.43%18.24%
HSB/HSV142°33.93%21.96%
CMYK33.93%0.00%21.43%
78.04%

Color #25382C in popluar number systems.

HEX25382C
Decimal375644
Binary100101111000101100
Octal457054

Shades and tints

Shades of #25382C

#25382C
(37,56,44)
#223328
(34,51,40)
#1F2E24
(31,46,36)
#1C2920
(28,41,32)
#19241C
(25,36,28)
#161F18
(22,31,24)
#131A14
(19,26,20)
#101510
(16,21,16)
#0D100C
(13,16,12)
#0A0B08
(10,11,8)
#070604
(7,6,4)
#000000
(0,0,0)

Tints of #25382C

#25382C
(37,56,44)
#384A3F
(56,74,63)
#4B5C52
(75,92,82)
#5E6E65
(94,110,101)
#718078
(113,128,120)
#84928B
(132,146,139)
#97A49E
(151,164,158)
#AAB6B1
(170,182,177)
#BDC8C4
(189,200,196)
#D0DAD7
(208,218,215)
#E3ECEA
(227,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25382C color. Also use rgb(37,56,44) instead hex code.

Text Font Color

.myTextColor { color: #25382C; }

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

This text font color is #25382C.


Background Color

.myBgColor { background-color: #25382C; }

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

This div background color is #25382C.


Border color

.myBorderColor { border: 1px solid #25382C; }

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

This div border color is #25382C.


Opacity

.myOpacity80 { color: #25382C; opacity: 0.8; }

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

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

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

This text has shadow with #25382C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #25382C on black background.


Color preview on white background

This text has color #25382C on white background.



Black color preview on #25382C background

This text has black color on #25382C background.


White color preview on #25382C background

This text has white color on #25382C background.