COLOR #253730

HEX: #253730
RGB: (37,55,48)

Color info

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

RGB color model

#253730 color RGB value is (37,55,48).

  • red value is 37;
  • green value is 55;
  • blue value is 48.
RGB:
(37,55,48)
(15%,22%,19%)

RGB channels and saturation

R 37 of 255 = 15%
G 55 of 255 = 22%
B 48 of 255 = 19%

37
55
48

R + G + B ~ 19%. #253730 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 55 + 48 = 140 (100%)
R 37 of 140 ~ 26.43%
G 55 of 140 ~ 39.29%
B 48 of 140 ~ 34.29%

%26.43
%39.29
%34.29

CMYK color model

#253730 color CMYK value is (33,0,13,78).

  • cyan value is 32.73%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 78.43%
CMYK:
(33,0,13,78)
C33M0Y13K78 
(33%,0%,13%,78%)
(0.33/0.00/0.13/0.78)	

CMYK percentages

%32.73
%0
%12.73
%78.43

Codes

Color #253730 in popluar color models

253730
RGB375548
HSL157°19.57%18.04%
HSB/HSV157°32.73%21.57%
CMYK32.73%0.00%12.73%
78.43%

Color #253730 in popluar number systems.

HEX253730
Decimal375548
Binary100101110111110000
Octal456760

Shades and tints

Shades of #253730

#253730
(37,55,48)
#22322C
(34,50,44)
#1F2D28
(31,45,40)
#1C2824
(28,40,36)
#192320
(25,35,32)
#161E1C
(22,30,28)
#131918
(19,25,24)
#101414
(16,20,20)
#0D0F10
(13,15,16)
#0A0A0C
(10,10,12)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #253730

#253730
(37,55,48)
#384942
(56,73,66)
#4B5B54
(75,91,84)
#5E6D66
(94,109,102)
#717F78
(113,127,120)
#84918A
(132,145,138)
#97A39C
(151,163,156)
#AAB5AE
(170,181,174)
#BDC7C0
(189,199,192)
#D0D9D2
(208,217,210)
#E3EBE4
(227,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253730 color. Also use rgb(37,55,48) instead hex code.

Text Font Color

.myTextColor { color: #253730; }

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

This text font color is #253730.


Background Color

.myBgColor { background-color: #253730; }

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

This div background color is #253730.


Border color

.myBorderColor { border: 1px solid #253730; }

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

This div border color is #253730.


Opacity

.myOpacity80 { color: #253730; opacity: 0.8; }

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

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

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

This text has shadow with #253730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253730 on black background.


Color preview on white background

This text has color #253730 on white background.



Black color preview on #253730 background

This text has black color on #253730 background.


White color preview on #253730 background

This text has white color on #253730 background.