COLOR #25230E

HEX: #25230E
RGB: (37,35,14)

Color info

#25230E contains red, green and blue colors in about the same proportion. Web safe color of #25230E is #333300 (or #330).

RGB color model

#25230E color RGB value is (37,35,14).

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

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 14 of 255 = 5%

37
35
14

R + G + B ~ 11%. #25230E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 35 + 14 = 86 (100%)
R 37 of 86 ~ 43.02%
G 35 of 86 ~ 40.7%
B 14 of 86 ~ 16.28%

%43.02
%40.7
%16.28

CMYK color model

#25230E color CMYK value is (0,5,62,85).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 62.16%
  • key color value is 85.49%
CMYK:
(0,5,62,85)
C0M5Y62K85 
(0%,5%,62%,85%)
(0.00/0.05/0.62/0.85)	

CMYK percentages

%0
%5.41
%62.16
%85.49

Codes

Color #25230E in popluar color models

25230E
RGB373514
HSL55°45.10%10.00%
HSB/HSV55°62.16%14.51%
CMYK0.00%5.41%62.16%
85.49%

Color #25230E in popluar number systems.

HEX25230E
Decimal373514
Binary1001011000111110
Octal454316

Shades and tints

Shades of #25230E

#25230E
(37,35,14)
#22200D
(34,32,13)
#1F1D0C
(31,29,12)
#1C1A0B
(28,26,11)
#19170A
(25,23,10)
#161409
(22,20,9)
#131108
(19,17,8)
#100E07
(16,14,7)
#0D0B06
(13,11,6)
#0A0805
(10,8,5)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #25230E

#25230E
(37,35,14)
#383723
(56,55,35)
#4B4B38
(75,75,56)
#5E5F4D
(94,95,77)
#717362
(113,115,98)
#848777
(132,135,119)
#979B8C
(151,155,140)
#AAAFA1
(170,175,161)
#BDC3B6
(189,195,182)
#D0D7CB
(208,215,203)
#E3EBE0
(227,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25230E; }

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

This text font color is #25230E.


Background Color

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

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

This div background color is #25230E.


Border color

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

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

This div border color is #25230E.


Opacity

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

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

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

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

This text has shadow with #25230E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25230E on black background.


Color preview on white background

This text has color #25230E on white background.



Black color preview on #25230E background

This text has black color on #25230E background.


White color preview on #25230E background

This text has white color on #25230E background.