COLOR #25523F

HEX: #25523F RGB: (37,82,63)

Color info

#25523F contains red, green and blue colors in about the same proportion. Web safe color of #25523F is #336633 (or #363).

RGB color model

#25523F color RGB value is (37,82,63).

RGB: (37,82,63) (15%, 32%, 25%)

RGB channels and saturation

R 37 of 255 = 15%
G 82 of 255 = 32%
B 63 of 255 = 25%

37
82
63

R + G + B ~ 24%. #25523F is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 82 + 63 = 182 (100%)
R 37 of 182 ~ 20.33%
G 82 of 182 ~ 45.05%
B 63 of 182 ~ 34.62'%

%20.33
%45.05
%34.62

CMYK color model

#25523F color CMYK value is (55,0,23,68).

  • cyan value is 54.88%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 67.84%

CMYK: (55,0,23,68)
C55M0Y23K68 (55%, 0%, 23%, 68%)
(0.55 / 0.00 / 0.23 / 0.68)

CMYK percentages

%54.88
%0
%23.17
%67.84

Codes

Color #25523F in popluar color models

25 52 3F
RGB 37 82 63
HSL 155° 37.82% 23.33%
HSB/HSV 155° 54.88% 32.16%
CMYK 54.88% 0.00% 23.17%
67.84%

Color #25523F in popluar number systems.

HEX 25 52 3F
Decimal 37 82 63
Binary 100101 1010010 111111
Octal 45 122 77

Shades and tints

Shades of #25523F

#25523F
(37,82,63)
#224B3A
(34,75,58)
#1F4435
(31,68,53)
#1C3D30
(28,61,48)
#19362B
(25,54,43)
#162F26
(22,47,38)
#132821
(19,40,33)
#10211C
(16,33,28)
#0D1A17
(13,26,23)
#0A1312
(10,19,18)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #25523F

#25523F
(37,82,63)
#386150
(56,97,80)
#4B7061
(75,112,97)
#5E7F72
(94,127,114)
#718E83
(113,142,131)
#849D94
(132,157,148)
#97ACA5
(151,172,165)
#AABBB6
(170,187,182)
#BDCAC7
(189,202,199)
#D0D9D8
(208,217,216)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25523F color. Also use rgb(37,82,63) instead hex code.

Text Font Color

.myTextColor { color: #25523F; }

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

This text font color is #25523F.

Background Color

.myBgColor { background-color: #25523F; }

<div style="background-color:#25523F">Inner text</div>

This div background color is #25523F.

Border color

.myBorderColor { border: 1px solid #25523F; }

<div style="border:3px solid #25523F">Div</div>

This div border color is #25523F.

Opacity

.myOpacity80 { color: #25523F; opacity: 0.8; }

<p style="color:#25523F;opacity:0.8;">80%</p>

Text with #25523F 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 #25523F;}

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

This text has shadow with #25523F color.


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

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

This text has shadow with #25523F primary color and red secondary color.


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

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

This text has shadow with #25523F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25523F.

Preview

Color preview on black background

This text has color #25523F on black background.


Color preview on white background

This text has color #25523F on white background.


Black color preview on #25523F background

This text has black color on #25523F background.


White color preview on #25523F background

This text has white color on #25523F background.


Related colors

Complementary color

Complementary color for #hex is #DAADC0.


I love getcolorcode.com

Triadic colors

1 #3F2552 and #523F25 with #25523F are triadic colors.

2 #3F5225 and #52253F with #25523F are triadic colors.