COLOR #25483E

HEX: #25483E
RGB: (37,72,62)

Color info

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

RGB color model

#25483E color RGB value is (37,72,62).

  • red value is 37;
  • green value is 72;
  • blue value is 62.
RGB:
(37,72,62)
(15%,28%,24%)

RGB channels and saturation

R 37 of 255 = 15%
G 72 of 255 = 28%
B 62 of 255 = 24%

37
72
62

R + G + B ~ 22%. #25483E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 72 + 62 = 171 (100%)
R 37 of 171 ~ 21.64%
G 72 of 171 ~ 42.11%
B 62 of 171 ~ 36.26%

%21.64
%42.11
%36.26

CMYK color model

#25483E color CMYK value is (49,0,14,72).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 71.76%
CMYK:
(49,0,14,72)
C49M0Y14K72 
(49%,0%,14%,72%)
(0.49/0.00/0.14/0.72)	

CMYK percentages

%48.61
%0
%13.89
%71.76

Codes

Color #25483E in popluar color models

25483E
RGB377262
HSL163°32.11%21.37%
HSB/HSV163°48.61%28.24%
CMYK48.61%0.00%13.89%
71.76%

Color #25483E in popluar number systems.

HEX25483E
Decimal377262
Binary1001011001000111110
Octal4511076

Shades and tints

Shades of #25483E

#25483E
(37,72,62)
#224239
(34,66,57)
#1F3C34
(31,60,52)
#1C362F
(28,54,47)
#19302A
(25,48,42)
#162A25
(22,42,37)
#132420
(19,36,32)
#101E1B
(16,30,27)
#0D1816
(13,24,22)
#0A1211
(10,18,17)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #25483E

#25483E
(37,72,62)
#38584F
(56,88,79)
#4B6860
(75,104,96)
#5E7871
(94,120,113)
#718882
(113,136,130)
#849893
(132,152,147)
#97A8A4
(151,168,164)
#AAB8B5
(170,184,181)
#BDC8C6
(189,200,198)
#D0D8D7
(208,216,215)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25483E color. Also use rgb(37,72,62) instead hex code.

Text Font Color

.myTextColor { color: #25483E; }

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

This text font color is #25483E.


Background Color

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

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

This div background color is #25483E.


Border color

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

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

This div border color is #25483E.


Opacity

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

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

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

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

This text has shadow with #25483E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25483E on black background.


Color preview on white background

This text has color #25483E on white background.



Black color preview on #25483E background

This text has black color on #25483E background.


White color preview on #25483E background

This text has white color on #25483E background.