COLOR #25643F

HEX: #25643F
RGB: (37,100,63)

Color info

#25643F contains mainly green and blue colors. Web safe color of #25643F is #336633 (or #363).

RGB color model

#25643F color RGB value is (37,100,63).

  • red value is 37;
  • green value is 100;
  • blue value is 63.
RGB:
(37,100,63)
(15%,39%,25%)

RGB channels and saturation

R 37 of 255 = 15%
G 100 of 255 = 39%
B 63 of 255 = 25%

37
100
63

R + G + B ~ 26%. #25643F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 100 + 63 = 200 (100%)
R 37 of 200 ~ 18.5%
G 100 of 200 ~ 50%
B 63 of 200 ~ 31.5%

%18.5
%50
%31.5

CMYK color model

#25643F color CMYK value is (63,0,37,61).

  • cyan value is 63.00%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 60.78%
CMYK:
(63,0,37,61)
C63M0Y37K61 
(63%,0%,37%,61%)
(0.63/0.00/0.37/0.61)	

CMYK percentages

%63
%0
%37
%60.78

Codes

Color #25643F in popluar color models

25643F
RGB3710063
HSL145°45.99%26.86%
HSB/HSV145°63.00%39.22%
CMYK63.00%0.00%37.00%
60.78%

Color #25643F in popluar number systems.

HEX25643F
Decimal3710063
Binary1001011100100111111
Octal4514477

Shades and tints

Shades of #25643F

#25643F
(37,100,63)
#225B3A
(34,91,58)
#1F5235
(31,82,53)
#1C4930
(28,73,48)
#19402B
(25,64,43)
#163726
(22,55,38)
#132E21
(19,46,33)
#10251C
(16,37,28)
#0D1C17
(13,28,23)
#0A1312
(10,19,18)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #25643F

#25643F
(37,100,63)
#387250
(56,114,80)
#4B8061
(75,128,97)
#5E8E72
(94,142,114)
#719C83
(113,156,131)
#84AA94
(132,170,148)
#97B8A5
(151,184,165)
#AAC6B6
(170,198,182)
#BDD4C7
(189,212,199)
#D0E2D8
(208,226,216)
#E3F0E9
(227,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25643F; }

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

This text font color is #25643F.


Background Color

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

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

This div background color is #25643F.


Border color

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

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

This div border color is #25643F.


Opacity

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

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

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

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

This text has shadow with #25643F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25643F on black background.


Color preview on white background

This text has color #25643F on white background.



Black color preview on #25643F background

This text has black color on #25643F background.


White color preview on #25643F background

This text has white color on #25643F background.