COLOR #253707

HEX: #253707
RGB: (37,55,7)

Color info

#253707 contains red, green and blue colors in about the same proportion. Web safe color of #253707 is #333300 (or #330).

RGB color model

#253707 color RGB value is (37,55,7).

  • red value is 37;
  • green value is 55;
  • blue value is 7.
RGB:
(37,55,7)
(15%,22%,3%)

RGB channels and saturation

R 37 of 255 = 15%
G 55 of 255 = 22%
B 7 of 255 = 3%

37
55
7

R + G + B ~ 13%. #253707 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 55 + 7 = 99 (100%)
R 37 of 99 ~ 37.37%
G 55 of 99 ~ 55.56%
B 7 of 99 ~ 7.07%

%37.37
%55.56

CMYK color model

#253707 color CMYK value is (33,0,87,78).

  • cyan value is 32.73%
  • magenta value is 0.00%
  • yellow value is 87.27%
  • key color value is 78.43%
CMYK:
(33,0,87,78)
C33M0Y87K78 
(33%,0%,87%,78%)
(0.33/0.00/0.87/0.78)	

CMYK percentages

%32.73
%0
%87.27
%78.43

Codes

Color #253707 in popluar color models

253707
RGB37557
HSL83°77.42%12.16%
HSB/HSV83°87.27%21.57%
CMYK32.73%0.00%87.27%
78.43%

Color #253707 in popluar number systems.

HEX253707
Decimal37557
Binary100101110111111
Octal45677

Shades and tints

Shades of #253707

#253707
(37,55,7)
#223207
(34,50,7)
#1F2D07
(31,45,7)
#1C2807
(28,40,7)
#192307
(25,35,7)
#161E07
(22,30,7)
#131907
(19,25,7)
#101407
(16,20,7)
#0D0F07
(13,15,7)
#0A0A07
(10,10,7)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #253707

#253707
(37,55,7)
#38491D
(56,73,29)
#4B5B33
(75,91,51)
#5E6D49
(94,109,73)
#717F5F
(113,127,95)
#849175
(132,145,117)
#97A38B
(151,163,139)
#AAB5A1
(170,181,161)
#BDC7B7
(189,199,183)
#D0D9CD
(208,217,205)
#E3EBE3
(227,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253707; }

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

This text font color is #253707.


Background Color

.myBgColor { background-color: #253707; }

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

This div background color is #253707.


Border color

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

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

This div border color is #253707.


Opacity

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

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

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

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

This text has shadow with #253707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253707 on black background.


Color preview on white background

This text has color #253707 on white background.



Black color preview on #253707 background

This text has black color on #253707 background.


White color preview on #253707 background

This text has white color on #253707 background.