COLOR #253E18

HEX: #253E18
RGB: (37,62,24)

Color info

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

RGB color model

#253E18 color RGB value is (37,62,24).

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

RGB channels and saturation

R 37 of 255 = 15%
G 62 of 255 = 24%
B 24 of 255 = 9%

37
62
24

R + G + B ~ 16%. #253E18 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 62 + 24 = 123 (100%)
R 37 of 123 ~ 30.08%
G 62 of 123 ~ 50.41%
B 24 of 123 ~ 19.51%

%30.08
%50.41
%19.51

CMYK color model

#253E18 color CMYK value is (40,0,61,76).

  • cyan value is 40.32%
  • magenta value is 0.00%
  • yellow value is 61.29%
  • key color value is 75.69%
CMYK:
(40,0,61,76)
C40M0Y61K76 
(40%,0%,61%,76%)
(0.40/0.00/0.61/0.76)	

CMYK percentages

%40.32
%0
%61.29
%75.69

Codes

Color #253E18 in popluar color models

253E18
RGB376224
HSL99°44.19%16.86%
HSB/HSV99°61.29%24.31%
CMYK40.32%0.00%61.29%
75.69%

Color #253E18 in popluar number systems.

HEX253E18
Decimal376224
Binary10010111111011000
Octal457630

Shades and tints

Shades of #253E18

#253E18
(37,62,24)
#223916
(34,57,22)
#1F3414
(31,52,20)
#1C2F12
(28,47,18)
#192A10
(25,42,16)
#16250E
(22,37,14)
#13200C
(19,32,12)
#101B0A
(16,27,10)
#0D1608
(13,22,8)
#0A1106
(10,17,6)
#070C04
(7,12,4)
#000000
(0,0,0)

Tints of #253E18

#253E18
(37,62,24)
#384F2D
(56,79,45)
#4B6042
(75,96,66)
#5E7157
(94,113,87)
#71826C
(113,130,108)
#849381
(132,147,129)
#97A496
(151,164,150)
#AAB5AB
(170,181,171)
#BDC6C0
(189,198,192)
#D0D7D5
(208,215,213)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253E18; }

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

This text font color is #253E18.


Background Color

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

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

This div background color is #253E18.


Border color

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

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

This div border color is #253E18.


Opacity

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

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

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

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

This text has shadow with #253E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253E18 on black background.


Color preview on white background

This text has color #253E18 on white background.



Black color preview on #253E18 background

This text has black color on #253E18 background.


White color preview on #253E18 background

This text has white color on #253E18 background.