COLOR #255725

HEX: #255725
RGB: (37,87,37)

Color info

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

RGB color model

#255725 color RGB value is (37,87,37).

  • red value is 37;
  • green value is 87;
  • blue value is 37.
RGB:
(37,87,37)
(15%,34%,15%)

RGB channels and saturation

R 37 of 255 = 15%
G 87 of 255 = 34%
B 37 of 255 = 15%

37
87
37

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

Portions of RGB colors in percentages

R + G + B =
37 + 87 + 37 = 161 (100%)
R 37 of 161 ~ 22.98%
G 87 of 161 ~ 54.04%
B 37 of 161 ~ 22.98%

%22.98
%54.04
%22.98

CMYK color model

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

  • cyan value is 57.47%
  • magenta value is 0.00%
  • yellow value is 57.47%
  • key color value is 65.88%
CMYK:
(57,0,57,66)
C57M0Y57K66 
(57%,0%,57%,66%)
(0.57/0.00/0.57/0.66)	

CMYK percentages

%57.47
%0
%57.47
%65.88

Codes

Color #255725 in popluar color models

255725
RGB378737
HSL120°40.32%24.31%
HSB/HSV120°57.47%34.12%
CMYK57.47%0.00%57.47%
65.88%

Color #255725 in popluar number systems.

HEX255725
Decimal378737
Binary1001011010111100101
Octal4512745

Shades and tints

Shades of #255725

#255725
(37,87,37)
#225022
(34,80,34)
#1F491F
(31,73,31)
#1C421C
(28,66,28)
#193B19
(25,59,25)
#163416
(22,52,22)
#132D13
(19,45,19)
#102610
(16,38,16)
#0D1F0D
(13,31,13)
#0A180A
(10,24,10)
#071107
(7,17,7)
#000000
(0,0,0)

Tints of #255725

#255725
(37,87,37)
#386638
(56,102,56)
#4B754B
(75,117,75)
#5E845E
(94,132,94)
#719371
(113,147,113)
#84A284
(132,162,132)
#97B197
(151,177,151)
#AAC0AA
(170,192,170)
#BDCFBD
(189,207,189)
#D0DED0
(208,222,208)
#E3EDE3
(227,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255725; }

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

This text font color is #255725.


Background Color

.myBgColor { background-color: #255725; }

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

This div background color is #255725.


Border color

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

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

This div border color is #255725.


Opacity

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

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

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

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

This text has shadow with #255725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255725 on black background.


Color preview on white background

This text has color #255725 on white background.



Black color preview on #255725 background

This text has black color on #255725 background.


White color preview on #255725 background

This text has white color on #255725 background.