COLOR #25502B

HEX: #25502B
RGB: (37,80,43)

Color info

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

RGB color model

#25502B color RGB value is (37,80,43).

  • red value is 37;
  • green value is 80;
  • blue value is 43.
RGB:
(37,80,43)
(15%,31%,17%)

RGB channels and saturation

R 37 of 255 = 15%
G 80 of 255 = 31%
B 43 of 255 = 17%

37
80
43

R + G + B ~ 21%. #25502B is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 80 + 43 = 160 (100%)
R 37 of 160 ~ 23.13%
G 80 of 160 ~ 50%
B 43 of 160 ~ 26.88%

%23.13
%50
%26.88

CMYK color model

#25502B color CMYK value is (54,0,46,69).

  • cyan value is 53.75%
  • magenta value is 0.00%
  • yellow value is 46.25%
  • key color value is 68.63%
CMYK:
(54,0,46,69)
C54M0Y46K69 
(54%,0%,46%,69%)
(0.54/0.00/0.46/0.69)	

CMYK percentages

%53.75
%0
%46.25
%68.63

Codes

Color #25502B in popluar color models

25502B
RGB378043
HSL128°36.75%22.94%
HSB/HSV128°53.75%31.37%
CMYK53.75%0.00%46.25%
68.63%

Color #25502B in popluar number systems.

HEX25502B
Decimal378043
Binary1001011010000101011
Octal4512053

Shades and tints

Shades of #25502B

#25502B
(37,80,43)
#224928
(34,73,40)
#1F4225
(31,66,37)
#1C3B22
(28,59,34)
#19341F
(25,52,31)
#162D1C
(22,45,28)
#132619
(19,38,25)
#101F16
(16,31,22)
#0D1813
(13,24,19)
#0A1110
(10,17,16)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #25502B

#25502B
(37,80,43)
#385F3E
(56,95,62)
#4B6E51
(75,110,81)
#5E7D64
(94,125,100)
#718C77
(113,140,119)
#849B8A
(132,155,138)
#97AA9D
(151,170,157)
#AAB9B0
(170,185,176)
#BDC8C3
(189,200,195)
#D0D7D6
(208,215,214)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25502B color. Also use rgb(37,80,43) instead hex code.

Text Font Color

.myTextColor { color: #25502B; }

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

This text font color is #25502B.


Background Color

.myBgColor { background-color: #25502B; }

<div style="background-color:#25502B">Inner text</div>

This div background color is #25502B.


Border color

.myBorderColor { border: 1px solid #25502B; }

<div style="border:3px solid #25502B">Div</div>

This div border color is #25502B.


Opacity

.myOpacity80 { color: #25502B; opacity: 0.8; }

<p style="color:#25502B;opacity:0.8;">80%</p>

Text with #25502B 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 #25502B;}

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

This text has shadow with #25502B color.

.textShadow {text-shadow: 3px 3px 1px #25502B, 3px 3px 1px red;}

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

This text has shadow with #25502B primary color and red secondary color.


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

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

This text has shadow with #25502B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25502B on black background.


Color preview on white background

This text has color #25502B on white background.



Black color preview on #25502B background

This text has black color on #25502B background.


White color preview on #25502B background

This text has white color on #25502B background.