COLOR #253D13

HEX: #253D13
RGB: (37,61,19)

Color info

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

RGB color model

#253D13 color RGB value is (37,61,19).

  • red value is 37;
  • green value is 61;
  • blue value is 19.
RGB:
(37,61,19)
(15%,24%,7%)

RGB channels and saturation

R 37 of 255 = 15%
G 61 of 255 = 24%
B 19 of 255 = 7%

37
61
19

R + G + B ~ 15%. #253D13 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 61 + 19 = 117 (100%)
R 37 of 117 ~ 31.62%
G 61 of 117 ~ 52.14%
B 19 of 117 ~ 16.24%

%31.62
%52.14
%16.24

CMYK color model

#253D13 color CMYK value is (39,0,69,76).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 68.85%
  • key color value is 76.08%
CMYK:
(39,0,69,76)
C39M0Y69K76 
(39%,0%,69%,76%)
(0.39/0.00/0.69/0.76)	

CMYK percentages

%39.34
%0
%68.85
%76.08

Codes

Color #253D13 in popluar color models

253D13
RGB376119
HSL94°52.50%15.69%
HSB/HSV94°68.85%23.92%
CMYK39.34%0.00%68.85%
76.08%

Color #253D13 in popluar number systems.

HEX253D13
Decimal376119
Binary10010111110110011
Octal457523

Shades and tints

Shades of #253D13

#253D13
(37,61,19)
#223812
(34,56,18)
#1F3311
(31,51,17)
#1C2E10
(28,46,16)
#19290F
(25,41,15)
#16240E
(22,36,14)
#131F0D
(19,31,13)
#101A0C
(16,26,12)
#0D150B
(13,21,11)
#0A100A
(10,16,10)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #253D13

#253D13
(37,61,19)
#384E28
(56,78,40)
#4B5F3D
(75,95,61)
#5E7052
(94,112,82)
#718167
(113,129,103)
#84927C
(132,146,124)
#97A391
(151,163,145)
#AAB4A6
(170,180,166)
#BDC5BB
(189,197,187)
#D0D6D0
(208,214,208)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253D13 color. Also use rgb(37,61,19) instead hex code.

Text Font Color

.myTextColor { color: #253D13; }

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

This text font color is #253D13.


Background Color

.myBgColor { background-color: #253D13; }

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

This div background color is #253D13.


Border color

.myBorderColor { border: 1px solid #253D13; }

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

This div border color is #253D13.


Opacity

.myOpacity80 { color: #253D13; opacity: 0.8; }

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

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

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

This text has shadow with #253D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253D13 on black background.


Color preview on white background

This text has color #253D13 on white background.



Black color preview on #253D13 background

This text has black color on #253D13 background.


White color preview on #253D13 background

This text has white color on #253D13 background.