COLOR #253D18

HEX: #253D18
RGB: (37,61,24)

Color info

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

RGB color model

#253D18 color RGB value is (37,61,24).

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

RGB channels and saturation

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

37
61
24

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

Portions of RGB colors in percentages

R + G + B =
37 + 61 + 24 = 122 (100%)
R 37 of 122 ~ 30.33%
G 61 of 122 ~ 50%
B 24 of 122 ~ 19.67%

%30.33
%50
%19.67

CMYK color model

#253D18 color CMYK value is (39,0,61,76).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 60.66%
  • key color value is 76.08%
CMYK:
(39,0,61,76)
C39M0Y61K76 
(39%,0%,61%,76%)
(0.39/0.00/0.61/0.76)	

CMYK percentages

%39.34
%0
%60.66
%76.08

Codes

Color #253D18 in popluar color models

253D18
RGB376124
HSL99°43.53%16.67%
HSB/HSV99°60.66%23.92%
CMYK39.34%0.00%60.66%
76.08%

Color #253D18 in popluar number systems.

HEX253D18
Decimal376124
Binary10010111110111000
Octal457530

Shades and tints

Shades of #253D18

#253D18
(37,61,24)
#223816
(34,56,22)
#1F3314
(31,51,20)
#1C2E12
(28,46,18)
#192910
(25,41,16)
#16240E
(22,36,14)
#131F0C
(19,31,12)
#101A0A
(16,26,10)
#0D1508
(13,21,8)
#0A1006
(10,16,6)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #253D18

#253D18
(37,61,24)
#384E2D
(56,78,45)
#4B5F42
(75,95,66)
#5E7057
(94,112,87)
#71816C
(113,129,108)
#849281
(132,146,129)
#97A396
(151,163,150)
#AAB4AB
(170,180,171)
#BDC5C0
(189,197,192)
#D0D6D5
(208,214,213)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253D18; }

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

This text font color is #253D18.


Background Color

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

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

This div background color is #253D18.


Border color

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

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

This div border color is #253D18.


Opacity

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

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

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

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

This text has shadow with #253D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253D18 on black background.


Color preview on white background

This text has color #253D18 on white background.



Black color preview on #253D18 background

This text has black color on #253D18 background.


White color preview on #253D18 background

This text has white color on #253D18 background.