COLOR #255619

HEX: #255619 RGB: (37,86,25)

Color info

#255619 contains mainly red and green colors. Web safe color of #255619 is #336600 (or #360).

RGB color model

#255619 color RGB value is (37,86,25).

RGB: (37,86,25) (15%, 34%, 10%)

RGB channels and saturation

R 37 of 255 = 15%
G 86 of 255 = 34%
B 25 of 255 = 10%

37
86
25

R + G + B ~ 20%. #255619 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 86 + 25 = 148 (100%)
R 37 of 148 ~ 25%
G 86 of 148 ~ 58.11%
B 25 of 148 ~ 16.89'%

%25
%58.11
%16.89

CMYK color model

#255619 color CMYK value is (57,0,71,66).

  • cyan value is 56.98%
  • magenta value is 0.00%
  • yellow value is 70.93%
  • key color value is 66.27%

CMYK: (57,0,71,66)
C57M0Y71K66 (57%, 0%, 71%, 66%)
(0.57 / 0.00 / 0.71 / 0.66)

CMYK percentages

%56.98
%0
%70.93
%66.27

Codes

Color #255619 in popluar color models

25 56 19
RGB 37 86 25
HSL 108° 54.95% 21.76%
HSB/HSV 108° 70.93% 33.73%
CMYK 56.98% 0.00% 70.93%
66.27%

Color #255619 in popluar number systems.

HEX 25 56 19
Decimal 37 86 25
Binary 100101 1010110 11001
Octal 45 126 31

Shades and tints

Shades of #255619

#255619
(37,86,25)
#224F17
(34,79,23)
#1F4815
(31,72,21)
#1C4113
(28,65,19)
#193A11
(25,58,17)
#16330F
(22,51,15)
#132C0D
(19,44,13)
#10250B
(16,37,11)
#0D1E09
(13,30,9)
#0A1707
(10,23,7)
#071005
(7,16,5)
#000000
(0,0,0)

Tints of #255619

#255619
(37,86,25)
#38652D
(56,101,45)
#4B7441
(75,116,65)
#5E8355
(94,131,85)
#719269
(113,146,105)
#84A17D
(132,161,125)
#97B091
(151,176,145)
#AABFA5
(170,191,165)
#BDCEB9
(189,206,185)
#D0DDCD
(208,221,205)
#E3ECE1
(227,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255619 color. Also use rgb(37,86,25) instead hex code.

Text Font Color

.myTextColor { color: #255619; }

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

This text font color is #255619.

Background Color

.myBgColor { background-color: #255619; }

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

This div background color is #255619.

Border color

.myBorderColor { border: 1px solid #255619; }

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

This div border color is #255619.

Opacity

.myOpacity80 { color: #255619; opacity: 0.8; }

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

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

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

This text has shadow with #255619 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255619.

Preview

Color preview on black background

This text has color #255619 on black background.


Color preview on white background

This text has color #255619 on white background.


Black color preview on #255619 background

This text has black color on #255619 background.


White color preview on #255619 background

This text has white color on #255619 background.


Related colors

Complementary color

Complementary color for #hex is #DAA9E6.


I love getcolorcode.com

Triadic colors

1 #192556 and #561925 with #255619 are triadic colors.

2 #195625 and #562519 with #255619 are triadic colors.