COLOR #253900

HEX: #253900 RGB: (37,57,0)

Color info

#253900 contains only red and green colors. Web safe color of #253900 is #333300 (or #330).

RGB color model

#253900 color RGB value is (37,57,0).

RGB: (37,57,0) (15%, 22%, 0%)

RGB channels and saturation

R 37 of 255 = 15%
G 57 of 255 = 22%
B 0 of 255 = 0%

37
57
0

R + G + B ~ 12%. #253900 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 57 + 0 = 94 (100%)
R 37 of 94 ~ 39.36%
G 57 of 94 ~ 60.64%
B 0 of 94 ~ 0'%

%39.36
%60.64

CMYK color model

#253900 color CMYK value is (35,0,100,78).

  • cyan value is 35.09%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 77.65%
CMYK: (35,0,100,78) C35M0Y100K78 (35%,0%,100%,78%) (0.35/0.00/1.00/0.78) 

CMYK percentages

%35.09
%0
%100
%77.65

Codes

Color #253900 in popluar color models

25 39 00
RGB 37 57 0
HSL 81° 100.00% 11.18%
HSB/HSV 81° 100.00% 22.35%
CMYK 35.09% 0.00% 100.00%
77.65%

Color #253900 in popluar number systems.

HEX 25 39 00
Decimal 37 57 0
Binary 100101 111001 0
Octal 45 71 0

Shades and tints

Shades of #253900

#253900
(37,57,0)
#223400
(34,52,0)
#1F2F00
(31,47,0)
#1C2A00
(28,42,0)
#192500
(25,37,0)
#162000
(22,32,0)
#131B00
(19,27,0)
#101600
(16,22,0)
#0D1100
(13,17,0)
#0A0C00
(10,12,0)
#070700
(7,7,0)
#000000
(0,0,0)

Tints of #253900

#253900
(37,57,0)
#384B17
(56,75,23)
#4B5D2E
(75,93,46)
#5E6F45
(94,111,69)
#71815C
(113,129,92)
#849373
(132,147,115)
#97A58A
(151,165,138)
#AAB7A1
(170,183,161)
#BDC9B8
(189,201,184)
#D0DBCF
(208,219,207)
#E3EDE6
(227,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253900; }

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

This text font color is #253900.

Background Color

.myBgColor { background-color: #253900; }

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

This div background color is #253900.

Border color

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

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

This div border color is #253900.

Opacity

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

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

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

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

This text has shadow with #253900 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253900.

Preview

Color preview on black background

This text has color #253900 on black background.


Color preview on white background

This text has color #253900 on white background.


Black color preview on #253900 background

This text has black color on #253900 background.


White color preview on #253900 background

This text has white color on #253900 background.


Related colors

Complementary color

Complementary color for #hex is #DAC6FF.


I love getcolorcode.com

Triadic colors

1 #002539 and #390025 with #253900 are triadic colors.

2 #003925 and #392500 with #253900 are triadic colors.