COLOR #255729

HEX: #255729 RGB: (37,87,41)

Color info

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

RGB color model

#255729 color RGB value is (37,87,41).

RGB: (37,87,41) (15%, 34%, 16%)

RGB channels and saturation

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

37
87
41

R + G + B ~ 22%. #255729 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 87 + 41 = 165 (100%)
R 37 of 165 ~ 22.42%
G 87 of 165 ~ 52.73%
B 41 of 165 ~ 24.85'%

%22.42
%52.73
%24.85

CMYK color model

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

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

CMYK percentages

%57.47
%0
%52.87
%65.88

Codes

Color #255729 in popluar color models

25 57 29
RGB 37 87 41
HSL 125° 40.32% 24.31%
HSB/HSV 125° 57.47% 34.12%
CMYK 57.47% 0.00% 52.87%
65.88%

Color #255729 in popluar number systems.

HEX 25 57 29
Decimal 37 87 41
Binary 100101 1010111 101001
Octal 45 127 51

Shades and tints

Shades of #255729

#255729
(37,87,41)
#225026
(34,80,38)
#1F4923
(31,73,35)
#1C4220
(28,66,32)
#193B1D
(25,59,29)
#16341A
(22,52,26)
#132D17
(19,45,23)
#102614
(16,38,20)
#0D1F11
(13,31,17)
#0A180E
(10,24,14)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #255729

#255729
(37,87,41)
#38663C
(56,102,60)
#4B754F
(75,117,79)
#5E8462
(94,132,98)
#719375
(113,147,117)
#84A288
(132,162,136)
#97B19B
(151,177,155)
#AAC0AE
(170,192,174)
#BDCFC1
(189,207,193)
#D0DED4
(208,222,212)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255729; }

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

This text font color is #255729.

Background Color

.myBgColor { background-color: #255729; }

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

This div background color is #255729.

Border color

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

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

This div border color is #255729.

Opacity

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

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

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

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

This text has shadow with #255729 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255729.

Preview

Color preview on black background

This text has color #255729 on black background.


Color preview on white background

This text has color #255729 on white background.


Black color preview on #255729 background

This text has black color on #255729 background.


White color preview on #255729 background

This text has white color on #255729 background.


Related colors

Complementary color

Complementary color for #hex is #DAA8D6.


I love getcolorcode.com

Triadic colors

1 #292557 and #572925 with #255729 are triadic colors.

2 #295725 and #572529 with #255729 are triadic colors.