COLOR #253030

HEX: #253030
RGB: (37,48,48)

Color info

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

RGB color model

#253030 color RGB value is (37,48,48).

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

RGB channels and saturation

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

37
48
48

R + G + B ~ 18%. #253030 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 48 + 48 = 133 (100%)
R 37 of 133 ~ 27.82%
G 48 of 133 ~ 36.09%
B 48 of 133 ~ 36.09%

%27.82
%36.09
%36.09

CMYK color model

#253030 color CMYK value is (23,0,0,81).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(23,0,0,81)
C23M0Y0K81 
(23%,0%,0%,81%)
(0.23/0.00/0.00/0.81)	

CMYK percentages

%22.92
%0
%0
%81.18

Codes

Color #253030 in popluar color models

253030
RGB374848
HSL180°12.94%16.67%
HSB/HSV180°22.92%18.82%
CMYK22.92%0.00%0.00%
81.18%

Color #253030 in popluar number systems.

HEX253030
Decimal374848
Binary100101110000110000
Octal456060

Shades and tints

Shades of #253030

#253030
(37,48,48)
#222C2C
(34,44,44)
#1F2828
(31,40,40)
#1C2424
(28,36,36)
#192020
(25,32,32)
#161C1C
(22,28,28)
#131818
(19,24,24)
#101414
(16,20,20)
#0D1010
(13,16,16)
#0A0C0C
(10,12,12)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #253030

#253030
(37,48,48)
#384242
(56,66,66)
#4B5454
(75,84,84)
#5E6666
(94,102,102)
#717878
(113,120,120)
#848A8A
(132,138,138)
#979C9C
(151,156,156)
#AAAEAE
(170,174,174)
#BDC0C0
(189,192,192)
#D0D2D2
(208,210,210)
#E3E4E4
(227,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253030; }

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

This text font color is #253030.


Background Color

.myBgColor { background-color: #253030; }

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

This div background color is #253030.


Border color

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

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

This div border color is #253030.


Opacity

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

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

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

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

This text has shadow with #253030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253030 on black background.


Color preview on white background

This text has color #253030 on white background.



Black color preview on #253030 background

This text has black color on #253030 background.


White color preview on #253030 background

This text has white color on #253030 background.