COLOR #252F29

HEX: #252F29
RGB: (37,47,41)

Renk bilgisi

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

RGB renk modeli

#252F29 color RGB value is (37,47,41).

  • kırmız ton 37;
  • yeşil ton 47;
  • mavi ton 41.
RGB:
(37,47,41)
(15%,18%,16%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 47 of 255 = 18%
B 41 of 255 = 16%

37
47
41

R + G + B ~ 16%. #252F29 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 47 + 41 = 125 (100%)
R 37 of 125 ~ 29.6%
G 47 of 125 ~ 37.6%
B 41 of 125 ~ 32.8%

%29.6
%37.6
%32.8

CMYK RENK MODELİ

#252F29 rengi CMYK tonu (21,0,13,82).

  • camgöbeği tonu 21.28%
  • eflatun tonu 0.00%
  • sarı tonu 12.77%
  • ana renk tonu 81.57%
CMYK:
(21,0,13,82)
C21M0Y13K82 
(21%,0%,13%,82%)
(0.21/0.00/0.13/0.82)	

CMYK yüzdeleri

%21.28
%0
%12.77
%81.57

Codes

Color #252F29 in popluar color models

252F29
RGB374741
HSL144°11.90%16.47%
HSB/HSV144°21.28%18.43%
CMYK21.28%0.00%12.77%
81.57%

Color #252F29 in popluar number systems.

HEX252F29
Decimal374741
Binary100101101111101001
Octal455751

Shades and tints

Shades of #252F29

#252F29
(37,47,41)
#222B26
(34,43,38)
#1F2723
(31,39,35)
#1C2320
(28,35,32)
#191F1D
(25,31,29)
#161B1A
(22,27,26)
#131717
(19,23,23)
#101314
(16,19,20)
#0D0F11
(13,15,17)
#0A0B0E
(10,11,14)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #252F29

#252F29
(37,47,41)
#38413C
(56,65,60)
#4B534F
(75,83,79)
#5E6562
(94,101,98)
#717775
(113,119,117)
#848988
(132,137,136)
#979B9B
(151,155,155)
#AAADAE
(170,173,174)
#BDBFC1
(189,191,193)
#D0D1D4
(208,209,212)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252F29 color. Also use rgb(37,47,41) instead hex code.

Text Font Color

.myTextColor { color: #252F29; }

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

This text font color is #252F29.


Background Color

.myBgColor { background-color: #252F29; }

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

This div background color is #252F29.


Border color

.myBorderColor { border: 1px solid #252F29; }

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

This div border color is #252F29.


Opacity

.myOpacity80 { color: #252F29; opacity: 0.8; }

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

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

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

This text has shadow with #252F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252F29 on black background.


Color preview on white background

This text has color #252F29 on white background.



Black color preview on #252F29 background

This text has black color on #252F29 background.


White color preview on #252F29 background

This text has white color on #252F29 background.