COLOR #253D29

HEX: #253D29
RGB: (37,61,41)

Renk bilgisi

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

RGB renk modeli

#253D29 color RGB value is (37,61,41).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 61 of 255 = 24%
B 41 of 255 = 16%

37
61
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 61 + 41 = 139 (100%)
R 37 of 139 ~ 26.62%
G 61 of 139 ~ 43.88%
B 41 of 139 ~ 29.5%

%26.62
%43.88
%29.5

CMYK RENK MODELİ

#253D29 rengi CMYK tonu (39,0,33,76).

  • camgöbeği tonu 39.34%
  • eflatun tonu 0.00%
  • sarı tonu 32.79%
  • ana renk tonu 76.08%
CMYK:
(39,0,33,76)
C39M0Y33K76 
(39%,0%,33%,76%)
(0.39/0.00/0.33/0.76)	

CMYK yüzdeleri

%39.34
%0
%32.79
%76.08

Codes

Color #253D29 in popluar color models

253D29
RGB376141
HSL130°24.49%19.22%
HSB/HSV130°39.34%23.92%
CMYK39.34%0.00%32.79%
76.08%

Color #253D29 in popluar number systems.

HEX253D29
Decimal376141
Binary100101111101101001
Octal457551

Shades and tints

Shades of #253D29

#253D29
(37,61,41)
#223826
(34,56,38)
#1F3323
(31,51,35)
#1C2E20
(28,46,32)
#19291D
(25,41,29)
#16241A
(22,36,26)
#131F17
(19,31,23)
#101A14
(16,26,20)
#0D1511
(13,21,17)
#0A100E
(10,16,14)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #253D29

#253D29
(37,61,41)
#384E3C
(56,78,60)
#4B5F4F
(75,95,79)
#5E7062
(94,112,98)
#718175
(113,129,117)
#849288
(132,146,136)
#97A39B
(151,163,155)
#AAB4AE
(170,180,174)
#BDC5C1
(189,197,193)
#D0D6D4
(208,214,212)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253D29 color. Also use rgb(37,61,41) instead hex code.

Text Font Color

.myTextColor { color: #253D29; }

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

This text font color is #253D29.


Background Color

.myBgColor { background-color: #253D29; }

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

This div background color is #253D29.


Border color

.myBorderColor { border: 1px solid #253D29; }

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

This div border color is #253D29.


Opacity

.myOpacity80 { color: #253D29; opacity: 0.8; }

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

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

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

This text has shadow with #253D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253D29 on black background.


Color preview on white background

This text has color #253D29 on white background.



Black color preview on #253D29 background

This text has black color on #253D29 background.


White color preview on #253D29 background

This text has white color on #253D29 background.