COLOR #253E13

HEX: #253E13
RGB: (37,62,19)

Color info

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

RGB color model

#253E13 color RGB value is (37,62,19).

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

RGB channels and saturation

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

37
62
19

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

Portions of RGB colors in percentages

R + G + B =
37 + 62 + 19 = 118 (100%)
R 37 of 118 ~ 31.36%
G 62 of 118 ~ 52.54%
B 19 of 118 ~ 16.1%

%31.36
%52.54
%16.1

CMYK color model

#253E13 color CMYK value is (40,0,69,76).

  • cyan value is 40.32%
  • magenta value is 0.00%
  • yellow value is 69.35%
  • key color value is 75.69%
CMYK:
(40,0,69,76)
C40M0Y69K76 
(40%,0%,69%,76%)
(0.40/0.00/0.69/0.76)	

CMYK percentages

%40.32
%0
%69.35
%75.69

Codes

Color #253E13 in popluar color models

253E13
RGB376219
HSL95°53.09%15.88%
HSB/HSV95°69.35%24.31%
CMYK40.32%0.00%69.35%
75.69%

Color #253E13 in popluar number systems.

HEX253E13
Decimal376219
Binary10010111111010011
Octal457623

Shades and tints

Shades of #253E13

#253E13
(37,62,19)
#223912
(34,57,18)
#1F3411
(31,52,17)
#1C2F10
(28,47,16)
#192A0F
(25,42,15)
#16250E
(22,37,14)
#13200D
(19,32,13)
#101B0C
(16,27,12)
#0D160B
(13,22,11)
#0A110A
(10,17,10)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #253E13

#253E13
(37,62,19)
#384F28
(56,79,40)
#4B603D
(75,96,61)
#5E7152
(94,113,82)
#718267
(113,130,103)
#84937C
(132,147,124)
#97A491
(151,164,145)
#AAB5A6
(170,181,166)
#BDC6BB
(189,198,187)
#D0D7D0
(208,215,208)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253E13; }

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

This text font color is #253E13.


Background Color

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

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

This div background color is #253E13.


Border color

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

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

This div border color is #253E13.


Opacity

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

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

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

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

This text has shadow with #253E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253E13 on black background.


Color preview on white background

This text has color #253E13 on white background.



Black color preview on #253E13 background

This text has black color on #253E13 background.


White color preview on #253E13 background

This text has white color on #253E13 background.