COLOR #25442A

HEX: #25442A
RGB: (37,68,42)

Color info

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

RGB color model

#25442A color RGB value is (37,68,42).

  • red value is 37;
  • green value is 68;
  • blue value is 42.
RGB:
(37,68,42)
(15%,27%,16%)

RGB channels and saturation

R 37 of 255 = 15%
G 68 of 255 = 27%
B 42 of 255 = 16%

37
68
42

R + G + B ~ 19%. #25442A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 68 + 42 = 147 (100%)
R 37 of 147 ~ 25.17%
G 68 of 147 ~ 46.26%
B 42 of 147 ~ 28.57%

%25.17
%46.26
%28.57

CMYK color model

#25442A color CMYK value is (46,0,38,73).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 73.33%
CMYK:
(46,0,38,73)
C46M0Y38K73 
(46%,0%,38%,73%)
(0.46/0.00/0.38/0.73)	

CMYK percentages

%45.59
%0
%38.24
%73.33

Codes

Color #25442A in popluar color models

25442A
RGB376842
HSL130°29.52%20.59%
HSB/HSV130°45.59%26.67%
CMYK45.59%0.00%38.24%
73.33%

Color #25442A in popluar number systems.

HEX25442A
Decimal376842
Binary1001011000100101010
Octal4510452

Shades and tints

Shades of #25442A

#25442A
(37,68,42)
#223E27
(34,62,39)
#1F3824
(31,56,36)
#1C3221
(28,50,33)
#192C1E
(25,44,30)
#16261B
(22,38,27)
#132018
(19,32,24)
#101A15
(16,26,21)
#0D1412
(13,20,18)
#0A0E0F
(10,14,15)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #25442A

#25442A
(37,68,42)
#38553D
(56,85,61)
#4B6650
(75,102,80)
#5E7763
(94,119,99)
#718876
(113,136,118)
#849989
(132,153,137)
#97AA9C
(151,170,156)
#AABBAF
(170,187,175)
#BDCCC2
(189,204,194)
#D0DDD5
(208,221,213)
#E3EEE8
(227,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25442A; }

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

This text font color is #25442A.


Background Color

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

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

This div background color is #25442A.


Border color

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

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

This div border color is #25442A.


Opacity

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

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

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

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

This text has shadow with #25442A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25442A on black background.


Color preview on white background

This text has color #25442A on white background.



Black color preview on #25442A background

This text has black color on #25442A background.


White color preview on #25442A background

This text has white color on #25442A background.