COLOR #25372A

HEX: #25372A RGB: (37,55,42)

Color info

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

RGB color model

#25372A color RGB value is (37,55,42).

RGB: (37,55,42) (15%, 22%, 16%)

RGB channels and saturation

R 37 of 255 = 15%
G 55 of 255 = 22%
B 42 of 255 = 16%

37
55
42

R + G + B ~ 18%. #25372A is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 55 + 42 = 134 (100%)
R 37 of 134 ~ 27.61%
G 55 of 134 ~ 41.04%
B 42 of 134 ~ 31.34'%

%27.61
%41.04
%31.34

CMYK color model

#25372A color CMYK value is (33,0,24,78).

  • cyan value is 32.73%
  • magenta value is 0.00%
  • yellow value is 23.64%
  • key color value is 78.43%

CMYK: (33,0,24,78)
C33M0Y24K78 (33%, 0%, 24%, 78%)
(0.33 / 0.00 / 0.24 / 0.78)

CMYK percentages

%32.73
%0
%23.64
%78.43

Codes

Color #25372A in popluar color models

25 37 2A
RGB 37 55 42
HSL 137° 19.57% 18.04%
HSB/HSV 137° 32.73% 21.57%
CMYK 32.73% 0.00% 23.64%
78.43%

Color #25372A in popluar number systems.

HEX 25 37 2A
Decimal 37 55 42
Binary 100101 110111 101010
Octal 45 67 52

Shades and tints

Shades of #25372A

#25372A
(37,55,42)
#223227
(34,50,39)
#1F2D24
(31,45,36)
#1C2821
(28,40,33)
#19231E
(25,35,30)
#161E1B
(22,30,27)
#131918
(19,25,24)
#101415
(16,20,21)
#0D0F12
(13,15,18)
#0A0A0F
(10,10,15)
#07050C
(7,5,12)
#000000
(0,0,0)

Tints of #25372A

#25372A
(37,55,42)
#38493D
(56,73,61)
#4B5B50
(75,91,80)
#5E6D63
(94,109,99)
#717F76
(113,127,118)
#849189
(132,145,137)
#97A39C
(151,163,156)
#AAB5AF
(170,181,175)
#BDC7C2
(189,199,194)
#D0D9D5
(208,217,213)
#E3EBE8
(227,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25372A color. Also use rgb(37,55,42) instead hex code.

Text Font Color

.myTextColor { color: #25372A; }

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

This text font color is #25372A.

Background Color

.myBgColor { background-color: #25372A; }

<div style="background-color:#25372A">Inner text</div>

This div background color is #25372A.

Border color

.myBorderColor { border: 1px solid #25372A; }

<div style="border:3px solid #25372A">Div</div>

This div border color is #25372A.

Opacity

.myOpacity80 { color: #25372A; opacity: 0.8; }

<p style="color:#25372A;opacity:0.8;">80%</p>

Text with #25372A 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 #25372A;}

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

This text has shadow with #25372A color.


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

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

This text has shadow with #25372A primary color and red secondary color.


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

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

This text has shadow with #25372A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25372A.

Preview

Color preview on black background

This text has color #25372A on black background.


Color preview on white background

This text has color #25372A on white background.


Black color preview on #25372A background

This text has black color on #25372A background.


White color preview on #25372A background

This text has white color on #25372A background.


Related colors

Complementary color

Complementary color for #hex is #DAC8D5.


I love getcolorcode.com

Triadic colors

1 #2A2537 and #372A25 with #25372A are triadic colors.

2 #2A3725 and #37252A with #25372A are triadic colors.