COLOR #253B20

HEX: #253B20
RGB: (37,59,32)

Color info

#253B20 contains red, green and blue colors in about the same proportion. Web safe color of #253B20 is #333333 (or #333).

RGB color model

#253B20 color RGB value is (37,59,32).

  • red value is 37;
  • green value is 59;
  • blue value is 32.
RGB:
(37,59,32)
(15%,23%,13%)

RGB channels and saturation

R 37 of 255 = 15%
G 59 of 255 = 23%
B 32 of 255 = 13%

37
59
32

R + G + B ~ 17%. #253B20 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 59 + 32 = 128 (100%)
R 37 of 128 ~ 28.91%
G 59 of 128 ~ 46.09%
B 32 of 128 ~ 25%

%28.91
%46.09
%25

CMYK color model

#253B20 color CMYK value is (37,0,46,77).

  • cyan value is 37.29%
  • magenta value is 0.00%
  • yellow value is 45.76%
  • key color value is 76.86%
CMYK:
(37,0,46,77)
C37M0Y46K77 
(37%,0%,46%,77%)
(0.37/0.00/0.46/0.77)	

CMYK percentages

%37.29
%0
%45.76
%76.86

Codes

Color #253B20 in popluar color models

253B20
RGB375932
HSL109°29.67%17.84%
HSB/HSV109°45.76%23.14%
CMYK37.29%0.00%45.76%
76.86%

Color #253B20 in popluar number systems.

HEX253B20
Decimal375932
Binary100101111011100000
Octal457340

Shades and tints

Shades of #253B20

#253B20
(37,59,32)
#22361E
(34,54,30)
#1F311C
(31,49,28)
#1C2C1A
(28,44,26)
#192718
(25,39,24)
#162216
(22,34,22)
#131D14
(19,29,20)
#101812
(16,24,18)
#0D1310
(13,19,16)
#0A0E0E
(10,14,14)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #253B20

#253B20
(37,59,32)
#384C34
(56,76,52)
#4B5D48
(75,93,72)
#5E6E5C
(94,110,92)
#717F70
(113,127,112)
#849084
(132,144,132)
#97A198
(151,161,152)
#AAB2AC
(170,178,172)
#BDC3C0
(189,195,192)
#D0D4D4
(208,212,212)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253B20 color. Also use rgb(37,59,32) instead hex code.

Text Font Color

.myTextColor { color: #253B20; }

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

This text font color is #253B20.


Background Color

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

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

This div background color is #253B20.


Border color

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

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

This div border color is #253B20.


Opacity

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

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

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

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

This text has shadow with #253B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253B20 on black background.


Color preview on white background

This text has color #253B20 on white background.



Black color preview on #253B20 background

This text has black color on #253B20 background.


White color preview on #253B20 background

This text has white color on #253B20 background.