COLOR #253B1C

HEX: #253B1C
RGB: (37,59,28)

Color info

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

RGB color model

#253B1C color RGB value is (37,59,28).

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

RGB channels and saturation

R 37 of 255 = 15%
G 59 of 255 = 23%
B 28 of 255 = 11%

37
59
28

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

Portions of RGB colors in percentages

R + G + B =
37 + 59 + 28 = 124 (100%)
R 37 of 124 ~ 29.84%
G 59 of 124 ~ 47.58%
B 28 of 124 ~ 22.58%

%29.84
%47.58
%22.58

CMYK color model

#253B1C color CMYK value is (37,0,53,77).

  • cyan value is 37.29%
  • magenta value is 0.00%
  • yellow value is 52.54%
  • key color value is 76.86%
CMYK:
(37,0,53,77)
C37M0Y53K77 
(37%,0%,53%,77%)
(0.37/0.00/0.53/0.77)	

CMYK percentages

%37.29
%0
%52.54
%76.86

Codes

Color #253B1C in popluar color models

253B1C
RGB375928
HSL103°35.63%17.06%
HSB/HSV103°52.54%23.14%
CMYK37.29%0.00%52.54%
76.86%

Color #253B1C in popluar number systems.

HEX253B1C
Decimal375928
Binary10010111101111100
Octal457334

Shades and tints

Shades of #253B1C

#253B1C
(37,59,28)
#22361A
(34,54,26)
#1F3118
(31,49,24)
#1C2C16
(28,44,22)
#192714
(25,39,20)
#162212
(22,34,18)
#131D10
(19,29,16)
#10180E
(16,24,14)
#0D130C
(13,19,12)
#0A0E0A
(10,14,10)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #253B1C

#253B1C
(37,59,28)
#384C30
(56,76,48)
#4B5D44
(75,93,68)
#5E6E58
(94,110,88)
#717F6C
(113,127,108)
#849080
(132,144,128)
#97A194
(151,161,148)
#AAB2A8
(170,178,168)
#BDC3BC
(189,195,188)
#D0D4D0
(208,212,208)
#E3E5E4
(227,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253B1C; }

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

This text font color is #253B1C.


Background Color

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

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

This div background color is #253B1C.


Border color

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

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

This div border color is #253B1C.


Opacity

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

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

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

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

This text has shadow with #253B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253B1C on black background.


Color preview on white background

This text has color #253B1C on white background.



Black color preview on #253B1C background

This text has black color on #253B1C background.


White color preview on #253B1C background

This text has white color on #253B1C background.