COLOR #253335

HEX: #253335
RGB: (37,51,53)

Renk bilgisi

#253335 contains red, green and blue colors in about the same proportion. #253335 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#253335 color RGB value is (37,51,53).

  • kırmız ton 37;
  • yeşil ton 51;
  • mavi ton 53.
RGB:
(37,51,53)
(15%,20%,21%)

RGB bağlantıları ve doygunluk

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

37
51
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 51 + 53 = 141 (100%)
R 37 of 141 ~ 26.24%
G 51 of 141 ~ 36.17%
B 53 of 141 ~ 37.59%

%26.24
%36.17
%37.59

CMYK RENK MODELİ

#253335 rengi CMYK tonu (30,4,0,79).

  • camgöbeği tonu 30.19%
  • eflatun tonu 3.77%
  • sarı tonu 0.00%
  • ana renk tonu 79.22%
CMYK:
(30,4,0,79)
C30M4Y0K79 
(30%,4%,0%,79%)
(0.30/0.04/0.00/0.79)	

CMYK yüzdeleri

%30.19
%3.77
%0
%79.22

Codes

Color #253335 in popluar color models

253335
RGB375153
HSL188°17.78%17.65%
HSB/HSV188°30.19%20.78%
CMYK30.19%3.77%0.00%
79.22%

Color #253335 in popluar number systems.

HEX253335
Decimal375153
Binary100101110011110101
Octal456365

Shades and tints

Shades of #253335

#253335
(37,51,53)
#222F31
(34,47,49)
#1F2B2D
(31,43,45)
#1C2729
(28,39,41)
#192325
(25,35,37)
#161F21
(22,31,33)
#131B1D
(19,27,29)
#101719
(16,23,25)
#0D1315
(13,19,21)
#0A0F11
(10,15,17)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #253335

#253335
(37,51,53)
#384547
(56,69,71)
#4B5759
(75,87,89)
#5E696B
(94,105,107)
#717B7D
(113,123,125)
#848D8F
(132,141,143)
#979FA1
(151,159,161)
#AAB1B3
(170,177,179)
#BDC3C5
(189,195,197)
#D0D5D7
(208,213,215)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253335; }

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

This text font color is #253335.


Background Color

.myBgColor { background-color: #253335; }

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

This div background color is #253335.


Border color

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

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

This div border color is #253335.


Opacity

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

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

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

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

This text has shadow with #253335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253335 on black background.


Color preview on white background

This text has color #253335 on white background.



Black color preview on #253335 background

This text has black color on #253335 background.


White color preview on #253335 background

This text has white color on #253335 background.