COLOR #273003

HEX: #273003 RGB: (39,48,3)

Color info

#273003 contains red, green and blue colors in about the same proportion. Web safe color of #273003 is #333300 (or #330).

RGB color model

#273003 color RGB value is (39,48,3).

RGB: (39,48,3) (15%, 19%, 1%)

RGB channels and saturation

R 39 of 255 = 15%
G 48 of 255 = 19%
B 3 of 255 = 1%

39
48
3

R + G + B ~ 12%. #273003 is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 48 + 3 = 90 (100%)
R 39 of 90 ~ 43.33%
G 48 of 90 ~ 53.33%
B 3 of 90 ~ 3.33'%

%43.33
%53.33

CMYK color model

#273003 color CMYK value is (19,0,94,81).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 81.18%

CMYK: (19,0,94,81)
C19M0Y94K81 (19%, 0%, 94%, 81%)
(0.19 / 0.00 / 0.94 / 0.81)

CMYK percentages

%18.75
%0
%93.75
%81.18

Codes

Color #273003 in popluar color models

27 30 03
RGB 39 48 3
HSL 72° 88.24% 10.00%
HSB/HSV 72° 93.75% 18.82%
CMYK 18.75% 0.00% 93.75%
81.18%

Color #273003 in popluar number systems.

HEX 27 30 03
Decimal 39 48 3
Binary 100111 110000 11
Octal 47 60 3

Shades and tints

Shades of #273003

#273003
(39,48,3)
#242C03
(36,44,3)
#212803
(33,40,3)
#1E2403
(30,36,3)
#1B2003
(27,32,3)
#181C03
(24,28,3)
#151803
(21,24,3)
#121403
(18,20,3)
#0F1003
(15,16,3)
#0C0C03
(12,12,3)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #273003

#273003
(39,48,3)
#3A4219
(58,66,25)
#4D542F
(77,84,47)
#606645
(96,102,69)
#73785B
(115,120,91)
#868A71
(134,138,113)
#999C87
(153,156,135)
#ACAE9D
(172,174,157)
#BFC0B3
(191,192,179)
#D2D2C9
(210,210,201)
#E5E4DF
(229,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273003; }

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

This text font color is #273003.

Background Color

.myBgColor { background-color: #273003; }

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

This div background color is #273003.

Border color

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

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

This div border color is #273003.

Opacity

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

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

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

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

This text has shadow with #273003 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #273003.

Preview

Color preview on black background

This text has color #273003 on black background.


Color preview on white background

This text has color #273003 on white background.


Black color preview on #273003 background

This text has black color on #273003 background.


White color preview on #273003 background

This text has white color on #273003 background.


Related colors

Complementary color

Complementary color for #hex is #D8CFFC.


I love getcolorcode.com

Triadic colors

1 #032730 and #300327 with #273003 are triadic colors.

2 #033027 and #302703 with #273003 are triadic colors.