COLOR #253333

HEX: #253333
RGB: (37,51,51)

Color info

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

RGB color model

#253333 color RGB value is (37,51,51).

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

RGB channels and saturation

R 37 of 255 = 15%
G 51 of 255 = 20%
B 51 of 255 = 20%

37
51
51

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

Portions of RGB colors in percentages

R + G + B =
37 + 51 + 51 = 139 (100%)
R 37 of 139 ~ 26.62%
G 51 of 139 ~ 36.69%
B 51 of 139 ~ 36.69%

%26.62
%36.69
%36.69

CMYK color model

#253333 color CMYK value is (27,0,0,80).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(27,0,0,80)
C27M0Y0K80 
(27%,0%,0%,80%)
(0.27/0.00/0.00/0.80)	

CMYK percentages

%27.45
%0
%0
%80

Codes

Color #253333 in popluar color models

253333
RGB375151
HSL180°15.91%17.25%
HSB/HSV180°27.45%20.00%
CMYK27.45%0.00%0.00%
80.00%

Color #253333 in popluar number systems.

HEX253333
Decimal375151
Binary100101110011110011
Octal456363

Shades and tints

Shades of #253333

#253333
(37,51,51)
#222F2F
(34,47,47)
#1F2B2B
(31,43,43)
#1C2727
(28,39,39)
#192323
(25,35,35)
#161F1F
(22,31,31)
#131B1B
(19,27,27)
#101717
(16,23,23)
#0D1313
(13,19,19)
#0A0F0F
(10,15,15)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #253333

#253333
(37,51,51)
#384545
(56,69,69)
#4B5757
(75,87,87)
#5E6969
(94,105,105)
#717B7B
(113,123,123)
#848D8D
(132,141,141)
#979F9F
(151,159,159)
#AAB1B1
(170,177,177)
#BDC3C3
(189,195,195)
#D0D5D5
(208,213,213)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253333; }

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

This text font color is #253333.


Background Color

.myBgColor { background-color: #253333; }

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

This div background color is #253333.


Border color

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

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

This div border color is #253333.


Opacity

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

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

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

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

This text has shadow with #253333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253333 on black background.


Color preview on white background

This text has color #253333 on white background.



Black color preview on #253333 background

This text has black color on #253333 background.


White color preview on #253333 background

This text has white color on #253333 background.