COLOR #25231D

HEX: #25231D RGB: (37,35,29)

Color info

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

RGB color model

#25231D color RGB value is (37,35,29).

RGB: (37,35,29) (15%, 14%, 11%)

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 29 of 255 = 11%

37
35
29

R + G + B ~ 13%. #25231D is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 35 + 29 = 101 (100%)
R 37 of 101 ~ 36.63%
G 35 of 101 ~ 34.65%
B 29 of 101 ~ 28.71'%

%36.63
%34.65
%28.71

CMYK color model

#25231D color CMYK value is (0,5,22,85).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 21.62%
  • key color value is 85.49%
CMYK: (0,5,22,85) C0M5Y22K85 (0%,5%,22%,85%) (0.00/0.05/0.22/0.85) 

CMYK percentages

%0
%5.41
%21.62
%85.49

Codes

Color #25231D in popluar color models

25 23 1D
RGB 37 35 29
HSL 45° 12.12% 12.94%
HSB/HSV 45° 21.62% 14.51%
CMYK 0.00% 5.41% 21.62%
85.49%

Color #25231D in popluar number systems.

HEX 25 23 1D
Decimal 37 35 29
Binary 100101 100011 11101
Octal 45 43 35

Shades and tints

Shades of #25231D

#25231D
(37,35,29)
#22201B
(34,32,27)
#1F1D19
(31,29,25)
#1C1A17
(28,26,23)
#191715
(25,23,21)
#161413
(22,20,19)
#131111
(19,17,17)
#100E0F
(16,14,15)
#0D0B0D
(13,11,13)
#0A080B
(10,8,11)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #25231D

#25231D
(37,35,29)
#383731
(56,55,49)
#4B4B45
(75,75,69)
#5E5F59
(94,95,89)
#71736D
(113,115,109)
#848781
(132,135,129)
#979B95
(151,155,149)
#AAAFA9
(170,175,169)
#BDC3BD
(189,195,189)
#D0D7D1
(208,215,209)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25231D; }

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

This text font color is #25231D.

Background Color

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

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

This div background color is #25231D.

Border color

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

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

This div border color is #25231D.

Opacity

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

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

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

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

This text has shadow with #25231D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25231D.

Preview

Color preview on black background

This text has color #25231D on black background.


Color preview on white background

This text has color #25231D on white background.


Black color preview on #25231D background

This text has black color on #25231D background.


White color preview on #25231D background

This text has white color on #25231D background.


Related colors

Complementary color

Complementary color for #hex is #DADCE2.


I love getcolorcode.com

Triadic colors

1 #1D2523 and #231D25 with #25231D are triadic colors.

2 #1D2325 and #23251D with #25231D are triadic colors.