COLOR #255915

HEX: #255915
RGB: (37,89,21)

Color info

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

RGB color model

#255915 color RGB value is (37,89,21).

  • red value is 37;
  • green value is 89;
  • blue value is 21.
RGB:
(37,89,21)
(15%,35%,8%)

RGB channels and saturation

R 37 of 255 = 15%
G 89 of 255 = 35%
B 21 of 255 = 8%

37
89
21

R + G + B ~ 19%. #255915 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 89 + 21 = 147 (100%)
R 37 of 147 ~ 25.17%
G 89 of 147 ~ 60.54%
B 21 of 147 ~ 14.29%

%25.17
%60.54
%14.29

CMYK color model

#255915 color CMYK value is (58,0,76,65).

  • cyan value is 58.43%
  • magenta value is 0.00%
  • yellow value is 76.40%
  • key color value is 65.10%
CMYK:
(58,0,76,65)
C58M0Y76K65 
(58%,0%,76%,65%)
(0.58/0.00/0.76/0.65)	

CMYK percentages

%58.43
%0
%76.4
%65.1

Codes

Color #255915 in popluar color models

255915
RGB378921
HSL106°61.82%21.57%
HSB/HSV106°76.40%34.90%
CMYK58.43%0.00%76.40%
65.10%

Color #255915 in popluar number systems.

HEX255915
Decimal378921
Binary100101101100110101
Octal4513125

Shades and tints

Shades of #255915

#255915
(37,89,21)
#225114
(34,81,20)
#1F4913
(31,73,19)
#1C4112
(28,65,18)
#193911
(25,57,17)
#163110
(22,49,16)
#13290F
(19,41,15)
#10210E
(16,33,14)
#0D190D
(13,25,13)
#0A110C
(10,17,12)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #255915

#255915
(37,89,21)
#38682A
(56,104,42)
#4B773F
(75,119,63)
#5E8654
(94,134,84)
#719569
(113,149,105)
#84A47E
(132,164,126)
#97B393
(151,179,147)
#AAC2A8
(170,194,168)
#BDD1BD
(189,209,189)
#D0E0D2
(208,224,210)
#E3EFE7
(227,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255915 color. Also use rgb(37,89,21) instead hex code.

Text Font Color

.myTextColor { color: #255915; }

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

This text font color is #255915.


Background Color

.myBgColor { background-color: #255915; }

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

This div background color is #255915.


Border color

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

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

This div border color is #255915.


Opacity

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

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

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

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

This text has shadow with #255915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255915 on black background.


Color preview on white background

This text has color #255915 on white background.



Black color preview on #255915 background

This text has black color on #255915 background.


White color preview on #255915 background

This text has white color on #255915 background.