COLOR #25231E

HEX: #25231E RGB: (37,35,30)

Color info

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

RGB color model

#25231E color RGB value is (37,35,30).

RGB: (37,35,30) (15%, 14%, 12%)

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 30 of 255 = 12%

37
35
30

R + G + B ~ 14%. #25231E is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 35 + 30 = 102 (100%)
R 37 of 102 ~ 36.27%
G 35 of 102 ~ 34.31%
B 30 of 102 ~ 29.41'%

%36.27
%34.31
%29.41

CMYK color model

#25231E color CMYK value is (0,5,19,85).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 18.92%
  • key color value is 85.49%

CMYK: (0,5,19,85)
C0M5Y19K85 (0%, 5%, 19%, 85%)
(0.00 / 0.05 / 0.19 / 0.85)

CMYK percentages

%0
%5.41
%18.92
%85.49

Codes

Color #25231E in popluar color models

25 23 1E
RGB 37 35 30
HSL 43° 10.45% 13.14%
HSB/HSV 43° 18.92% 14.51%
CMYK 0.00% 5.41% 18.92%
85.49%

Color #25231E in popluar number systems.

HEX 25 23 1E
Decimal 37 35 30
Binary 100101 100011 11110
Octal 45 43 36

Shades and tints

Shades of #25231E

#25231E
(37,35,30)
#22201C
(34,32,28)
#1F1D1A
(31,29,26)
#1C1A18
(28,26,24)
#191716
(25,23,22)
#161414
(22,20,20)
#131112
(19,17,18)
#100E10
(16,14,16)
#0D0B0E
(13,11,14)
#0A080C
(10,8,12)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #25231E

#25231E
(37,35,30)
#383732
(56,55,50)
#4B4B46
(75,75,70)
#5E5F5A
(94,95,90)
#71736E
(113,115,110)
#848782
(132,135,130)
#979B96
(151,155,150)
#AAAFAA
(170,175,170)
#BDC3BE
(189,195,190)
#D0D7D2
(208,215,210)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25231E; }

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

This text font color is #25231E.

Background Color

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

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

This div background color is #25231E.

Border color

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

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

This div border color is #25231E.

Opacity

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

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

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

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

This text has shadow with #25231E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25231E.

Preview

Color preview on black background

This text has color #25231E on black background.


Color preview on white background

This text has color #25231E on white background.


Black color preview on #25231E background

This text has black color on #25231E background.


White color preview on #25231E background

This text has white color on #25231E background.


Related colors

Complementary color

Complementary color for #hex is #DADCE1.


I love getcolorcode.com

Triadic colors

1 #1E2523 and #231E25 with #25231E are triadic colors.

2 #1E2325 and #23251E with #25231E are triadic colors.